李昊 4 년 전
부모
커밋
f6c6f98087

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/WebControllers/AlipayController.cs

@@ -16,7 +16,7 @@ namespace GxPress.Api.WebControllers
         public string GetNativePayUrl()
         {
             var alipay = new PcPay();
-            return alipay.PayRequest("637263608658642540", "汪峰讲故事", "1", "汪峰讲故事");
+            return alipay.PayRequest("637263608658642540", "汪峰讲故事", "0.01", "汪峰讲故事");
         }
         /// <summary>
         /// 回调地址

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
gx_api/GxPress/Infrastructure/GxPress.Common/AliPay/Config.cs