刷新防止接口失效

This commit is contained in:
xurongyao 2018-09-10 14:08:34 +08:00
parent a9051f3d64
commit 72456b56c0

1
application/wap/controller/Wechat.php Normal file → Executable file
View File

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