完成支付、电子面单、模板消息队列等功能
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>定义基础 pojo 类、枚举、工具类等等</description>
|
||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||
<url>https://github.com/guchengwuyue/yshop-pro</url>
|
||||
|
||||
<dependencies>
|
||||
<!-- Spring 核心 -->
|
||||
|
@ -181,4 +181,7 @@ public interface ShopConstants {
|
||||
String WECHAT_FOLLOW_IMG="wechat_follow_img";
|
||||
/**后台api地址*/
|
||||
String ADMIN_API_URL="admin_api_url";
|
||||
|
||||
//快递查询接口Logistic
|
||||
String KDNIAO_LOGISTIC_QUERY="https://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx";
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
<https://www.yixiang.co/Spring-Boot/Validation/?yshop>
|
Reference in New Issue
Block a user