|
@@ -94,8 +94,8 @@ public class DataService {
|
|
jsonObjectB.put("BH", checkStr(record.getStr("BH")));
|
|
jsonObjectB.put("BH", checkStr(record.getStr("BH")));
|
|
jsonObjectB.put("BI", checkStr(record.getStr("BI")));
|
|
jsonObjectB.put("BI", checkStr(record.getStr("BI")));
|
|
jsonObjectB.put("BJ", checkStr(record.getStr("BJ")));
|
|
jsonObjectB.put("BJ", checkStr(record.getStr("BJ")));
|
|
- jsonObjectB.put("BK", "12140300MB0351839N");
|
|
|
|
- jsonObjectB.put("BL", "阳泉煤业(集团)有限责任公司总医院");
|
|
|
|
|
|
+ jsonObjectB.put("BK", "12140300MB0006242M");
|
|
|
|
+ jsonObjectB.put("BL", "阳泉市第五人民医院(阳泉市精神病医院)");
|
|
jsonObjectB.put("BM", checkStr(record.getStr("BM")));
|
|
jsonObjectB.put("BM", checkStr(record.getStr("BM")));
|
|
jsonObjectB.put("BN", checkStr(record.getStr("BN")));
|
|
jsonObjectB.put("BN", checkStr(record.getStr("BN")));
|
|
|
|
|
|
@@ -150,8 +150,8 @@ public class DataService {
|
|
JSONObject jsonObjectB = new JSONObject();
|
|
JSONObject jsonObjectB = new JSONObject();
|
|
|
|
|
|
jsonObjectB.put("BD", checkStr(record.getStr("BD")));
|
|
jsonObjectB.put("BD", checkStr(record.getStr("BD")));
|
|
- jsonObjectB.put("BJ", "12140300MB0351839N");
|
|
|
|
- jsonObjectB.put("BK", "阳泉煤业(集团)有限责任公司总医院");
|
|
|
|
|
|
+ jsonObjectB.put("BJ", "12140300MB0006242M");
|
|
|
|
+ jsonObjectB.put("BK", "阳泉市第五人民医院(阳泉市精神病医院)");
|
|
|
|
|
|
JSONObject jsonObjectC = new JSONObject();
|
|
JSONObject jsonObjectC = new JSONObject();
|
|
jsonObjectC.put("CA", checkStr(record.getStr("CA")));
|
|
jsonObjectC.put("CA", checkStr(record.getStr("CA")));
|
|
@@ -402,7 +402,7 @@ public class DataService {
|
|
}
|
|
}
|
|
RequestBody requestBody = formbody.build();
|
|
RequestBody requestBody = formbody.build();
|
|
|
|
|
|
- Request request = new Request.Builder().url(url).post(requestBody).addHeader("Authorization", "Bearer Zjc3YmIyODBhNjY4ZWZlMzc5MjdiMzFiNWE3MGExODM=").build();
|
|
|
|
|
|
+ Request request = new Request.Builder().url(url).post(requestBody).addHeader("Authorization", "Bearer ZjYyYmMyOTllZmE1MzNkYTMzMmYwNGNiZWZhOWE2ZTY=").build();
|
|
|
|
|
|
try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
|
|
try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
|
|
if (!response.isSuccessful())
|
|
if (!response.isSuccessful())
|