文档
测试

门店添加与编辑

POST
https://wx.juke88.cn/api/hx/store_save

接口描述

请求数据json字符串

请求参数

参数名
类型
描述
必填
time_stamp
String
时间戳(必填)
必填
sign
String
MD5加密过后的字符串{"juke"+time_stamp}(必填)
必填
store_id
String
门店ID
必填
store_name
String
门店名称
必填
appid
String
公众号appid
必填
company_name
String
公司名称
必填
telephone
String
门店电话
必填
open_start
String
营业开始时间 09:00
必填
open_end
String
营业结束时间 22:00
必填

响应参数

参数名
类型
描述
必填
errCode
int
返回状态(1:成功,0失败)
必填
errMsg
String
描述消息
必填
data
array
成功返回数据
必填
store_id
String
门店ID
必填

说明 / 示例

{ "sign": "", "time_stamp": "", "store_id": "", "store_name": "", "appid": "", "company_name": "", "telephone": "", "open_start": "", "open_end": "" }