{
"id": 0,
"supplierId": 0,
"afterSaleStatus": 0,
"afterSaleType": 0,
"thirdPartyAfterSaleSn": "string",
"problemDescription": "string",
"disposeResult": "string",
"urls": [
"string"
],
"sendCompany": "string",
"sendOrderSn": "string",
"sendTime": "string",
"sendLinkman": "string",
"sendPhone": "string",
"sendAddress": "string",
"receiveCompany": "string",
"receiveOrderSn": "string",
"receiveTime": "string",
"receiveLinkman": "string",
"receivePhone": "string",
"receiveAddress": "string"
}curl --location 'http://192.168.1.76:8081/sys/afterSale/supplier/edit' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"supplierId": 0,
"afterSaleStatus": 0,
"afterSaleType": 0,
"thirdPartyAfterSaleSn": "string",
"problemDescription": "string",
"disposeResult": "string",
"urls": [
"string"
],
"sendCompany": "string",
"sendOrderSn": "string",
"sendTime": "string",
"sendLinkman": "string",
"sendPhone": "string",
"sendAddress": "string",
"receiveCompany": "string",
"receiveOrderSn": "string",
"receiveTime": "string",
"receiveLinkman": "string",
"receivePhone": "string",
"receiveAddress": "string"
}'{}