Scenario
External system record newest data of stores and it updates to EZR so that
a) customer won’t be seeing closed store in WeChat
b) staff of closed stores will not be able to login platform
Direction
External system will call EZR
Call path: api/pbase/shopshut
Core Logic
One store at a time
Request Parameters
Field | Type | Required | Length | Description |
Code | string | Yes | 1~16 | code of closed shop |
Example Request (JSON)
{
"Code": "HQS0001",
}
Example Result (JSON)
{
"Status": true,
"StatusCode": 200,
"Msg": "成功",
"Timestamp": "20150622093101",
"Sign": "6ECC9BF07C69E80F6D8552FF7B2E7A8FCA2CC80E",
"Result": 见业务返回结果示例,
}