소스 검색

修改充值回调后置顶文案

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