变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
code | msg | msg_cn |
---|---|---|
9511 | inte msg error | inte返回消息错误 |
9512 | inte svc has no channel | inte无渠道配置 |
curl --location --request GET '/pub-fund/v1/inte/channel?uuid='
{
"code": 0,
"data": [
{
"channelId": "string",
"childType": "string",
"currency": [
"string"
],
"limit": {
"limitMax": "string",
"limitMin": "string"
},
"logo": "string",
"name": "string",
"outwardCountry": [
"string"
],
"promptCopywriter": {
"property1": "string",
"property2": "string"
},
"showPayAmount": true,
"time": {
"property1": "string",
"property2": "string"
},
"type": "string",
"walletId": "string"
}
],
"msg": "string",
"success": true
}