通知数据格式

数字币推送 data: CreateAt int64 `json:"create_at" example:"1596674376"` Symbol string `json:"symbol"` Amount decimal.Decimal `json:"amount" example:"0.5"` Precision int `json:"precision" example:"5"` // 小数点精度 OrderId string `json:"order_id" example:"1596674376"` // 订单号 Type string `json:"type" example:"1"` // 操作类型 From string `json:"from"` To string `json:"to"` Remark string `json:"remark" example:"1596674376"` //备注 GBP账户推送 data : CreateAt int64 `json:"create_at" example:"1596674376"` Symbol string `json:"symbol"` Amount decimal.Decimal `json:"amount" example:"0.5"` Precision int `json:"precision" example:"5"` // 小数点精度 OrderId string `json:"order_id" example:"1596674376"` // 订单号 Type string `json:"type" example:"1"` // 操作类型 From string `json:"from"` To string `json:"to"` Remark string `json:"remark" example:"1596674376"` //备注 FromAccountNumber string `json:"fromAccountNumber"` ToAccountNumber string `json:"toAccountNumber"`