|
|
@@ -848,7 +848,7 @@ class User extends BaseController
|
|
848
|
848
|
* */
|
|
849
|
849
|
public function changeProLevel($id,UserRepository $repository) {
|
|
850
|
850
|
$level_account = $this->request->param('level_account');
|
|
851
|
|
- $levelId = $this->request->param->levelId();
|
|
|
851
|
+ $levelId = $this->request->param('spread_account_old');
|
|
852
|
852
|
$mark = '后台管理员修改用户节点人';
|
|
853
|
853
|
if (!$id) {
|
|
854
|
854
|
return app('json')->fail("参数丢失");
|