- QueryPromotionInfo

This commit is contained in:
gazebo
2018-11-08 11:03:58 +08:00
parent af0896eda9
commit 63f54f1205
4 changed files with 76 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ type CallbackResponse struct {
type CallbackOrderMsg struct {
ID int `json:"-"` // 用于传递Jdorder的主键值减少一次读库操作
BillID string `json:"billId"`
OutBillID string `json:"outBillId"`
StatusID string `json:"statusId"`
Timestamp string `json:"timestamp"`
Remark string `json:"remark"`