소스 검색

充值,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;
             }
         }