wupengfei 2 سال پیش
والد
کامیت
f44ee031b3
3فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 2 1
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Recharge.php
  3. 1 1
      application/common/library/LianLianPay.php

+ 2 - 1
.idea/workspace.xml

@@ -4,6 +4,7 @@
     <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" />
@@ -219,7 +220,7 @@
       <workItem from="1665621143495" duration="2513000" />
       <workItem from="1665708328289" duration="8744000" />
       <workItem from="1665794611802" duration="1412000" />
-      <workItem from="1665967743750" duration="1639000" />
+      <workItem from="1665967743750" duration="1710000" />
     </task>
     <task id="LOCAL-00001" summary=".">
       <created>1663731279977</created>

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

@@ -151,6 +151,7 @@ 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();

+ 1 - 1
application/common/library/LianLianPay.php

@@ -18,7 +18,7 @@ require_once env('root_path').'application/common/library/llp/src/params/GetRand
 class LianLianPay
 {
     protected static $env = 0; //  0 测试环境 1正式环境
-    protected static $prefix = 'xl_'; //  0 测试环境 1正式环境
+    protected static $prefix = ''; //  0 测试环境 1正式环境
     protected static $cloud_url = [
         //用户申请接入[云钱包申请开户]
         'apply'=>[