浏览代码

充值,d2c,c2a

lizhen_gitee 1 年之前
父节点
当前提交
6862f9440f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Common/Library/Alltools.php

+ 1 - 1
app/Common/Library/Alltools.php

@@ -163,7 +163,7 @@ class Alltools {
             if(!empty($invite_info->intro_uid) && $times == 0){
                 $times = 1;//可以执行的次数
 
-                $recharge_rs = $this->recharge($userinfo->invite_uid,$jewel,'pay_order',$payorder_id,$invite_info['username'].'邀请'.$remark,$times);
+                $recharge_rs = $this->recharge($userinfo->invite_uid,$jewel,'pay_order',$payorder_id,$invite_info->username.'邀请'.$remark,$times);
                 return $recharge_rs;
             }
         }