zhangxinlei1996 3 anni fa
parent
commit
5b3a81233c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/qfw/util/rpc/order.go

+ 2 - 0
src/qfw/util/rpc/order.go

@@ -22,6 +22,8 @@ type JyPayOrderParam struct {
 	Userid      string                 `json:"userid"`
 	Userid      string                 `json:"userid"`
 	Phone       string                 `json:"phone"`
 	Phone       string                 `json:"phone"`
 	Detail      map[string]interface{} `json:"detail"`
 	Detail      map[string]interface{} `json:"detail"`
+	LotteryId   string                 `json:"lotteryId"`  //卡券id
+	UseProduct  string                 `json:"useProduct"` //产品id
 }
 }
 
 
 //修改订单
 //修改订单