Ver código fonte

修改充值回调后置顶文案

songdb 5 anos atrás
pai
commit
71c553e0e7

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