1.0 完成

This commit is contained in:
hupeng
2023-07-31 11:16:50 +08:00
parent 0ae51f9ee7
commit 0e0b2d7624
31 changed files with 516 additions and 233 deletions

View File

@ -23,7 +23,7 @@ public interface ShopConstants {
/**
* redis订单未付款key
*/
String REDIS_ORDER_OUTTIME_UNPAY = "order:unpay:";
String REDIS_ORDER_OUTTIME_UNPAY_QUEUE = "order-unpay-cancel-queue";
/**
* redis订单收货key
*/

View File

@ -28,10 +28,6 @@ public class BannerApplicationRunner implements ApplicationRunner {
"http://localhost/doc.html",
"https://www.yixiang.co");
// 商城
if (isNotPresent("co.yixiang.yshop.module.trade.framework.web.config.TradeWebConfiguration")) {
System.out.println("[商城系统 yshop-module-mall -需要购买才有哦,我们开源的是整个商城后台管理系统,移动端需要购买才有");
}
});
}