简要描述:

  • 店员端获取消息列表

请求URL:

POST/wapstore/addons/execute/addons/store/controller/wapstore/action/clerkGetMessageList

参数:

参数名 是否必须 类型 说明
page_index int 页码
page_size int 每页数目
is_loop int 轮询请求的时候传1,其他不传

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
        0[
			assistant_id: 6
			create_time: "2020-04-25 15:13:39"
			id: 6
			message_status: 1
			message_type: 2
			order_money: "100.00"
			order_no: "20200425142010210748"
			shop_id: 0
			store_id: 13
			website_id: 26
		]
    }
}
参数名 类型 说明
create_time string 创建时间
message_type int 消息类型
1:新的订单
2:售后订单
order_money float 订单金额或售后金额
order_no string 订单号