| xqd
@@ -304,40 +304,6 @@ define({ "api": [
|
|
|
"groupTitle": "Album",
|
|
|
"name": "GetApiAlbumCustomerGoods"
|
|
|
},
|
|
|
- {
|
|
|
- "type": "get",
|
|
|
- "url": "/api/album/customer-goods-detail",
|
|
|
- "title": "获取客户浏览商品详细(customer-goods-detail)",
|
|
|
- "description": "<p>获取客户浏览商品详细(customer-goods-detail)</p>",
|
|
|
- "group": "Album",
|
|
|
- "permission": [
|
|
|
- {
|
|
|
- "name": "none"
|
|
|
- }
|
|
|
- ],
|
|
|
- "version": "0.1.0",
|
|
|
- "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 \"name\":\n \"time\":\n \"style\":\n \"cat\":\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/AlbumController.php",
|
|
|
- "groupTitle": "Album",
|
|
|
- "name": "GetApiAlbumCustomerGoodsDetail"
|
|
|
- },
|
|
|
{
|
|
|
"type": "get",
|
|
|
"url": "/api/album/favorite_del",
|
| xqd
@@ -845,6 +811,40 @@ define({ "api": [
|
|
|
"groupTitle": "Album",
|
|
|
"name": "GetApiAlbumStyle"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "post",
|
|
|
+ "url": "/api/album/customer-goods-detail",
|
|
|
+ "title": "获取客户浏览商品详细(customer-goods-detail)",
|
|
|
+ "description": "<p>获取客户浏览商品详细(customer-goods-detail)</p>",
|
|
|
+ "group": "Album",
|
|
|
+ "permission": [
|
|
|
+ {
|
|
|
+ "name": "none"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": "0.1.0",
|
|
|
+ "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 \"name\":\n \"time\":\n \"style\":\n \"cat\":\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/AlbumController.php",
|
|
|
+ "groupTitle": "Album",
|
|
|
+ "name": "PostApiAlbumCustomerGoodsDetail"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "post",
|
|
|
"url": "/api/album/get-cart-of-watch",
|