Skip to content
Snippets Groups Projects
Commit d1e0e75d authored by 家乐 袁's avatar 家乐 袁
Browse files

Merge branch '201250084' into 'master'

update: ip address

See merge request 0010-qingyun/backend!47
parents b5ee3e60 b5f97437
No related branches found
Tags v1.0.66
No related merge requests found
Pipeline #69635 passed
No preview for this file type
......@@ -64,7 +64,7 @@ public class SURMinerServiceImpl implements SURMinerService {
try {
// 创建RestTemplate对象
RestTemplate restTemplate = new RestTemplate();
String url = "http://123.60.181.94:8083/spider?platform={platform}&appName={appName}";
String url = "http://124.71.153.97:8083/spider?platform={platform}&appName={appName}";
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);
Map<String, String> map = new HashMap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment