fix
This commit is contained in:
parent
26588ec703
commit
820a9e89ee
@ -134,6 +134,7 @@ func (p *PayService) CreateOrder(ctx context.Context, req *CreateOrderRequest) (
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("创建支付宝订单失败: %v", err)
|
return fmt.Errorf("创建支付宝订单失败: %v", err)
|
||||||
}
|
}
|
||||||
|
outTradeNo = resp.OrderNo
|
||||||
payData = resp.PayParams
|
payData = resp.PayParams
|
||||||
case "wechat":
|
case "wechat":
|
||||||
orderReq := &payment.Order{
|
orderReq := &payment.Order{
|
||||||
|
Loading…
Reference in New Issue
Block a user