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