POST StorePublish
“Post”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
store_data | “store_data”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "province": "sample string 1", "city": "sample string 2", "country": "sample string 3", "storeCircle": "sample string 4", "storeArea": "sample string 5", "monthlyRent": "sample string 6", "linkMan": "sample string 7", "mobile": "sample string 8", "validatecode": "sample string 9", "userid": "sample string 10", "StoreImages": "sample string 11", "address": "sample string 12", "RemarkInfo": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Msg": "sample string 2" }