Commit 104036fc authored by xiaozhe.chen's avatar xiaozhe.chen

添加修改手机号后台管理接口

parent 07edc08c
...@@ -68,7 +68,7 @@ public class RestTemplateServiceImpl implements IHttpService { ...@@ -68,7 +68,7 @@ public class RestTemplateServiceImpl implements IHttpService {
if (uri.indexOf(LEFT_BRACES) > 0 && uri.indexOf(RIGHT_BRACES) > 0) { if (uri.indexOf(LEFT_BRACES) > 0 && uri.indexOf(RIGHT_BRACES) > 0) {
//存在匹配不进行处理 //存在匹配不进行处理
} else { } else {
if (uri.indexOf("?") == -1) { if (uri.indexOf(Q_MARK) == -1) {
builder.append(Q_MARK); builder.append(Q_MARK);
} else if (!uri.endsWith(Q_MARK)) { } else if (!uri.endsWith(Q_MARK)) {
builder.append("&"); builder.append("&");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment