@@ -70,6 +70,7 @@ class fcgi_server
fcgi_headers_sent();
$contents = ob_get_clean();
fcgi_echo($contents);
+ Log::record("return msg={$contents}",Log::DEBUG);
session::instance()->end();
fcgi_finish();
@@ -1,12 +1,4 @@
<?php
-/**
- * 商品
- *
- * by 33hao.com 好商城V3
- */
-//by 33hao.com
//use Shopnc\Tpl;
defined('InShopNC') or exit('Access Invalid!');