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