|
@@ -61,6 +61,7 @@ type JYShareUserIdsRes struct {
|
|
type shareUserInfo struct {
|
|
type shareUserInfo struct {
|
|
UserId string `json:"userId"` //用户id
|
|
UserId string `json:"userId"` //用户id
|
|
TimeExpand int `json:"timeExpand"` //延长时间
|
|
TimeExpand int `json:"timeExpand"` //延长时间
|
|
|
|
+ Remark string `json:"remark"` //备注
|
|
}
|
|
}
|
|
|
|
|
|
//分享完成 订单处理结果
|
|
//分享完成 订单处理结果
|