细节优化

feat/task1-c-wallet
gongfuxiang 2019-08-26 17:37:58 +08:00
parent d144678f6d
commit ad6e3ad9d3
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ class Search extends Common
*/
public function GoodsList()
{
// 是否ajax请求
if(!IS_AJAX)
{
$this->error('非法访问');
}
// 参数初始化
$this->ParamsInit();