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

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

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