zz 5 年之前
父節點
當前提交
0f8c8f54f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Wap/User/CoflController.php

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

@@ -188,7 +188,7 @@ class CoflController extends Controller
         $get_free_currency = UserBindHkWelfareService::getByOpenidToken($openid,$token);
         if($get_free_currency){
             //已经领过
-            $link = $this->getLink(($user[1]).'recent?'.http_build_query($params));
+            $link = $this->getLink($user[1]).'recent?'.http_build_query($params);
             return view('crm.bindHkFreeCurrencyV2',['fee'=>$fee,'url'=>$link,'is_get'=>1,'uid'=>$get_free_currency->uid,'source'=>$source]);
         }else{
             $link = $this->getLink($user[1]).'recent?'.http_build_query($params);