|
@ -362,7 +362,7 @@ public class CreditLogService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
String response = null;
|
|
String response = null;
|
|
String url =/*getBaseUrl()*/"http://localhost:10051/svr-health-bank/" + "findAccount";
|
|
|
|
|
|
String url =getBaseUrl() + "findAccount";
|
|
object.put("patientIds",patientIds.toArray());
|
|
object.put("patientIds",patientIds.toArray());
|
|
Map<String,String> params = new HashMap<>();
|
|
Map<String,String> params = new HashMap<>();
|
|
params.put("account",object.toJSONString());
|
|
params.put("account",object.toJSONString());
|
|
@ -668,7 +668,7 @@ public class CreditLogService {
|
|
object.put("idCard",patient.getIdcard());
|
|
object.put("idCard",patient.getIdcard());
|
|
object.put("openId",patient.getOpenid());
|
|
object.put("openId",patient.getOpenid());
|
|
object.put("unionId",patient.getUnionid());
|
|
object.put("unionId",patient.getUnionid());
|
|
String url ="http://localhost:10051/svr-health-bank/"+ "addStepIntegrate";
|
|
|
|
|
|
String url =getBaseUrl()+ "addStepIntegrate";
|
|
Map<String,String> params = new HashMap<>();
|
|
Map<String,String> params = new HashMap<>();
|
|
params.put("creditsDetail",object.toJSONString());
|
|
params.put("creditsDetail",object.toJSONString());
|
|
try {
|
|
try {
|
|
@ -752,7 +752,7 @@ public class CreditLogService {
|
|
object.put("weekTimes",buffer);
|
|
object.put("weekTimes",buffer);
|
|
object.put("integrate",3);
|
|
object.put("integrate",3);
|
|
object.put("description","周奖励");
|
|
object.put("description","周奖励");
|
|
String url ="http://localhost:10051/svr-health-bank/"+ "weekReward";
|
|
|
|
|
|
String url =getBaseUrl()+ "weekReward";
|
|
Map<String,String> params = new HashMap<>();
|
|
Map<String,String> params = new HashMap<>();
|
|
params.put("creditsDetail",object.toJSONString());
|
|
params.put("creditsDetail",object.toJSONString());
|
|
try {
|
|
try {
|