李昊 4 年 前
コミット
f6c6f98087
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/WebControllers/AlipayController.cs
  2. 1 1
      gx_api/GxPress/Infrastructure/GxPress.Common/AliPay/Config.cs

+ 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