Commit 888bd51f authored by 廖旭伟's avatar 廖旭伟

用户数据接口地址修改

parent 118c0c51
......@@ -33,7 +33,7 @@ public class SyncUserTaskImpl implements ITaskExcuteService {
log.info("同步用户");
String phpUrl = GlobalSysInfo.getParamValue(PARAM_SERVER_PHP_HTTP_URL, "http://172.15.28.116:8090");
phpUrl += "/api/news/newsList";
phpUrl += "/doors/inter/user/userList";
String resp = null;
try {
HashMap<String, String> paramsMap = new HashMap<>();
......
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