This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wangziheng
/
crmeb_shop
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
刷新防止接口失效
xurongyao
7 years ago
parent
a9051f3d64
commit
72456b56c0
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
application/wap/controller/Wechat.php
+ 1
- 0
application/wap/controller/Wechat.php
View File
@@ -18,6 +18,7 @@ class Wechat
*/
*/
public function serve()
public function serve()
{
{
+ ob_clean();
WechatService::serve();
WechatService::serve();
}
}