|
@@ -858,6 +858,67 @@ define({ "api": [
|
|
"groupTitle": "Album",
|
|
"groupTitle": "Album",
|
|
"name": "GetApiAlbumStyle"
|
|
"name": "GetApiAlbumStyle"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "type": "post",
|
|
|
|
+ "url": "/api/album/agent_price_set",
|
|
|
|
+ "title": "厂家价格设置(agent_price_set)",
|
|
|
|
+ "description": "<p>厂家价格设置(agent_price_set)</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>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Parameter",
|
|
|
|
+ "type": "int",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "field": "point",
|
|
|
|
+ "description": "<p>价格设置比例 为0不设置</p>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Parameter",
|
|
|
|
+ "type": "int",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "field": "is_show_ma_price",
|
|
|
|
+ "description": "<p>厂家价格是否可见 0 不可见 1 可见</p>"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "success": {
|
|
|
|
+ "examples": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Success-Response:",
|
|
|
|
+ "content": "HTTP/1.1 200 OK\n{\n \"status\": true,\n \"status_code\": 0,\n \"message\": \"success\",\n \"data\":[]\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": "PostApiAlbumAgent_price_set"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"type": "post",
|
|
"type": "post",
|
|
"url": "/api/album/customer-goods-detail",
|
|
"url": "/api/album/customer-goods-detail",
|