wupengfei 2 năm trước cách đây
mục cha
commit
bce6b22b60
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 2
      .idea/workspace.xml
  2. 0 1
      application/api/controller/Recharge.php

+ 1 - 2
.idea/workspace.xml

@@ -4,7 +4,6 @@
     <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/Recharge.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Recharge.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/common/library/LianLianPay.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/library/LianLianPay.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -220,7 +219,7 @@
       <workItem from="1665621143495" duration="2513000" />
       <workItem from="1665708328289" duration="8744000" />
       <workItem from="1665794611802" duration="1412000" />
-      <workItem from="1665967743750" duration="1710000" />
+      <workItem from="1665967743750" duration="1752000" />
     </task>
     <task id="LOCAL-00001" summary=".">
       <created>1663731279977</created>

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

@@ -151,7 +151,6 @@ class Recharge extends Base
         if (redisSetNx($this->request->action().$this->uid,3)) {
             $money = input('post.money',0);
             $from = input('post.from',1);
-            var_dump($this->uid);
             if($money <=0 ) $this->error('充值金额有误!');
             $money = bcadd($money,0,2);
             $user = Db::name('store_member')->where('id',$this->uid)->find();