Commit 6f1dc96c authored by 赵啸非's avatar 赵啸非

添加菜单资源配置

parent 6263d8dd
......@@ -28,6 +28,7 @@ public class UploadController extends BaseController {
@Resource
private UploadService uploadService;
@RequestMapping(value = "upload")
@UnAuth
public String doFileUpload(HttpServletRequest request, UploadForm form) {
......
......@@ -4,7 +4,7 @@
"baseLogin": "http://127.0.0.1:18222/m"
},
"test": {
"baseUrl": "http://192.168.0.250:11078/bill",
"baseUrl": "http://192.168.0.98:11078/bill",
"baseLogin": "http://192.168.0.98:11078/base"
},
......
......@@ -13,6 +13,16 @@ client.global.set("SmsSet_id", JSON.parse(response.body).data.id);
client.global.set("authToken", JSON.parse(response.body).data.token);
%}
###菜单修改
POST {{baseUrl}}/menu/save
Authorization: {{authToken}}
Content-Type: application/json
{
"id": 4,
"resourceUrl": "xxx"
}
###首页
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment