Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
0fa8884e
Commit
0fa8884e
authored
Mar 03, 2019
by
suichenguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试接口
parent
2ef584ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ReadExcelApi.java
src/main/java/com/yxproject/start/api/ReadExcelApi.java
+1
-0
PackageInformationApi.java
...om/yxproject/start/api/fakeApi/PackageInformationApi.java
+5
-0
No files found.
src/main/java/com/yxproject/start/api/ReadExcelApi.java
View file @
0fa8884e
...
@@ -51,6 +51,7 @@ public class ReadExcelApi {
...
@@ -51,6 +51,7 @@ public class ReadExcelApi {
@Produces
(
MediaType
.
APPLICATION_JSON
)
@Produces
(
MediaType
.
APPLICATION_JSON
)
@Transactional
(
rollbackFor
=
Exception
.
class
)
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
boolean
ReadPersonPost
(
HttpServletResponse
resp
,
HttpServletRequest
requ
)
{
public
boolean
ReadPersonPost
(
HttpServletResponse
resp
,
HttpServletRequest
requ
)
{
System
.
out
.
println
(
"进入api"
);
System
.
out
.
println
(
"进入api"
);
YXJSONResponse
yxresp
=
new
YXJSONResponse
();
YXJSONResponse
yxresp
=
new
YXJSONResponse
();
DateFormat
format
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
DateFormat
format
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
...
...
src/main/java/com/yxproject/start/api/fakeApi/PackageInformationApi.java
View file @
0fa8884e
...
@@ -8,6 +8,11 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -8,6 +8,11 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping
(
"PackageInformation"
)
@RequestMapping
(
"PackageInformation"
)
public
class
PackageInformationApi
{
public
class
PackageInformationApi
{
/**
* 查询制证信息用于制证信息打包
* @param requestStr
* @return
*/
@RequestMapping
(
"selectInformation"
)
@RequestMapping
(
"selectInformation"
)
public
String
selectInformation
(
@RequestBody
String
requestStr
){
public
String
selectInformation
(
@RequestBody
String
requestStr
){
...
...
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