|
| xqd
@@ -149,9 +149,9 @@ define({ "api": [
|
|
|
},
|
|
|
{
|
|
|
"type": "get",
|
|
|
- "url": "/api/home/getbasedata",
|
|
|
- "title": "获取可选批次及省份",
|
|
|
- "description": "<p>获取可选批次及省份</p>",
|
|
|
+ "url": "/api/home/getintroduction",
|
|
|
+ "title": "获取使用说用及协议",
|
|
|
+ "description": "<p>获取使用说用及协议</p>",
|
|
|
"group": "____",
|
|
|
"permission": [
|
|
|
{
|
|
| xqd
@@ -163,7 +163,7 @@ define({ "api": [
|
|
|
"examples": [
|
|
|
{
|
|
|
"title": "Success-Response:",
|
|
|
- "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"batchs\": [\n\n ],\n \"provinces\":[\n\n ]\n\n }\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"list\": [\n\n ]\n\n }\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|
|
| xqd
@@ -179,13 +179,13 @@ define({ "api": [
|
|
|
},
|
|
|
"filename": "app/Http/Controllers/Api/V1/HomeController.php",
|
|
|
"groupTitle": "____",
|
|
|
- "name": "GetApiHomeGetbasedata"
|
|
|
+ "name": "GetApiHomeGetintroduction"
|
|
|
},
|
|
|
{
|
|
|
- "type": "get",
|
|
|
- "url": "/api/home/getintroduction",
|
|
|
- "title": "获取使用说用及协议",
|
|
|
- "description": "<p>获取使用说用及协议</p>",
|
|
|
+ "type": "post",
|
|
|
+ "url": "/api/home/agreeintroduction",
|
|
|
+ "title": "同意使用说用及协议",
|
|
|
+ "description": "<p>同意使用说用及协议</p>",
|
|
|
"group": "____",
|
|
|
"permission": [
|
|
|
{
|
|
| xqd
@@ -193,11 +193,24 @@ define({ "api": [
|
|
|
}
|
|
|
],
|
|
|
"version": "0.1.0",
|
|
|
+ "parameter": {
|
|
|
+ "fields": {
|
|
|
+ "Parameter": [
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "int",
|
|
|
+ "optional": true,
|
|
|
+ "field": "userid",
|
|
|
+ "description": "<p>用户ID(必填)</p>"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
"success": {
|
|
|
"examples": [
|
|
|
{
|
|
|
"title": "Success-Response:",
|
|
|
- "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"list\": [\n\n ]\n\n }\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"userinfo\": [\n\n ]\n\n }\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|
|
| xqd
@@ -213,13 +226,13 @@ define({ "api": [
|
|
|
},
|
|
|
"filename": "app/Http/Controllers/Api/V1/HomeController.php",
|
|
|
"groupTitle": "____",
|
|
|
- "name": "GetApiHomeGetintroduction"
|
|
|
+ "name": "PostApiHomeAgreeintroduction"
|
|
|
},
|
|
|
{
|
|
|
"type": "post",
|
|
|
- "url": "/api/home/agreeintroduction",
|
|
|
- "title": "同意使用说用及协议",
|
|
|
- "description": "<p>同意使用说用及协议</p>",
|
|
|
+ "url": "/api/home/getbasedata",
|
|
|
+ "title": "获取可基础数据",
|
|
|
+ "description": "<p>获取基础数据</p>",
|
|
|
"group": "____",
|
|
|
"permission": [
|
|
|
{
|
|
| xqd
@@ -244,7 +257,7 @@ define({ "api": [
|
|
|
"examples": [
|
|
|
{
|
|
|
"title": "Success-Response:",
|
|
|
- "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"userinfo\": [\n\n ]\n\n }\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"userinfo\":[\n\n ]\n \"batchs\": [\n\n ],\n \"provinces\":[\n\n ]\n\n }\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|
|
| xqd
@@ -260,7 +273,7 @@ define({ "api": [
|
|
|
},
|
|
|
"filename": "app/Http/Controllers/Api/V1/HomeController.php",
|
|
|
"groupTitle": "____",
|
|
|
- "name": "PostApiHomeAgreeintroduction"
|
|
|
+ "name": "PostApiHomeGetbasedata"
|
|
|
},
|
|
|
{
|
|
|
"type": "post",
|
|
| xqd
@@ -380,7 +393,7 @@ define({ "api": [
|
|
|
"examples": [
|
|
|
{
|
|
|
"title": "Success-Response:",
|
|
|
- "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"decryptedData\": [\n\n ]\n\n }\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": {\n \"decryptedData\": [\n\n ]\n\n }\n\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|