{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}curl --location '/ai/getSaleCardDetailBySgName' \
--header 'Content-Type: application/json' \
--data '{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}'{
"code": 0,
"message": "",
"data": {
"salesVolume": 0,
"month": 0,
"label": [
""
],
"halfYearStatistics": [
{
"month": 0,
"salesVolume": 0
}
],
"oneYearStatistics": [
{
"month": 0,
"salesVolume": 0
}
],
"rank": 0,
"total": 0,
"cheliangjibie": ""
}
}