Commit fdf3a64d authored by fshenye's avatar fshenye

1. 随申办线上对接接口地址

parent 4d8a93f1
...@@ -17,8 +17,11 @@ import java.util.List; ...@@ -17,8 +17,11 @@ import java.util.List;
@UtilityClass @UtilityClass
public class SsbUtil { public class SsbUtil {
// 外网测试地址 https://ffyjs.hpwjsns.org.cn:9071/ // 外网测试地址 https://ffyjs.hpwjsns.org.cn:9071/
private final static String USER_URL = "https://ffyjs.hpwjsns.org.cn:9071/fdapp/api/account/v1/token/info"; // private final static String USER_URL = "https://ffyjs.hpwjsns.org.cn:9071/fdapp/api/account/v1/token/info";
private final static String CARD_URL = "https://ffyjs.hpwjsns.org.cn:9071/fdapp/api/account/v1/user/cards"; // private final static String CARD_URL = "https://ffyjs.hpwjsns.org.cn:9071/fdapp/api/account/v1/user/cards";
// 内网线上地址 http://173.18.1.97:9071/fdapp/
private final static String USER_URL = "http://173.18.1.97:9071/fdapp/api/account/v1/token/info";
private final static String CARD_URL = "http://173.18.1.97:9071/fdapp/api/account/v1/user/cards";
/** /**
* 获取用户信息 * 获取用户信息
......
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