detached
黄伟 1 year ago
parent 1b72b89c7d
commit 3d7518b2e1

@ -51,12 +51,12 @@ type OrderItem struct {
ReceiverAddress string `json:"receiverAddress"` // 收件人地址
}
// Lists @Title 品牌列表
func (o *order) Lists(ctx context.Context, args ArgsPayOrderLists) (result ReplyPayOrderLists, err error) {
// PayOrderList @Title 支付订单统计
func (o *order) PayOrderList(ctx context.Context, args ArgsPayOrderLists) (result ReplyPayOrderLists, err error) {
xClient, err := client.GetClient(o)
if err != nil {
return
}
err = xClient.Call(ctx, "Lists", args, &result)
err = xClient.Call(ctx, "PayOrderList", args, &result)
return
}

Loading…
Cancel
Save