Browse Source

刷新防止接口失效

xurongyao 7 years atrás
parent
commit
72456b56c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/wap/controller/Wechat.php

+ 1 - 0
application/wap/controller/Wechat.php

@@ -18,6 +18,7 @@ class Wechat
      */
     public function serve()
     {
+        ob_clean();
         WechatService::serve();
     }