作者 sgj
1 个管道 的构建 通过 耗费 2 秒

添加推荐专家

... ... @@ -409,6 +409,10 @@ class IndexController extends WeChatBaseController
return $this->fetch();
}
public function remmoedExpert(){
dump(input());
}
public function inqueryPost(){
$data=input();
$insert['user_id']=cmf_get_current_user_id();
... ...