|
@@ -666,9 +666,9 @@ class OfficialAccountService
|
|
|
{
|
|
|
if($service_type_info == 1)
|
|
|
{
|
|
|
- return 'https://help.'. env('WECHAT_CUSTOM_HOST') .'.com/top2.html"';
|
|
|
+ return 'https://help.'. env('WECHAT_CUSTOM_HOST') .'.com/top2.html';
|
|
|
}else{
|
|
|
- return 'https://help.'. env('WECHAT_CUSTOM_HOST') .'.com/top.html"';
|
|
|
+ return 'https://help.'. env('WECHAT_CUSTOM_HOST') .'.com/top.html';
|
|
|
}
|
|
|
}
|
|
|
}
|