变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
code | msg | msg_cn |
---|---|---|
9301 | wallet has existed | 钱包已经存在 |
{
"currency": "string",
"uuid": "string"
}
curl --location --request POST '/pub-fund/v1/wallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "string",
"uuid": "string"
}'
{
"code": 0,
"data": true,
"msg": "string",
"success": true,
"traceId": "string"
}