...
|
...
|
@@ -415,8 +415,10 @@ class IndexController extends WeChatBaseController |
|
|
if(empty($expert)){
|
|
|
$this->error('');
|
|
|
}
|
|
|
$expert=$this->UserModel->getExpert($expert);
|
|
|
dump($expert);
|
|
|
$expert=$this->UserModel->getExpert($expert)->toArray();
|
|
|
if (!empty($expert)){
|
|
|
$this->success('','',$expert);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
public function inqueryPost(){
|
...
|
...
|
|