{
"ruleName": "string",
"chatId": "string",
"chatName": "string",
"userId": "string",
"userName": "string",
"sendObjList": [
{
"platform": "string",
"objType": "string",
"account": "string",
"shopId": "string"
}
],
"configs": [
{
"periodType": "string",
"reportFormat": "string",
"sendTime": "string",
"sendDayOfWeek": 0,
"sendDayOfMonth": 0
}
]
}curl --location '/userPlatform/qywx/report/createRule' \
--header 'Content-Type: application/json' \
--data '{
"ruleName": "string",
"chatId": "string",
"chatName": "string",
"userId": "string",
"userName": "string",
"sendObjList": [
{
"platform": "string",
"objType": "string",
"account": "string",
"shopId": "string"
}
],
"configs": [
{
"periodType": "string",
"reportFormat": "string",
"sendTime": "string",
"sendDayOfWeek": 0,
"sendDayOfMonth": 0
}
]
}'{
"code": 0,
"message": "",
"data": ""
}