|
|
@@ -152,7 +152,7 @@ class UserServiceController extends BaseAdminController
|
|
|
}
|
|
|
$result = UserServiceLogic::edit($params,$type_name);
|
|
|
if (1 === $result['code']) {
|
|
|
- return $this->success($type_name.'入驻信息修改成功成功', $result, 1, 1);
|
|
|
+ return $this->success($type_name.'入驻信息修改成功', $result, 1, 1);
|
|
|
}else{
|
|
|
return $this->fail(UserServiceLogic::getError());
|
|
|
}
|