|
@@ -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
|
|
|
}
|
|
|
|
|
|
//修改订单
|