浏览代码

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]);