删除无用文件

This commit is contained in:
TS-QD1 2024-05-30 18:53:53 +08:00
parent 7057227573
commit 9959a0fdc0

View File

@ -63,7 +63,7 @@ public class DemoController {
RestTemplate restTemplate = new RestTemplate();
MultiValueMap<String, String> params = new LinkedMultiValueMap<>();
try {
params.add("jsonData ", DESUtil.deCode("RAKAZEWHY", "imgtxt", json));
// params.add("jsonData ", DESUtil.deCode("RAKAZEWHY", "imgtxt", json));
} catch (Exception e) {
throw new ParamsException("参数异常");
}