{
"status": 1,
"remark": "我是小备注",
"feeRate": 10,
"appId": 1024,
"id": 0,
"config": "string"
}curl --location --request PUT '/admin-api/pay/channel/update' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"remark": "我是小备注",
"feeRate": 10,
"appId": 1024,
"id": 0,
"config": "string"
}'{
"code": 0,
"data": true,
"msg": "string"
}