B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
关联账号
关联账号
URL地址 | http://www.tpshop.com/index.php?m=Api&c=User&a=bind_account |
请求方式 | post |
参数列表
参数 | 是否必须 | 说明 |
mobile | 必须 | 手机号 |
password | 必须 | 密码, 加密后的密码 |
示例
/**
成功示例
{
"status":1,
"msg":"绑定成功",
"result":{
"user_id": "13",
"email": "",
"password": "e10adc3949ba59abbe56e057f20f883e",
"sex": "0",
"birthday": "0000-00-00",
"user_money": "0.00",
"frozen_money":"0.00",
"pay_points": "0",
"address_id": "0",
"reg_time": "1452333288",
"last_login": "0",
"last_ip": "",
"qq":"",
"mobile": "13800138071",
"mobile_validated": "0",
"oauth":"",
"openid": null,
"head_pic": null,
"province": "0",
"city": "0",
"district": "0",
"email_validated": "0",
"nickname": null
}
}
失败示例
{
"status": -1,
"msg": "绑定失败,失败原因",
"result": ""
}