|
@@ -29,7 +29,7 @@ class Menu extends BaseController
|
|
|
if(!empty($effetc) && $effetc['code']!=0){
|
|
|
return error_show($effetc['code'],$effetc['message']);
|
|
|
}
|
|
|
- $this->uid = isset($effetc['data']['user']['id']) ? $effetc['data']['user']['id'] :"";
|
|
|
+ $this->uid = isset($effetc['data']['id']) ? $effetc['data']['id'] :"";
|
|
|
}
|
|
|
|
|
|
public function list()
|