|
|
@@ -407,8 +407,8 @@ public class WebClientRest {
|
|
|
JSONObject object = new JSONObject();
|
|
|
object.put("code", 1);
|
|
|
object.put("msg", "成功");
|
|
|
- object.put("webclienturl", "");
|
|
|
- object.put("servicehotline", "");
|
|
|
+ object.put("webclienturl", "13732579910");
|
|
|
+ object.put("servicehotline", "https://www.buwanjia.com/customer/index.html");
|
|
|
object.put("account_list", rows.toJsonArray());
|
|
|
|
|
|
//登录成功,将验证码失效掉;
|