shish hace 2 años
padre
commit
08218717d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

@@ -52,6 +52,7 @@ class CustomController extends BaseController
             $transaction->commit();
             util::complete('充值成功');
         } catch (\Exception $e) {
+            Yii::info("充值失败原因:" . $e->getMessage());
             $transaction->rollBack();
             util::fail('充值失败');
         }