Commit d9f96552 authored by xiaozhe.chen's avatar xiaozhe.chen

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

parent df735278
......@@ -33,7 +33,8 @@ public class TestRest {
@RequestMapping(value = "/put_audit")
public JsonResult putAudit() {
String url = "http://127.0.0.1:7067/test/audit";
//String url = "http://127.0.0.1:7067/test/audit";
String url = "";
Map<String, String> header = Maps.newHashMap();
header.put("Content-type", "application/json");
......@@ -55,9 +56,9 @@ public class TestRest {
@Setter
@Getter
static class AuditParam {
boolean applyStatus;
String applyStatusReason;
String id;
private boolean applyStatus;
private String applyStatusReason;
private String id;
}
}
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