|
|
@ -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; |
|
|
|
|
|
|
|