{
"storeCode": "200496",
"storeId": null,
"fullName": "加盟店:{{$randomLastName}}",
"organizeId": null,
"organizeCode": "701716",
"startDate": "2022-09-01",
"type": "",
"fcContractSigningDate": "2021-09-20",
"franchiseeCode": "J210311",
"fcContractFailureDate": "2022-09-20",
"latitude": "28.139756",
"longitude": "112.923491",
"fcContractEffectiveDate": "2021-09-10",
"edition": "2"
}
curl --location -g --request POST '/{{route}}/md/open/store/updateStore?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeCode": "200496",
"storeId": null,
"fullName": "加盟店:{{$randomLastName}}",
"organizeId": null,
"organizeCode": "701716",
"startDate": "2022-09-01",
"type": "",
"fcContractSigningDate": "2021-09-20",
"franchiseeCode": "J210311",
"fcContractFailureDate": "2022-09-20",
"latitude": "28.139756",
"longitude": "112.923491",
"fcContractEffectiveDate": "2021-09-10",
"edition": "2"
}'
{
"message": "修改成功!",
"status": 0
}