Browse Source

换套餐续订

lizhen_gitee 1 year ago
parent
commit
66a92d1181
2 changed files with 5 additions and 2 deletions
  1. 4 1
      application/api/controller/Payios.php
  2. 1 1
      application/common/controller/Api.php

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

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