订单通知消息(订单通知)

消息内容

名称 是否必须 类型 示例值 字段描述
object
  • order_idstring
  • user_idstring
  • order_timestring
  • pricestring

消息结构

{
  "": {
    "order_id": "",
    "user_id": "",
    "order_time": "",
    "price": ""
  }
}