mall + trade:review 商品管理

This commit is contained in:
YunaiV
2023-06-03 22:59:34 +08:00
parent e72f741d02
commit dd93215139
12 changed files with 40 additions and 75 deletions

View File

@ -27,13 +27,13 @@ public class DefaultController {
"[微信公众号 yudao-module-mp - 已禁用][参考 https://doc.iocoder.cn/mp/build/ 开启]");
}
@RequestMapping(value = {"/admin-api/product/**", // 商品中心
"/admin-api/trade/**", // 交易中心
"/admin-api/promotion/**"}) // 营销中心
public CommonResult<Boolean> mall404() {
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]");
}
// @RequestMapping(value = {"/admin-api/product/**", // 商品中心
// "/admin-api/trade/**", // 交易中心
// "/admin-api/promotion/**"}) // 营销中心
// public CommonResult<Boolean> mall404() {
// return CommonResult.error(NOT_IMPLEMENTED.getCode(),
// "[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]");
// }
@RequestMapping(value = {"/admin-api/report/**"})
public CommonResult<Boolean> report404() {