no message

This commit is contained in:
2025-09-03 13:57:58 +08:00
parent 759771aa99
commit 638c9a04d5

View File

@ -128,7 +128,7 @@ public class ItemController {
@ApiOperationSupport(order = 4)
@PostMapping(value = "/shop/query")
public OpenResponse<String> shopQuery() {
return itemService.deliveryTemplateQuery();
return itemService.shopQuery();
}
}