提交 6f387b69 authored 作者: zhanglibo's avatar zhanglibo

天猫匿名账号

上级 91d815c7
...@@ -116,7 +116,7 @@ func (s *orderTm) Create(ctx context.Context, req OrderCreateReq) (res *OrderCre ...@@ -116,7 +116,7 @@ func (s *orderTm) Create(ctx context.Context, req OrderCreateReq) (res *OrderCre
} }
type OrderPayReq struct { type OrderPayReq struct {
AppID interface{} UserId string
ChannelOrder string ChannelOrder string
LmOrderId string LmOrderId string
} }
...@@ -129,7 +129,7 @@ func (s *orderTm) Pay(ctx context.Context, req OrderPayReq) (res *OrderCreateRes ...@@ -129,7 +129,7 @@ func (s *orderTm) Pay(ctx context.Context, req OrderPayReq) (res *OrderCreateRes
"LmOrderId": req.LmOrderId, "LmOrderId": req.LmOrderId,
"OutTradeId": req.ChannelOrder, "OutTradeId": req.ChannelOrder,
"AccountType": typeAnony, "AccountType": typeAnony,
"ThirdPartyUserId": gconv.String(req.AppID), "ThirdPartyUserId": req.UserId,
}) })
_ = json.Unmarshal([]byte(result), &res) _ = json.Unmarshal([]byte(result), &res)
return return
...@@ -181,7 +181,7 @@ type OrderListRes struct { ...@@ -181,7 +181,7 @@ type OrderListRes struct {
} `json:"FundStructureModels"` } `json:"FundStructureModels"`
} `json:"FundStructureModels"` } `json:"FundStructureModels"`
CreateDate string `json:"CreateDate"` CreateDate string `json:"CreateDate"`
LmOrderId int `json:"LmOrderId"` LmOrderId string `json:"LmOrderId"`
LogisticsStatus int `json:"LogisticsStatus"` LogisticsStatus int `json:"LogisticsStatus"`
SubOrderList struct { SubOrderList struct {
SubOrderList []struct { SubOrderList []struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论