Commit 502cf394 authored by shangtx's avatar shangtx

feat: 增加系统参数常量

parent ee459940
...@@ -16,4 +16,8 @@ public class SysParamConstants { ...@@ -16,4 +16,8 @@ public class SysParamConstants {
* 微信退款回调地址 * 微信退款回调地址
*/ */
public final static String MINI_WECHAT_REFUND_NOTIFY_URL = "MINI_WECHAT_REFUND_NOTIFY_URL"; public final static String MINI_WECHAT_REFUND_NOTIFY_URL = "MINI_WECHAT_REFUND_NOTIFY_URL";
/**
* 订单支付超时时间
*/
public final static String ORDER_PAY_TIMEOUT = "ORDER_PAY_TIMEOUT";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment