1.0 完成
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
@ -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 -需要购买才有哦,我们开源的是整个商城后台管理系统,移动端需要购买才有");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user