POST api/ClientApp/trans/wallet_delete

[已完成] 取款/提现 钱包删除

Request Information

URI Parameters

None.

Body Parameters

WalletDeleteRequest
NameDescriptionTypeAdditional information
user_wallet_id

用户钱包ID

integer

Required

clientType

客户端类型,默认值:website

string

None.

clientVersion

客户端版本,默认值:1.0.0

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user_wallet_id": 1,
  "clientType": "sample string 1",
  "clientVersion": "sample string 2"
}

Response Information

Resource Description

WalletDeleteResponse
NameDescriptionTypeAdditional information
code

1 为成功,其他为失败

integer

None.

msg

请求描述

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2"
}