| xqd
@@ -603,13 +603,6 @@ define({ "api": [
|
|
|
"field": "keywords",
|
|
|
"description": "<p>关键词.</p>"
|
|
|
},
|
|
|
- {
|
|
|
- "group": "Parameter",
|
|
|
- "type": "int",
|
|
|
- "optional": true,
|
|
|
- "field": "status",
|
|
|
- "description": "<p>状态 1 只选择热销 2 只选择最新上市 3只选择一个风格 4 同时选择热销和最新上市 5同时选择热销和风格 6同时选择最新上市和风格 7全选 0全不选</p>"
|
|
|
- },
|
|
|
{
|
|
|
"group": "Parameter",
|
|
|
"type": "int",
|
| xqd
@@ -1686,9 +1679,9 @@ define({ "api": [
|
|
|
},
|
|
|
{
|
|
|
"type": "post",
|
|
|
- "url": "/api/album_post/create",
|
|
|
- "title": "生成海报(create)",
|
|
|
- "description": "<p>生成海报(create)</p>",
|
|
|
+ "url": "/api/album_post/del",
|
|
|
+ "title": "删除海报(del) 已废弃",
|
|
|
+ "description": "<p>删除海报(del)</p>",
|
|
|
"group": "Album_Post",
|
|
|
"permission": [
|
|
|
{
|
| xqd
@@ -1699,18 +1692,11 @@ define({ "api": [
|
|
|
"parameter": {
|
|
|
"fields": {
|
|
|
"Parameter": [
|
|
|
- {
|
|
|
- "group": "Parameter",
|
|
|
- "type": "int",
|
|
|
- "optional": true,
|
|
|
- "field": "store_id",
|
|
|
- "description": "<p>商户id</p>"
|
|
|
- },
|
|
|
{
|
|
|
"group": "Parameter",
|
|
|
"type": "string",
|
|
|
"optional": true,
|
|
|
- "field": "image",
|
|
|
+ "field": "url",
|
|
|
"description": "<p>图片</p>"
|
|
|
}
|
|
|
]
|
| xqd
@@ -1720,7 +1706,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 'real_url':'asdawd', //海报\n ]\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|
| xqd
@@ -1736,13 +1722,13 @@ define({ "api": [
|
|
|
},
|
|
|
"filename": "app/Http/Controllers/Api/V1/AlbumPosterController.php",
|
|
|
"groupTitle": "Album_Post",
|
|
|
- "name": "PostApiAlbum_postCreate"
|
|
|
+ "name": "PostApiAlbum_postDel"
|
|
|
},
|
|
|
{
|
|
|
"type": "post",
|
|
|
- "url": "/api/album_post/del",
|
|
|
- "title": "删除海报(del)",
|
|
|
- "description": "<p>删除海报(del)</p>",
|
|
|
+ "url": "/api/album_post/download",
|
|
|
+ "title": "生成海报(download)",
|
|
|
+ "description": "<p>生成海报(download)</p>",
|
|
|
"group": "Album_Post",
|
|
|
"permission": [
|
|
|
{
|
| xqd
@@ -1755,10 +1741,17 @@ define({ "api": [
|
|
|
"Parameter": [
|
|
|
{
|
|
|
"group": "Parameter",
|
|
|
- "type": "string",
|
|
|
+ "type": "int",
|
|
|
"optional": true,
|
|
|
- "field": "url",
|
|
|
- "description": "<p>图片</p>"
|
|
|
+ "field": "store_id",
|
|
|
+ "description": "<p>商户id</p>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "int",
|
|
|
+ "optional": true,
|
|
|
+ "field": "poster_id",
|
|
|
+ "description": "<p>海报id</p>"
|
|
|
}
|
|
|
]
|
|
|
}
|
| xqd
@@ -1767,7 +1760,7 @@ define({ "api": [
|
|
|
"examples": [
|
|
|
{
|
|
|
"title": "Success-Response:",
|
|
|
- "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n}",
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"\",\n \"data\": []\n}",
|
|
|
"type": "json"
|
|
|
}
|
|
|
]
|
| xqd
@@ -1783,7 +1776,7 @@ define({ "api": [
|
|
|
},
|
|
|
"filename": "app/Http/Controllers/Api/V1/AlbumPosterController.php",
|
|
|
"groupTitle": "Album_Post",
|
|
|
- "name": "PostApiAlbum_postDel"
|
|
|
+ "name": "PostApiAlbum_postDownload"
|
|
|
},
|
|
|
{
|
|
|
"type": "post",
|
| xqd
@@ -2048,6 +2041,53 @@ define({ "api": [
|
|
|
"groupTitle": "Auth",
|
|
|
"name": "PostApiAuthLogin"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "get",
|
|
|
+ "url": "/api/album_boss/boss_interactive",
|
|
|
+ "title": "经销商互动排名(boss_interactive)",
|
|
|
+ "description": "<p>经销商互动排名(boss_interactive)</p>",
|
|
|
+ "group": "Boss",
|
|
|
+ "permission": [
|
|
|
+ {
|
|
|
+ "name": "none"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": "0.1.0",
|
|
|
+ "parameter": {
|
|
|
+ "fields": {
|
|
|
+ "Parameter": [
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "int",
|
|
|
+ "optional": true,
|
|
|
+ "field": "store_id",
|
|
|
+ "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 {\n \"realname\" : 释迦摩尼,\n \"interactive\" : 111\n \"avatar\" : 111\n }\n ]\n}",
|
|
|
+ "type": "json"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "error": {
|
|
|
+ "examples": [
|
|
|
+ {
|
|
|
+ "title": "Error-Response:",
|
|
|
+ "content": "HTTP/1.1 400 Bad Request\n{\n \"state\": false,\n \"code\": 1000,\n \"message\": \"传入参数不正确\",\n \"data\": null or []\n}\n可能出现的错误代码:\n 1000 CLIENT_WRONG_PARAMS 传入参数不正确",
|
|
|
+ "type": "json"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "filename": "app/Http/Controllers/Api/V1/AlbumBossController.php",
|
|
|
+ "groupTitle": "Boss",
|
|
|
+ "name": "GetApiAlbum_bossBoss_interactive"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "get",
|
|
|
"url": "/api/album_boss/get_top",
|
| xqd
@@ -2602,53 +2642,6 @@ define({ "api": [
|
|
|
"groupTitle": "Boss",
|
|
|
"name": "PostApiAlbum_bossAgent_statistical"
|
|
|
},
|
|
|
- {
|
|
|
- "type": "post",
|
|
|
- "url": "/api/album_boss/boss_interactive",
|
|
|
- "title": "经销商互动排名(boss_interactive)",
|
|
|
- "description": "<p>经销商互动排名(boss_interactive)</p>",
|
|
|
- "group": "Boss",
|
|
|
- "permission": [
|
|
|
- {
|
|
|
- "name": "none"
|
|
|
- }
|
|
|
- ],
|
|
|
- "version": "0.1.0",
|
|
|
- "parameter": {
|
|
|
- "fields": {
|
|
|
- "Parameter": [
|
|
|
- {
|
|
|
- "group": "Parameter",
|
|
|
- "type": "int",
|
|
|
- "optional": true,
|
|
|
- "field": "store_id",
|
|
|
- "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 {\n \"realname\" : 释迦摩尼,\n \"interactive\" : 111\n \"avatar\" : 111\n }\n ]\n}",
|
|
|
- "type": "json"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "error": {
|
|
|
- "examples": [
|
|
|
- {
|
|
|
- "title": "Error-Response:",
|
|
|
- "content": "HTTP/1.1 400 Bad Request\n{\n \"state\": false,\n \"code\": 1000,\n \"message\": \"传入参数不正确\",\n \"data\": null or []\n}\n可能出现的错误代码:\n 1000 CLIENT_WRONG_PARAMS 传入参数不正确",
|
|
|
- "type": "json"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "filename": "app/Http/Controllers/Api/V1/AlbumBossController.php",
|
|
|
- "groupTitle": "Boss",
|
|
|
- "name": "PostApiAlbum_bossBoss_interactive"
|
|
|
- },
|
|
|
{
|
|
|
"type": "get",
|
|
|
"url": "/api/car/delete",
|