删除无用文件
This commit is contained in:
parent
7057227573
commit
9959a0fdc0
@ -63,7 +63,7 @@ public class DemoController {
|
|||||||
RestTemplate restTemplate = new RestTemplate();
|
RestTemplate restTemplate = new RestTemplate();
|
||||||
MultiValueMap<String, String> params = new LinkedMultiValueMap<>();
|
MultiValueMap<String, String> params = new LinkedMultiValueMap<>();
|
||||||
try {
|
try {
|
||||||
params.add("jsonData ", DESUtil.deCode("RAKAZEWHY", "imgtxt", json));
|
// params.add("jsonData ", DESUtil.deCode("RAKAZEWHY", "imgtxt", json));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new ParamsException("参数异常");
|
throw new ParamsException("参数异常");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user