Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
customer-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
customer-service
Commits
d9f96552
Commit
d9f96552
authored
Nov 05, 2019
by
xiaozhe.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加修改手机号后台管理接口
parent
df735278
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
TestRest.java
src/main/java/cn/quantgroup/customer/rest/TestRest.java
+5
-4
No files found.
src/main/java/cn/quantgroup/customer/rest/TestRest.java
View file @
d9f96552
...
@@ -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
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment