This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
eln_TD
/
eln_svr
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: [落笔留痕] 日志记录改为post
master
memorylkf
6 days ago
parent
75da19eb41
commit
4a3ed57ad9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java
+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java
View File
@ -68,7 +68,7 @@ public class TestController extends BaseController
/
*
*
*
查询落笔留痕
*
/
@
Ge
tMapping
(
"/testLblh"
)
@
Pos
tMapping
(
"/testLblh"
)
public
AjaxResult
testLblh
(
@RequestBody
JSONObject
json
)
{
logger
.
info
(
"落笔留痕请求:"
+
JSONObject
.
toJSONString
(
json
)
)
;
Write
Preview
Loading…
Cancel
Save