瀏覽代碼

debug order refund pay

abiao 5 年之前
父節點
當前提交
911fd6abed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/gopath/src/fohow.com/apps/controllers/test_controller/test_controller.go

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/test_controller/test_controller.go

@@ -72,7 +72,7 @@ func (self *TestController) GetUserInfoFromRedis() {
 func (self *TestController) TestWxPayRefund() {
 	outRefundNo := createOrderId("refund")
 	outTradeNo := "order12344o040111"
-	totalPrice := int64(1)
+	totalPrice := int64(1400)
 	transactionId := "4200000742202011107173434460"
 	remark := "订单退款"
 	payData := wx_mp.GetRefundDataPay(outTradeNo, outRefundNo, totalPrice, transactionId, remark)