huangrf 6 năm trước cách đây
mục cha
commit
42a38cca85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      third/alipay/alipay.go

+ 1 - 0
third/alipay/alipay.go

@@ -47,6 +47,7 @@ func PayNavite(param *PayParams)(*alipay.TradePreCreateRsp, error){
 	}else{
 		p.ProductCode = "FAST_INSTANT_TRADE_PAY"
 	}
+	fmt.Println("----------------------->阿里支付TradePreCreate参数-->", p)
 	resp, err := alipayClient.TradePreCreate(p)
 	if err != nil{
 		fmt.Println(err.Error())