|
@@ -51,7 +51,9 @@ public class DrgWebApi {
|
|
|
|
|
|
public JSONObject getDrgCaseQualityControlGroup(JSONObject obj) {
|
|
|
if (StrUtil.isBlank(apiUrl.getDrgWebApi())) {
|
|
|
- return new JSONObject();
|
|
|
+ JSONObject jsonObject = new JSONObject();
|
|
|
+ jsonObject.put("code", 404);
|
|
|
+ return jsonObject;
|
|
|
}
|
|
|
return Forest.post(apiUrl.getDrgWebApi() + "/drg_web/drgGroupThird/getAllDrgResults.action")
|
|
|
.connectTimeout(3000)
|