微信解密用户手机号 post /decodeWxspMobile

描述

微信解密用户手机号

https://mall.wenjiangs.com/api/v1/decodeWxspMobile

请求头

字段名类型描述
tokenString

用户凭证

请求头示例

{
  "Authorization": "Bearer " + token
}

参数

字段名类型描述
shop_idNumber

店铺id

encryptedDataString

加密字符串

ivString

加密向量

成功响应

{
  "data": '',
  "code": '',
  "success": true,
  "message": ""
}

接口测试

{{ result }}