Untitled Dropdown
cURL
curl --request POST \ --url http://localhost/wallet/api/cardTrans/all
{ "code": 123, "msg": "<string>", "data": { "dataTotal": 123, "haveNext": true, "list": [ { "appId": "<string>", "appUserId": "<string>", "amount": 123, "cardAssetId": 123, "cardId": 123, "createAt": "2023-11-07T05:31:56Z", "currency": "<string>", "decimalPlaces": 123, "desc": "<string>", "feeAmount": 123, "flowNo": "<string>", "icon": "<string>", "intent": "<string>", "postedAt": "2023-11-07T05:31:56Z", "status": "CREATED", "symbol": "<string>", "time": "2023-11-07T05:31:56Z", "title": "<string>", "totalAmount": 123 } ] } }
代理商码
App标识
appUserId,如果传值则查询指定id用户的卡列表
第几页
每页多少条
签名
email,如果传值则查询指定email用户的卡列表
OK
Show child attributes