{
"fullName": "开放平台新增门店:{{$randomLastName}}",
"storeCode": "{{$timestamp}}",
"organizeId": null,
"organizeCode":"1655117724",
"startDate":"2021-11-20",
"type": "jm",
"franchiseeCode": "",
"latitude": "28.139756",
"longitude": "112.923491",
"edition":"2"
}
curl --location -g --request POST '/{{route}}/md/open/store/addStore?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "开放平台新增门店:{{$randomLastName}}",
"storeCode": "{{$timestamp}}",
"organizeId": null,
"organizeCode":"1655117724",
"startDate":"2021-11-20",
"type": "jm",
"franchiseeCode": "",
"latitude": "28.139756",
"longitude": "112.923491",
"edition":"2"
}'
{
"message": "新增门店成功!",
"status": 0
}