Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
设置或查询 JCB 卡手续费率。
POST
/mc-platformapi/v1/open/jcb/card/fee/setting
/mc-platformapi/v1/open/jcb/card/fee/get
application/json
Authorization
SHA256withRSA
BASE64
app_id
string
timestamp
integer
fee_rate
card_no
array<string>
{ "app_id": "app_123456", "timestamp": 1784880000, "fee_rate": "0.01", "card_no": ["356999******1234"] }
{ "code": 0, "msg": "success", "data": "" }
percentage_fee
{ "app_id": "app_123456", "timestamp": 1784880000, "card_no": "356999******1234" }
{ "code": 0, "msg": "success", "data": { "card_no": "356999******1234", "percentage_fee": "0.01" } }