{
"kdbAccount": "yushijia123",
"shopId": "1395862809",
"goalList": [
{
"metricId": 10001,
"value": 200,
"weekValue": 100,
"monthValue": 50
},
{
"metricId": 10002,
"value": 100
}
]
}curl --location '/kdb/shopDiagnosis/editGoal' \
--header 'Content-Type: application/json' \
--data '{
"kdbAccount": "yushijia123",
"shopId": "1395862809",
"goalList": [
{
"metricId": 10001,
"value": 200,
"weekValue": 100,
"monthValue": 50
},
{
"metricId": 10002,
"value": 100
}
]
}'{"code":200,"message":"接口调用成功","data":"设定目标成功"}