|
@ -123,7 +123,7 @@ public class JwService {
|
|
param.put("msgBody",msgBody.toJSONString());
|
|
param.put("msgBody",msgBody.toJSONString());
|
|
JSONObject re = null;
|
|
JSONObject re = null;
|
|
if ("jwtest".equals(springProfiles)){
|
|
if ("jwtest".equals(springProfiles)){
|
|
re = JSONObject.parseObject("{\"msg\":\"success\",\"data\":{\"CODE\":\"1\",\"returnData\":[{\"result\":\"1\"}],\"byRefParaData\":[{\"dispBalance\":\"5.5\"}]},\"status\":200}\n");
|
|
|
|
|
|
re = JSONObject.parseObject("{\"msg\":\"success\",\"data\":{\"CODE\":\"1\",\"returnData\":[{\"result\":\"1\"}],\"byRefParaData\":[{\"dispBalance\":\"2000\"}]},\"status\":200}\n");
|
|
}else {
|
|
}else {
|
|
if ("jwZnygProd".equals(springProfiles)){
|
|
if ("jwZnygProd".equals(springProfiles)){
|
|
re = wlyyHttpService.sendWlyyMes("callEhrInterfaceYG_OUT", null,param);
|
|
re = wlyyHttpService.sendWlyyMes("callEhrInterfaceYG_OUT", null,param);
|