Commit 718348d8 authored by tangf's avatar tangf

新增公司消息

parent e26af96c
......@@ -252,7 +252,7 @@ public class CompanyManagementController {
* @param reqVo
* @return
*/
@PostMapping(value = "invitation",produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
@PostMapping(value = "/invitation",produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public ResponseResult<String> invitation(@RequestBody InvitationReqVo reqVo){
CheckerHelper.newInstance()
.notBlankCheck("companyId",reqVo.getCompanyId())
......
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