B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
填写基本信息
URL地址 | http://www.tpshop.com/index.php/api/newjoin/basicInfo |
请求方式 | post |
参数列表
参数 | 是否必须 | 说明 |
contacts_name | 必须 | 店主名称 |
contacts_mobile | 必须 | 手机号 |
company_province | 必选 | 所在省份 |
company_city | 必须 | 所在城市 |
company_district | 必选 | 所在地区 |
company_address | 必选 | 详细地址 |
示例
成功示例 { "status": 1, "msg": "提交成功" } 失败示例 { "status": -1, "msg": "请求方式错误!" }
TPshop1.2.8版本起,登录后的所有操作加了token参数验证,并且可以在BaseController设置token超时时间, token 为登录后存储起来的 一个唯一标识 ,类似于PC端的 session_id