wanggangzero hace 8 meses
padre
commit
912e9296d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gameserver/App/service_call/pay/official/wxpayv2/pay.php

+ 1 - 1
Gameserver/App/service_call/pay/official/wxpayv2/pay.php

@@ -41,7 +41,7 @@ if ($req->InserDataBase()) {
     $input->SetAttach($req->callbackInfo);                                      # 透传参数
     $input->SetOut_trade_no($req->cpOrderId);                                   # cporderidd
     $input->SetTotal_fee($req->amount * 100);                                   # 正式: 总价格,单位:分
-    $input->SetTotal_fee($req->amount); //*100                                     # 测试: 总价格,单位:分
+//    $input->SetTotal_fee($req->amount); //*100                                     # 测试: 总价格,单位:分
     $input->SetTime_start(date("YmdHis"));                                      # 开始时间
     $input->SetTime_expire(date("YmdHis", time() + 600));                       # 过期时间
     $input->SetGoods_tag("test");                                               # 活动标记,不管