Browse Source

完善功能

gorden 9 months ago
parent
commit
21582540e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/notify/RechargeController.php

+ 1 - 0
app/admin/controller/notify/RechargeController.php

@@ -47,6 +47,7 @@ class RechargeController
         if (is_json($data)) {
             $data = json_decode($data, true);
         }
+        _syslog("APP充值","APP充值回调开始",$data,$data,1001);
         if (!$data['pay_id']) {
             return json_fail('参数异常');
         }