소스 검색

crmm jump

zz 5 년 전
부모
커밋
bd3a7b52b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Controllers/Wap/User/CoflController.php

+ 2 - 2
app/Http/Controllers/Wap/User/CoflController.php

@@ -133,7 +133,7 @@ class CoflController extends Controller
                 $params['cid'] = $cid;
                 $link = $this->getLink($get_free_currency->distribution_channel_id).'reader?'.http_build_query($params);
             }else{
-                $link = $this->getLink($get_free_currency->distribution_channel_id).'?'.http_build_query($params);
+                $link = $this->getLink($get_free_currency->distribution_channel_id).'recent?'.http_build_query($params);
             }
             return view('jump.bindHkFreeCurrency',['fee'=>$fee,'url'=>$link,'is_get'=>1,'uid'=>$get_free_currency->uid,'source'=>$source]);
         }else{
@@ -144,7 +144,7 @@ class CoflController extends Controller
                 $params['cid'] = $cid;
                 $link = $this->getLink($user[1]).'reader?'.http_build_query($params);
             }else{
-                $link = $this->getLink($user[1]).'?'.http_build_query($params);
+                $link = $this->getLink($user[1]).'recent?'.http_build_query($params);
             }
             $this->getReward($user[0],$fee,$source,$type);
             return view('jump.bindHkFreeCurrency',['fee'=>$fee,'url'=>$link,'is_get'=>0,'uid'=>$user[0],'source'=>$source]);