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