Skip to main content
POST
/
wallet
/
api
/
card
/
phone
/
update
更新卡手机号
curl --request POST \
  --url http://localhost/wallet/api/card/phone/update
{
  "code": 123,
  "msg": "<string>",
  "data": {}
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

appUserId
string
required

App用户ID

cardId
integer<int64>
required

用户卡ID

countryCode
string
required

+852

mobilePhone
string
required

6657487

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
object