Skip to main content
POST
/
wallet
/
api
/
user
/
infoList
用户注册信息列表
curl --request POST \
  --url http://localhost/wallet/api/user/infoList
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "agencyCode": "<string>",
      "appId": "<string>",
      "appUserId": "<string>",
      "email": "[email protected]",
      "walletAccountType": "CORPORATE",
      "documentNo": "<string>",
      "documentType": "<string>",
      "firstName": "<string>",
      "kycStatus": "<string>",
      "lastName": "<string>",
      "mobile": "<string>",
      "nickname": "<string>",
      "profilePhoto": "<string>",
      "regionCode": "<string>",
      "regionDesc": "<string>",
      "registerTime": "2023-11-07T05:31:56Z",
      "rejectReason": "<string>"
    }
  ]
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
UserRegisterInfoDTO · object[]