lizhen_gitee 1 anno fa
parent
commit
66a92d1181

File diff suppressed because it is too large
+ 4 - 1
application/api/controller/Payios.php


+ 1 - 1
application/common/controller/Api.php

@@ -372,7 +372,7 @@ class Api
         $data = [
             'uid'   => $this->auth->id,
             'api'   => $modulename.'/'.$controllername.'/'.$actionname,
-            'params' => json_encode($this->request->request()),
+            'params' => json_encode($this->request->param()),
             'addtime'  => time(),
             'adddatetime'  => date('Y-m-d H:i:s'),
             'ip'   => request()->ip(),

Some files were not shown because too many files changed in this diff