erp修改

This commit is contained in:
qianshijiang
2026-01-16 10:34:44 +08:00
parent d5df640fbf
commit d77f4b1411
4 changed files with 121 additions and 1 deletions

View File

@@ -118,7 +118,6 @@ public class ErpConfig {
requestBody.put("bskey", reqDTO.getBskey());
requestBody.put("usrid", reqDTO.getUsrid());
requestBody.put("usrnm", reqDTO.getUsrnm());
// todo 密码另行约定
if (StringUtils.isBlank(reqDTO.getSign())) {
requestBody.put("sign", DigestUtil.md5Hex(uuid + srcsys + secretKey, StandardCharsets.UTF_8));
} else {