Skip to main content

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

FieldRequiredTypeRemarkSample
vip_accountnoYesstringvip_accountno0480000427741101
phone_numberYesstring手機號碼8XXXX
phone_regionYesstring手机區號852
is_phone_authYesstring1:auth , 0: not auth1

Response Body - Success

{
"code": 0,
"msg": "success",
"data":{
"vip_accountno": "0480000427741101"
}
}

Diff FZ API

FZ API : UpdateMemberIsPhoneAuthentication

FZNewRemark
strCallUserCode/
strCallPassword/
strVipAccountNovip_accountno
strTelephoneCountryCodephone_number
strTelephonephone_region
strIsPhoneAuthenticationis_phone_auth