zhangxinlei1996 3 жил өмнө
parent
commit
5b3a81233c

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

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