获取微信小程序手机号绑定接口

  • 接口说明: 获取微信小程序手机号绑定接口
  • 接口地址: /api/mobile/bind/miniprogram
  • 请求方式: POST

请求参数

参数名称类型是否必须描述
dataobject基础数据
attributesobject数据属性
attributes. js_codestring登录时获取的 code https://developers.weixin.qq.com/miniprogram/dev/dev_wxwork/dev-doc/qywx-api/login/code2session.html
attributes. ivstring加密算法的初始向量 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
attributes. encryptedDatastring加密数据 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html

请求示例

  1. {
  2. "data": {
  3. "attributes": {
  4. "js_code": "xx",
  5. "iv": "xx",
  6. "encryptedData": "hello"
  7. }
  8. }
  9. }

返回说明

  • 成功,http 状态码 201
  • 失败,http 状态码 500 详见- 语言包说明

返回结果

参数名称类型出现要求描述
dataobject基础数据
typestring数据类型
idint数据 id
attributesobject数据属性
attributes.usernamestring用户名
attributes.nicknamestring昵称
attributes.mobilestring手机号
attributes.unionIdstringunion_id
attributes.lastLoginIpstring最后登陆 IP
attributes.createdAtdatetime创建时间
attributes.updatedAtdatetime修改时间