|
@@ -117,7 +117,7 @@ public class ApparatusHandler {
|
|
|
if(json == null){
|
|
|
msg.setResultCode(ResultInfo.ERRORCODE);
|
|
|
msg.setStatus(false);
|
|
|
- msg.setMessage("会员注册失败,请重新注册!");
|
|
|
+ msg.setMessage("会员注册失败,获取机器信息失败!");
|
|
|
return msg;
|
|
|
}
|
|
|
JSONObject machineJson = JSONObject.fromObject(json);
|
|
@@ -129,7 +129,7 @@ public class ApparatusHandler {
|
|
|
}else{
|
|
|
msg.setResultCode(ResultInfo.ERRORCODE);
|
|
|
msg.setStatus(false);
|
|
|
- msg.setMessage("会员注册失败,请重新注册!");
|
|
|
+ msg.setMessage("会员注册失败,未找到该机器!");
|
|
|
return msg;
|
|
|
}
|
|
|
apparatus.setColorId(productColorId);
|