Member Phone Authentication
Function
更新会员电话是否认证
Endpoint
- /v1/member/phone-auth
HTTP Method
- POST
Request Body
{
"vip_accountno": "0480000427741101",
"phone_number": "8XXXX",
"phone_region": "852",
"is_phone_auth": "1"
}
Request Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| vip_accountno | Yes | string | vip_accountno | 0480000427741101 |
| phone_number | Yes | string | 手機號碼 | 8XXXX |
| phone_region | Yes | string | 手机區號 | 852 |
| is_phone_auth | Yes | string | 1:auth , 0: not auth | 1 |
Response Body - Success
{
"code": 0,
"msg": "success",
"data":{
"vip_accountno": "0480000427741101"
}
}
Diff FZ API
FZ API : UpdateMemberIsPhoneAuthentication
| FZ | New | Remark |
|---|---|---|
| strCallUserCode | / | |
| strCallPassword | / | |
| strVipAccountNo | vip_accountno | |
| strTelephoneCountryCode | phone_number | |
| strTelephone | phone_region | |
| strIsPhoneAuthentication | is_phone_auth |