|
|
@@ -171,7 +171,6 @@ public class OrganizationUserController {
|
|
|
@Operation(summary = "小程序注册用户", description = "小程序注册用户")
|
|
|
@RequestMapping(value = {"registerProjectUser"}, method = {RequestMethod.POST})
|
|
|
public ResultContent registerProjectUser(@RequestBody UserCountRegisterParam param) {
|
|
|
- Assert.hasText(param.getProjectOid(), "projectOid不能为空");
|
|
|
Assert.hasText(param.getPhone(), "phone不能为空");
|
|
|
return organizationUserService.registerProjectUser(param);
|
|
|
}
|