2106行 宁波银行返回参数解析 data改成 Data

2024年8月5日 17:07:23
This commit is contained in:
xiang2lin 2024-08-05 17:07:46 +08:00
parent 42b10acc82
commit 5ce5818c94
1 changed files with 1 additions and 1 deletions

View File

@ -2103,7 +2103,7 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
JSONObject jsonObject1 = JSONObject.parseObject(body);
String retCode = jsonObject1.getString("retCode");
if(retCode != null && "0000".equals(retCode)){
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("data"));
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("Data"));
String fileBytes = jsonObject2.getString("fileBytes");
if(fileBytes != null && !"".equals(fileBytes)){
jsonObject2.put("fileBytes","");