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