Commit a82d5b2f authored by zjy's avatar zjy

user/role/tright 7.12

parent a9f77f15
......@@ -155,7 +155,7 @@ public class ComputerRegisterController {
* @param reqVo
* @return
*/
@PostMapping(value = "/checkInvitationCode",produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
@RequestMapping(value = "/checkInvitationCode",method = RequestMethod.POST,produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public ResponseResult<CompanyVo> checkInvitationCode(@RequestBody CheckInvitationCodeReqVo reqVo){
CheckerHelper.newInstance()
.notBlankCheck("invitationCode",reqVo.getInvitationCode())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment