Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2a4f43fa
Commit
2a4f43fa
authored
Jan 16, 2021
by
季圣华
Browse files
接口优化
parent
80753381
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/controller/ResourceController.java
View file @
2a4f43fa
...
...
@@ -22,16 +22,9 @@ import static com.jsh.erp.utils.ResponseJsonUtil.returnJson;
*/
@RestController
public
class
ResourceController
{
private
Logger
logger
=
LoggerFactory
.
getLogger
(
ResourceController
.
class
);
@Resource
private
CommonQueryManager
configResourceManager
;
@GetMapping
(
value
=
"/test/heart"
)
public
JSONObject
exitHeart
(
HttpServletRequest
request
)
throws
Exception
{
return
JsonUtils
.
ok
();
}
@GetMapping
(
value
=
"/{apiName}/info"
)
public
String
getList
(
@PathVariable
(
"apiName"
)
String
apiName
,
@RequestParam
(
"id"
)
Long
id
,
...
...
Write
Preview
Supports
Markdown
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