wupengfei hace 2 años
padre
commit
2a366e7ba0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 2
      .idea/workspace.xml
  2. 1 0
      application/api/controller/CloudWallet.php

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="39916099-6c76-4a34-b5a2-40f5b4c0c928" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/api/controller/CloudWallet.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/CloudWallet.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -219,7 +218,7 @@
       <workItem from="1665621143495" duration="2513000" />
       <workItem from="1665708328289" duration="8744000" />
       <workItem from="1665794611802" duration="1412000" />
-      <workItem from="1665967743750" duration="6331000" />
+      <workItem from="1665967743750" duration="6408000" />
     </task>
     <task id="LOCAL-00001" summary=".">
       <created>1663731279977</created>

+ 1 - 0
application/api/controller/CloudWallet.php

@@ -378,6 +378,7 @@ class CloudWallet extends Base
             'page_no' => $page_no,
             'page_size' => $page_size,
         ];
+        var_dump($params);
         $url =  $url = $this->cloud_url['acctserial'][$this->env];
         $result = LLianPayClient::sendRequest($url, json_encode($params,JSON_UNESCAPED_UNICODE));
         $this->success('ok',json_decode($result,true));