作者 anyv
1 个管道 的构建 通过 耗费 0 秒

首页搜索

... ... @@ -181,8 +181,11 @@ class IndexController extends WeChatBaseController
*/
public function search_salesman_goods(){
if($this -> request -> isPost()){
dump($_POST['book_name']);die;
}else{
return $this -> fetch();
}
}
... ...