{
"plot": "string",
"clientName": "string",
"phone": "string",
"district": "string",
"addressCode": "string",
"deliveryTime": "string",
"productList": [
{
"productId": "string",
"statsValuesId": "string",
"productName": "string",
"image": "string",
"modelName": "string",
"statsValue": "string",
"price": 0,
"num": 0,
"categoryName": "string",
"brandName": "string",
"barCode": "string"
}
],
"fields": {
"remark": "string",
"sales": "string",
"address": "string"
}
}curl --location 'http://192.168.1.76:8081/sys/client/saveAfterSaleClient' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"plot": "string",
"clientName": "string",
"phone": "string",
"district": "string",
"addressCode": "string",
"deliveryTime": "string",
"productList": [
{
"productId": "string",
"statsValuesId": "string",
"productName": "string",
"image": "string",
"modelName": "string",
"statsValue": "string",
"price": 0,
"num": 0,
"categoryName": "string",
"brandName": "string",
"barCode": "string"
}
],
"fields": {
"remark": "string",
"sales": "string",
"address": "string"
}
}'{}