Преглед изворни кода

修改充值回调后置顶文案

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