9.5发送通知消息

优质
小牛编辑
126浏览
2023-12-01
线下取的号不能发送通知

请求参数说明

参数描述必填示例值类型最大长度
action接口参数组object
└action需要调用的接口名称wwgetstring
getGET参数组,本组参数需要参与签名object
└id排队号id47302320number
└msg通知消息38号客人请返回用餐啦string

请求示例

{
	"action": {
		"action": "wwnotify"
	},
	"get": {
		"id": "47302320",
		"msg": "38号客人请返回用餐啦"
	}
}

响应参数说明

参数描述必填示例值类型最大长度

响应示例

{
    "status": 1,
    "info": "发送成功",
}