Browse Source

Merge branch 'sprint/S1' into develop

master
郑贵龙 1 year ago
parent
commit
e85842c38a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/StaffEAIService.java

+ 0
- 2
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/StaffEAIService.java View File

@ -1,6 +1,5 @@
package com.digiwin.athena.app.provider;
import com.digiwin.app.service.AllowAnonymous;
import com.digiwin.app.service.DWEAIResult;
import com.digiwin.app.service.DWService;
import com.digiwin.app.service.eai.EAIService;
@ -43,6 +42,5 @@ public interface StaffEAIService extends DWService {
* @throws Exception
*/
@EAIService(id = StaffUtil.DEMO_WAIT_REGISTER_PERSONNEL_INFO_CREATE)
@AllowAnonymous
DWEAIResult create(Map<String, String> headers, String messageBody) throws Exception;
}

Loading…
Cancel
Save