金筑工实名制同步数据
This commit is contained in:
parent
0fea0c28f8
commit
2a5561927d
@ -55,7 +55,7 @@ import static com.zhgd.xmgl.util.EncryptUtils.decryptAes;
|
|||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Component
|
@Component
|
||||||
@RequestMapping("/jzg")
|
@RequestMapping("/xmgl/jzg")
|
||||||
@RestController
|
@RestController
|
||||||
public class JzgTask {
|
public class JzgTask {
|
||||||
@Autowired
|
@Autowired
|
||||||
@ -769,7 +769,6 @@ public class JzgTask {
|
|||||||
String toParams = HttpUtil.toParams(params);
|
String toParams = HttpUtil.toParams(params);
|
||||||
//发送请求
|
//发送请求
|
||||||
String url = host + uri + "?" + toParams;
|
String url = host + uri + "?" + toParams;
|
||||||
url = URLUtil.normalize(url);
|
|
||||||
log.info("jzgPost url: {}", url);
|
log.info("jzgPost url: {}", url);
|
||||||
String body = jsonObject.toJSONString();
|
String body = jsonObject.toJSONString();
|
||||||
log.info("jzgPost body: {}", body);
|
log.info("jzgPost body: {}", body);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user