多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 Store/addStore ### 接口描述 开通店铺 ### 请求地址 http://URL/Store/addStore ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) real_name真实姓名 必填 (file) id_card_image身份证图片 必填 (string) id_card身份证号 必填 (int) occupation_id,职业 必填 (string) company 公司名称(选填) (string) service_area 服务范围 (对应的地区id,以","(逗号)连接) 必填 (string) city_names (地址,以""(空格)连接的字符串)必填 (string) city_ids (对应的地区id,以","(逗号)连接) 必填 ~~~ ### 输出结果 ~~~ { "status":1, "msg": { "store_id":3 } } ~~~