Browse Source

恢复goods 查询接口

stanley-king 9 năm trước cách đây
mục cha
commit
0dc5b6394e
2 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 0
      helper/fcgi_server.php
  2. 0 8
      mobile/control/search.php

+ 1 - 0
helper/fcgi_server.php

@@ -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();

+ 0 - 8
mobile/control/search.php

@@ -1,12 +1,4 @@
 <?php
-/**
- * 商品
- *
- * by 33hao.com 好商城V3
- *
- *
- */
-//by 33hao.com
 //use Shopnc\Tpl;
 
 defined('InShopNC') or exit('Access Invalid!');