|
@@ -554,7 +554,7 @@ public class TaUserController extends BaseController {
|
554
|
554
|
return responseBean;
|
555
|
555
|
}
|
556
|
556
|
|
557
|
|
- @PostMapping("/officeweb/signup")
|
|
557
|
+ @PostMapping("/official/signup")
|
558
|
558
|
public ResponseBean officeSignUp(@RequestBody OfficeSignUpEntity signUpEntity) {
|
559
|
559
|
if (StringUtils.isEmpty(signUpEntity.getCompany())) {
|
560
|
560
|
return ResponseBean.error("请填写公司", ResponseBean.ERROR_ILLEGAL_PARAMS);
|