|
|
@@ -148,8 +148,9 @@ class UserServiceController extends BaseAdminController
|
|
|
public function auditUserService()
|
|
|
{
|
|
|
$params = (new UserServiceValidate())->post()->goCheck('audit');
|
|
|
- $userId = $this->userId;
|
|
|
- $params['user_id'] = $userId;
|
|
|
+
|
|
|
+ $params['user_id'] = $this->adminId;
|
|
|
+
|
|
|
$result = UserServiceLogic::auditUserService($params);
|
|
|
if (true === $result) {
|
|
|
return $this->success('操作成功', [], 1, 1);
|