| xqd
@@ -282,6 +282,19 @@ define({ "api": [
|
|
|
}
|
|
|
],
|
|
|
"version": "0.1.0",
|
|
|
+ "parameter": {
|
|
|
+ "fields": {
|
|
|
+ "Parameter": [
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "int",
|
|
|
+ "optional": true,
|
|
|
+ "field": "store_id",
|
|
|
+ "description": "<p>商户id</p>"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
"success": {
|
|
|
"examples": [
|
|
|
{
|
| xqd
@@ -823,6 +836,26 @@ define({ "api": [
|
|
|
}
|
|
|
],
|
|
|
"version": "0.1.0",
|
|
|
+ "parameter": {
|
|
|
+ "fields": {
|
|
|
+ "Parameter": [
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "int",
|
|
|
+ "optional": true,
|
|
|
+ "field": "store_id",
|
|
|
+ "description": "<p>商户id</p>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "group": "Parameter",
|
|
|
+ "type": "string",
|
|
|
+ "optional": true,
|
|
|
+ "field": "open_id",
|
|
|
+ "description": "<p>openid</p>"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
"success": {
|
|
|
"examples": [
|
|
|
{
|
| xqd
@@ -892,6 +925,53 @@ define({ "api": [
|
|
|
"groupTitle": "Album",
|
|
|
"name": "PostApiAlbumGetCartOfWatch"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "post",
|
|
|
+ "url": "/api/album/get-count-favorite",
|
|
|
+ "title": "获取客户收藏商品详细(get-count-favorite)",
|
|
|
+ "description": "<p>获取客户收藏商品详细(get-count-favorite)</p>",
|
|
|
+ "group": "Album",
|
|
|
+ "permission": [
|
|
|
+ {
|
|
|
+ "name": "AUTH"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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 \"name\":\n \"count\":\n \"product_id\":\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": "PostApiAlbumGetCountFavorite"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "post",
|
|
|
"url": "/api/album/get-watch-recored",
|