restful api改造

This commit is contained in:
xiongxiaoyang
2020-12-12 10:03:15 +08:00
parent a8c74d061c
commit 355cb80458
35 changed files with 95 additions and 135 deletions

View File

@ -57,7 +57,7 @@
<script type="text/javascript">
//查询用户信息
$.ajax({
type: "POST",
type: "get",
url: "/user/userInfo",
data: {},
dataType: "json",