vue接口文档

 

用户登录

接口调用请求说明

http请求方式: POST(请使用https协议)
https://localhost:8080/项目命名/vue/userAction_login.action
参数是否必须参数说明
uname用户名
pwd用户密码

返回说明

正确时返回JSON数据包:

登录成功:

{
	code: 1
	msg: "登录成功"
	result: {
		uname: "zs",
	    pwd: "123"
	}

登录失败:

{
	code:0
	msg: "用户或者密码错误"
	result: {
		uname: "sa",
	    pwd: "sa"
	}

用户名和密码为空

{
	code:0
	msg: "用户或者密码为空"
	result: {
		uname: "",
	    pwd: ""
	}

树形菜单

接口调用请求说明

http请求方式: POST(请使用https协议)
http://localhost:8080/sshdemo/vue/treeNodeAction.action

返回说明

正确时返回JSON数据包:

{
	"msg": "操作成功",
	"result": [
		{
			"treeNodeId": 1,
			"treeNodeName": "系统管理",
			"treeNodeType": 1,
			"url": null,
			"position": 1,
			"icon": "el-icon-setting",
			"children": [
				{
					"treeNodeId": 2,
					"treeNodeName": "用户管理",
					"treeNodeType": 2,
					"url": "/sys/VuexPage1",
					"position": 2,
					"icon": "el-icon-user",
					"children": []
				},
				{
					"treeNodeId": 3,
					"treeNodeName": "角色管理",
					"treeNodeType": 2,
					"url": "/sys/VuexPage2",
					"position": 3,
					"icon": "",
					"children": []
				},
				{
					"treeNodeId": 4,
					"treeNodeName": "密码修改",
					"treeNodeType": 2,
					"url": null,
					"position": 4,
					"icon": null,
					"children": []
				}
			]
		},
		{
			"treeNodeId": 5,
			"treeNodeName": "论坛管理",
			"treeNodeType": 1,
			"url": null,
			"position": 5,
			"icon": "el-icon-reading",
			"children": [
				{
					"treeNodeId": 6,
					"treeNodeName": "文章管理",
					"treeNodeType": 2,
					"url": "/sys/Articles",
					"position": 6,
					"icon": null,
					"children": []
				}
			]
		}
	],
	"code": 1
}

参数说明
code状态 :0为失败  1为成功
msg消息提示
result查询树形菜单后返回的集合

查询文章

接口调用请求说明

http请求方式: POST(请使用https协议)
http://localhost:8080/sshdemo/vue/articleAction_list.action
参数是否必须参数说明
page不必须页数,默认为1
rows不必须行数,默认为10
title不必须根据文章标题查询用到

正确时返回JSON数据包

{
	"result":[{"id":1,"title":"vue教程","body":"vue是一个很牛逼的框架"],
	"pageBean":{
		"page":2,
		"rows":1,
		"total":0,
	}
}

result结果集

参数说明
id文章id
title文章标题
body文章内容

 

增加文章

接口调用请求说明

http请求方式: POST(请使用https协议)
http://localhost:8080/sshdemo/vue/articleAction_add.action
参数是否必须参数说明
id不必须文章id
title不必须文章标题
body不必须文章内容
   

正确时返回JSON数据包

{"msg":"新增成功","result":[],"code":1}

错误时返回JSON数据包

{"msg":"新增失败","result":[],"code":0}

参数说明
code状态码:0为失败,1为成功
msg消息提示

修改文章


接口调用说明

http请求方式: POST(请使用https协议)
http://localhost:8080/sshdemo/vue/articleAction_edit.action
参数是否必须参数说明
id必须文章id
title必须文章标题
body必须文章内容

正确时返回JSON数据包

{"msg":"修改成功","code":1}

错误时返回JSON数据包

{"msg":"修改失败","code":0}

参数说明
code状态码:0为失败,1为成功
msg消息提示

文章删除

接口调用请求说明

正确时返回JSON数据包

{"msg":"删除成功","code":1}

二,错误时返回JSON数据包

{"msg":"删除失败","code":0}
参数说明
code状态码:0为失败,1为成功
msg消息提示

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值