|
@ -405,7 +405,7 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
|
|
|
HttpEntity<MultiValueMap<String, String>> httpEntity = new HttpEntity<>(params, reqHeaders);
|
|
|
Map<String, Object> result = restTemplate.postForObject("http://svr-patient:10021/basePatient/regist", httpEntity, HashMap.class);//svr-patient
|
|
|
Map<String,Object> obj = (Map<String, Object>) result.get("obj");
|
|
|
if("1".equals(obj.get("code"))){
|
|
|
if("1".equals(obj.get("code")+"")){
|
|
|
registFlag = true;
|
|
|
parameters.put("username",mobile);
|
|
|
wlyyRedisVerifyCodeService.store(client_id, mobile, captcha, 120);
|