Authorization: ********************{
"equipmentId": "string",
"stationId": "string",
"userId": "string",
"deviceSn": "string",
"ruleAppType": 0
}curl --location --request POST '/order/queryPayRulesByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"equipmentId": "string",
"stationId": "string",
"userId": "string",
"deviceSn": "string",
"ruleAppType": 0
}'{
"code": "",
"msg": "",
"data": [
{
"paymentMethodId": "",
"paymentMethodName": "",
"walletCardNumber": "",
"amount": 0.0
}
],
"stackTraceMsg": ""
}