curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/fetchRules?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 1,
"result": [
{
"dishId": 1,
"rules": [
{
"dishId": 1,
"planId": 11,
"ruleId": 1,
"ruleName": "立减3元",
"type": 1,
"reduce": 3,
"periodStart": "07:00:00",
"periodEnd": "23:59:59",
"weekdays": "1111111",
"customerType": 1,
"updateTime": "2016-10-1818: 37: 00"
},
{
"dishId": 1,
"planId": 22,
"ruleId": 222,
"ruleName": "享受8.5折",
"type": 2,
"discount": 8.5,
"periodStart": "07:00:00",
"periodEnd": "23:59:59",
"weekdays": "1111111",
"customerType": 1,
"updateTime": "2016-10-1818: 37: 00"
}
]
},
{
"dishId": 2
}
]
}