feat(wxapi): 新增换取用户手机号相关接口

This commit is contained in:
Fu Diwei
2022-01-14 12:42:12 +08:00
parent 8b1b07d8c0
commit 6d17a67875
5 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
{
"code": "e31968a7f94cc5ee25fafc2aef2773f0bb8c3937b22520eb8ee345274d00c144"
}

View File

@@ -0,0 +1,13 @@
{
"errcode": 0,
"errmsg": "ok",
"phone_info": {
"phoneNumber": "xxxxxx",
"purePhoneNumber": "xxxxxx",
"countryCode": 86,
"watermark": {
"timestamp": 1637744274,
"appid": "xxxx"
}
}
}