wupengfei %!s(int64=2) %!d(string=hai) anos
pai
achega
b4f958fad1
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Recharge.php

+ 2 - 2
.idea/workspace.xml

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

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

@@ -154,7 +154,7 @@ class Recharge extends Base
             if($money <=0 ) $this->error('充值金额有误!');
             $money = bcadd($money,0,2);
             $user = Db::name('store_member')->where('id',$this->uid)->find();
-            if(!$user['true_name'] || !$user['id_card']) $this->error('请实名认证,在进行订单支付');
+            //if(!$user['true_name'] || !$user['id_card']) $this->error('请实名认证,在进行订单支付');
             Db::startTrans();
             try{
                 $voucher_order = [