wanggangzero 8 月之前
父節點
當前提交
90153035a6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Gameserver/App/service_call/pay/official/alipay/pay.php

+ 2 - 2
Gameserver/App/service_call/pay/official/alipay/pay.php

@@ -32,8 +32,8 @@ $bizcontent = "{\"body\":\"" . $req->product_name . "\","
         . "\"subject\": \"龙游科技\","
         . "\"out_trade_no\": \"" . $req->cpOrderId . "\","
         . "\"timeout_express\": \"30m\","
-//        . "\"total_amount\": \"" . $req->amount . "\","                         # 正式: 这里单位是元, 注意检查
-        . "\"total_amount\": \"" . $req->amount / 100 . "\","                   # 测试: 这里单位是元, 注意检查
+        . "\"total_amount\": \"" . $req->amount . "\","                         # 正式: 这里单位是元, 注意检查
+//        . "\"total_amount\": \"" . $req->amount / 100 . "\","                   # 测试: 这里单位是元, 注意检查
         . "\"product_code\":\"QUICK_MSECURITY_PAY\","
         . "\"passback_params\":\"" . $req->callbackInfo . "\""                  # 透传参数
         . "}";