Browse Source

去除无用注解

master
李壮壮 1 year ago
parent
commit
9d2e4a130b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/PurchaseDemoEAIService.java

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

@ -16,11 +16,9 @@ import java.util.Map;
*/
public interface PurchaseDemoEAIService extends DWService {
@AllowAnonymous
@EAIService(id = PurchaseUtil.DEMO_PURCHASE_DEMO_CREATE)
DWEAIResult create(Map<String, String> headers, String messageBody) throws Exception;
@AllowAnonymous
@EAIService(id = PurchaseUtil.DEMO_PURCHASE_DEMO_GET)
DWEAIResult get(Map<String, String> headers, String messageBody) throws Exception;


Loading…
Cancel
Save