Class ShoppingRestController

java.lang.Object
com.bytedesk.core.base.BaseRestController<ShoppingRequest,ShoppingRestService>
com.bytedesk.ai.alibaba.shopping.ShoppingRestController

@RestController @RequestMapping("/api/v1/shopping") @Description("Shopping Management Controller - Content shopping and categorization APIs") public class ShoppingRestController extends BaseRestController<ShoppingRequest,ShoppingRestService>