kevin_zhangl %!s(int64=2) %!d(string=hai) anos
pai
achega
adae894b67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -423,7 +423,7 @@ class ShopController extends BaseController {
             return static::notice('订单编码无效');
             return static::notice('订单编码无效');
         }
         }
         // 转为分
         // 转为分
-        $money = $order['PAY_AMOUNT'] * 100;
+        $money = $order['PAY_AMOUNT'];
 
 
         // 订单金额,元=>分
         // 订单金额,元=>分
 //        $money = \Yii::$app->request->post('Amount');
 //        $money = \Yii::$app->request->post('Amount');