浏览代码

修改充值回调后置顶文案

songdb 5 年之前
父节点
当前提交
71c553e0e7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Modules/OfficialAccount/Services/OfficialAccountService.php

+ 2 - 2
app/Modules/OfficialAccount/Services/OfficialAccountService.php

@@ -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';
         }
     }
 }