Commit dd52f24e authored by 陈烨's avatar 陈烨

修改http为https

parent 005a9593
......@@ -2,9 +2,9 @@ package com.xxl.job.core.util;
public class ConstantVar {
public static final String MASTER_URL = "http://www.weixiaotong.com.cn/weixt/api/";
public static final String MASTER_URL = "https://www.weixiaotong.com.cn/weixt/api/";
public static final String DEVELOP_URL = "http://weixt.spacetech.com.cn:8090/weixt/api/";
public static final String DEVELOP_URL = "https://weixt.spacetech.com.cn:8090/weixt/api/";
public static final String DEMO_URL = "http://demo.spacetech.com.cn/weixt/api/";
......
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