细节优化
parent
d144678f6d
commit
ad6e3ad9d3
|
|
@ -147,6 +147,12 @@ class Search extends Common
|
|||
*/
|
||||
public function GoodsList()
|
||||
{
|
||||
// 是否ajax请求
|
||||
if(!IS_AJAX)
|
||||
{
|
||||
$this->error('非法访问');
|
||||
}
|
||||
|
||||
// 参数初始化
|
||||
$this->ParamsInit();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue