You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14817 lines
866 KiB

1 week ago
[
{
"index": 0,
"name": "Admin 平台用户",
"desc": "admin User",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/login",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6450,
"method": "POST",
"title": "AdminUserLogin",
"path": "/api/admin/login",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f866",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"key\"\n ],\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"example\": \"admin\",\n \"description\": \"后台管理员账号\"\n },\n \"code\": {\n \"type\": \"string\",\n \"description\": \"code\"\n },\n \"key\": {\n \"type\": \"string\",\n \"description\": \"key\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"example\": 123456,\n \"description\": \"后台管理员密码\"\n }\n },\n \"title\": \"SystemAdminLoginRequest\",\n \"$$ref\": \"#/definitions/SystemAdminLoginRequest\"\n}",
"project_id": 52,
"catid": 4073,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/logout",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6452,
"method": "GET",
"title": "AdminUserLogout",
"path": "/api/admin/logout",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
"project_id": 52,
"catid": 4073,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/getAdminInfoByToken",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6446,
"method": "GET",
"title": "GetAdminUserByToken",
"path": "/api/admin/getAdminInfoByToken",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
"project_id": 52,
"catid": 4073,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/getLoginPic",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6448,
"method": "GET",
"title": "获取登录页图片",
"path": "/api/admin/getLoginPic",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4073,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
}
]
},
{
"index": 0,
"name": "上传文件",
"desc": "Upload Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/upload/async",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6772,
"method": "POST",
"title": "同步到云服务",
"path": "/api/admin/upload/async",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a9bc7e8e560914fa28",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
"project_id": 52,
"catid": 4082,
"uid": 93,
"add_time": 1597368489,
"up_time": 1597368489,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/upload/image",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6776,
"method": "POST",
"title": "图片上传",
"path": "/api/admin/upload/image",
"req_params": [],
"req_body_form": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa2d",
"name": "multipart",
"desc": "multipart",
"type": "file"
}
],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa2e",
"name": "Content-Type",
"value": "multipart/form-data"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa30",
"name": "model",
"desc": "模块 用户user,商品product,微信wechat,news文章"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa2f",
"name": "pid",
"desc": "分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列 "
}
],
"req_body_type": "form",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
"project_id": 52,
"catid": 4082,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/upload/file",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6774,
"method": "POST",
"title": "文件上传",
"path": "/api/admin/upload/file",
"req_params": [],
"req_body_form": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa29",
"name": "multipart",
"desc": "multipart",
"type": "file"
}
],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa2a",
"name": "Content-Type",
"value": "multipart/form-data"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa2c",
"name": "model",
"desc": "模块 用户user,商品product,微信wechat,news文章"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa2b",
"name": "pid",
"desc": "分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列 "
}
],
"req_body_type": "form",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
"project_id": 52,
"catid": 4082,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
}
]
},
{
"index": 0,
"name": "会员 -- 分组",
"desc": "User Group Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/user/group/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6800,
"method": "POST",
"title": "修改",
"path": "/api/admin/user/group/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa56",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa57",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n}",
"project_id": 52,
"catid": 4091,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/group/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6796,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/user/group/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa54",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa53",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserGroup对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserGroup对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserGroup对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserGroup对象»»\"\n}",
"project_id": 52,
"catid": 4091,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/group/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6792,
"method": "GET",
"title": "删除",
"path": "/api/admin/user/group/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa51",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4091,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/group/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6798,
"method": "POST",
"title": "新增",
"path": "/api/admin/user/group/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa55",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n}",
"project_id": 52,
"catid": 4091,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/group/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6794,
"method": "GET",
"title": "详情",
"path": "/api/admin/user/group/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa52",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserGroup对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserGroup对象»\"\n}",
"project_id": 52,
"catid": 4091,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
}
]
},
{
"index": 0,
"name": "会员 -- 标签",
"desc": "User Tag Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/user/tag/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6826,
"method": "POST",
"title": "修改",
"path": "/api/admin/user/tag/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa8d",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa8e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTagRequest对象\",\n \"description\": \"会员标签\",\n \"$$ref\": \"#/definitions/UserTagRequest对象\"\n}",
"project_id": 52,
"catid": 4100,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/tag/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6822,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/user/tag/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa8b",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa8a",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTag对象\",\n \"description\": \"用户标签表\",\n \"$$ref\": \"#/definitions/UserTag对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserTag对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserTag对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserTag对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserTag对象»»\"\n}",
"project_id": 52,
"catid": 4100,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/tag/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6818,
"method": "GET",
"title": "删除",
"path": "/api/admin/user/tag/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa88",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4100,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/tag/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6824,
"method": "POST",
"title": "新增",
"path": "/api/admin/user/tag/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa8c",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTagRequest对象\",\n \"description\": \"会员标签\",\n \"$$ref\": \"#/definitions/UserTagRequest对象\"\n}",
"project_id": 52,
"catid": 4100,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/tag/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6820,
"method": "GET",
"title": "详情",
"path": "/api/admin/user/tag/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa89",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTag对象\",\n \"description\": \"用户标签表\",\n \"$$ref\": \"#/definitions/UserTag对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserTag对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserTag对象»\"\n}",
"project_id": 52,
"catid": 4100,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
}
]
},
{
"index": 0,
"name": "会员 -- 等级",
"desc": "User Level Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/user/level/level",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6808,
"method": "POST",
"title": "修改",
"path": "/api/admin/user/level/level",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa5f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa61",
"name": "levelId",
"desc": "等级ID"
},
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa60",
"name": "userId",
"desc": "会员ID"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4109,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/level/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6810,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/user/level/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6f",
"name": "addTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6e",
"name": "discount",
"desc": "享受折扣"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6d",
"name": "grade",
"desc": "会员等级"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6c",
"name": "isDel",
"desc": "是否删除,0=未删除,1=删除"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6b",
"name": "isForever",
"desc": "是否永久"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa6a",
"name": "levelId",
"desc": "等级vip"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa69",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa68",
"name": "mark",
"desc": "备注"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa67",
"name": "merId",
"desc": "商户id"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa66",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa65",
"name": "remind",
"desc": "是否已通知"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa64",
"name": "status",
"desc": "0:禁止,1:正常"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa63",
"name": "uid",
"desc": "用户uid"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa62",
"name": "validTime",
"desc": "过期时间"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除,0=未删除,1=删除\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级vip\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"remind\": {\n \"type\": \"boolean\",\n \"description\": \"是否已通知\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0:禁止,1:正常\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserLevel对象\",\n \"description\": \"用户等级记录表\",\n \"$$ref\": \"#/definitions/UserLevel对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserLevel对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserLevel对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserLevel对象»»\"\n}",
"project_id": 52,
"catid": 4109,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/level/clean",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6806,
"method": "POST",
"title": "清除会员等级",
"path": "/api/admin/user/level/clean",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa5d",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa5e",
"name": "userId",
"desc": "会员ID"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4109,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
}
]
},
{
"index": 0,
"name": "会员管理",
"desc": "User Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/user/infobycondition",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6804,
"method": "GET",
"title": "会员详情",
"path": "/api/admin/user/infobycondition",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa5c",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa5b",
"name": "page",
"desc": "页码"
},
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa5a",
"name": "type",
"desc": "0=消费记录1=积分明细2=签到记录3=持有优惠券4=余额变动5=好友关系"
},
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa59",
"name": "userId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"title\": \"T\",\n \"$$ref\": \"#/definitions/T\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«T»\",\n \"$$ref\": \"#/definitions/CommonPage«T»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«T»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«T»»\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/topdetail",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6834,
"method": "GET",
"title": "会员详情页Top数据",
"path": "/api/admin/user/topdetail",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa98",
"name": "userId",
"desc": "userId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"allConsumeCount\": {\n \"type\": \"number\"\n },\n \"allOrderCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"balance\": {\n \"type\": \"number\"\n },\n \"integralCount\": {\n \"type\": \"number\"\n },\n \"mothConsumeCount\": {\n \"type\": \"number\"\n },\n \"mothOrderCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"user\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6836,
"method": "POST",
"title": "修改",
"path": "/api/admin/user/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa99",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9a",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"真实姓名\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态是否正常, 0 = 禁止, 1 = 正常\"\n },\n \"tagId\": {\n \"type\": \"string\",\n \"description\": \"用户标签id\"\n }\n },\n \"title\": \"UserRequest对象\",\n \"description\": \"用户表\",\n \"$$ref\": \"#/definitions/UserRequest对象\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/group",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6790,
"method": "POST",
"title": "分组",
"path": "/api/admin/user/group",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa4e",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa50",
"name": "groupId",
"desc": "groupId"
},
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa4f",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6812,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/user/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7f",
"name": "accessType",
"desc": "访问情况, 0 = 全部, 1 = 首次, 2 = 访问过, 3 = 未访问"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7e",
"name": "city",
"desc": "城市"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7d",
"name": "country",
"desc": "国家"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7c",
"name": "data",
"desc": "时间"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7b",
"name": "groupId",
"desc": "用户分组"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa7a",
"name": "isPromoter",
"desc": "是否为推广员, 0 = 禁止, 1 = 正常"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa79",
"name": "keywords",
"desc": "关键字"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa78",
"name": "labelId",
"desc": "用户标签"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa77",
"name": "level",
"desc": "等级"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa76",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa75",
"name": "loginType",
"desc": "用户登陆类型h5 = h5 wechat = wechatroutine = routine"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa74",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa73",
"name": "payCount",
"desc": "消费情况"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa72",
"name": "province",
"desc": "省份"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa71",
"name": "sex",
"desc": "性别"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa70",
"name": "status",
"desc": "状态是否正常, 0 = 禁止, 1 = 正常"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"清除时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户分组id\"\n },\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"分组名称\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"payCount\": {\n
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6788,
"method": "GET",
"title": "删除",
"path": "/api/admin/user/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa4d",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/tag",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6816,
"method": "POST",
"title": "标签",
"path": "/api/admin/user/tag",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa85",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa87",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa86",
"name": "tagId",
"desc": "tagId"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/operate/founds",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6814,
"method": "GET",
"title": "积分余额",
"path": "/api/admin/user/operate/founds",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa84",
"name": "integralType",
"desc": "积分类型, 1 = 增加, 2 = 减少"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa83",
"name": "integralValue",
"desc": "积分"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa82",
"name": "moneyType",
"desc": "余额类型, 1 = 增加, 2 = 减少"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa81",
"name": "moneyValue",
"desc": "余额"
},
{
"required": "0",
"_id": "5f35e8abbc7e8e560914fa80",
"name": "uid",
"desc": "uid"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6802,
"method": "GET",
"title": "详情",
"path": "/api/admin/user/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8abbc7e8e560914fa58",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"用户推广等级\"\n },\n \"payCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户购买次数\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"真实姓名\"\n },\n \"signNum\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"连续签到天数\"\n },\n \"spreadCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"下级人数\"\n },\n \"spreadTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"推广员关联时间\"\n },\n \"spreadUid\": {\n \"type\":
"project_id": 52,
"catid": 4118,
"uid": 93,
"add_time": 1597368491,
"up_time": 1597368491,
"__v": 0
}
]
},
{
"index": 0,
"name": "会员管理 -- 用户账单",
"desc": "User Bill Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/user/bill/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6786,
"method": "POST",
"title": "修改",
"path": "/api/admin/user/bill/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa41",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa4c",
"name": "balance",
"desc": "剩余"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa4b",
"name": "category",
"desc": "明细种类"
},
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa4a",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa49",
"name": "linkId",
"desc": "关联id"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa48",
"name": "mark",
"desc": "备注"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa47",
"name": "number",
"desc": "明细数字"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa46",
"name": "pm",
"desc": "0 = 支出 1 = 获得"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa45",
"name": "status",
"desc": "0 = 带确定 1 = 有效 -1 = 无效"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa44",
"name": "title",
"desc": "账单标题"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa43",
"name": "type",
"desc": "明细类型"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa42",
"name": "uid",
"desc": "用户uid"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4127,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/bill/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6782,
"method": "POST",
"title": "分页列表",
"path": "/api/admin/user/bill/list",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa33",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa35",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa34",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserBill对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserBill对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserBill对象»»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"category\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n },\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"max\": {\n \"type\": \"number\",\n \"description\": \"最大佣金\"\n },\n \"min\": {\n \"type\": \"number\",\n \"description\": \"最小佣金\"\n },\n \"sort\": {\n \"type\": \"string\",\n \"description\": \"排序 asc/desc\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id list\"\n },\n \"userIdList\": {\n \"type\": \"array\",\n \"description\": \"用户id list\",\n \"items\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n }\n },\n \"title\": \"FundsMonitorSearchRequest对象\",\n \"description\": \"资金监控\",\n \"$$ref\": \"#/definitions/FundsMonitorSearchRequest对象\"\n}",
"project_id": 52,
"catid": 4127,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/bill/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6778,
"method": "GET",
"title": "删除",
"path": "/api/admin/user/bill/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa31",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4127,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/bill/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6784,
"method": "POST",
"title": "新增",
"path": "/api/admin/user/bill/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa36",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa40",
"name": "balance",
"desc": "剩余"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3f",
"name": "category",
"desc": "明细种类"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3e",
"name": "linkId",
"desc": "关联id"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3d",
"name": "mark",
"desc": "备注"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3c",
"name": "number",
"desc": "明细数字"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3b",
"name": "pm",
"desc": "0 = 支出 1 = 获得"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa3a",
"name": "status",
"desc": "0 = 带确定 1 = 有效 -1 = 无效"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa39",
"name": "title",
"desc": "账单标题"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa38",
"name": "type",
"desc": "明细类型"
},
{
"required": "0",
"_id": "5f35e8aabc7e8e560914fa37",
"name": "uid",
"desc": "用户uid"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4127,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/bill/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6780,
"method": "GET",
"title": "详情",
"path": "/api/admin/user/bill/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aabc7e8e560914fa32",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserBill对象»\"\n}",
"project_id": 52,
"catid": 4127,
"uid": 93,
"add_time": 1597368490,
"up_time": 1597368490,
"__v": 0
}
]
},
{
"index": 0,
"name": "分类服务",
"desc": "Category Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/category/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6408,
"method": "POST",
"title": "修改",
"path": "/api/admin/category/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f813",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81b",
"name": "extra",
"desc": "扩展字段"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81a",
"name": "id",
"desc": "分类ID"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f819",
"name": "name",
"desc": "分类名称"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f818",
"name": "pid",
"desc": "父级ID"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f817",
"name": "sort",
"desc": "排序"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f816",
"name": "status",
"desc": "状态, 0正常1失效"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f815",
"name": "type",
"desc": "类型类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f814",
"name": "url",
"desc": "地址"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6400,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/category/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f807",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f806",
"name": "name",
"desc": "分类名称"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f805",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f804",
"name": "pid",
"desc": "父级ID"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f803",
"name": "status",
"desc": "状态, 0正常1失效"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f802",
"name": "type",
"desc": "类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«Category对象»\",\n \"$$ref\": \"#/definitions/CommonPage«Category对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«Category对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«Category对象»»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6396,
"method": "GET",
"title": "删除",
"path": "/api/admin/category/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f800",
"name": "id",
"desc": "分类ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6406,
"method": "POST",
"title": "新增",
"path": "/api/admin/category/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f80b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f812",
"name": "extra",
"desc": "扩展字段"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f811",
"name": "name",
"desc": "分类名称"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f810",
"name": "pid",
"desc": "父级ID"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f80f",
"name": "sort",
"desc": "排序"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f80e",
"name": "status",
"desc": "状态, 0正常1失效"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f80d",
"name": "type",
"desc": "类型类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f80c",
"name": "url",
"desc": "地址"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/list/ids",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6402,
"method": "GET",
"title": "根据id集合获取分类列表",
"path": "/api/admin/category/list/ids",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f808",
"name": "ids",
"desc": "分类id集合"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«Category对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«Category对象»»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/list/tree",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6404,
"method": "GET",
"title": "获取tree结构的列表",
"path": "/api/admin/category/list/tree",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f80a",
"name": "status",
"desc": "-1=全部0=未生效1=已生效"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f809",
"name": "type",
"desc": "类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"child\": {\n \"type\": \"array\",\n \"items\": {\n \"originalRef\": \"CategoryTreeVo\",\n \"$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"CategoryTreeVo\",\n \"$$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«CategoryTreeVo»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«CategoryTreeVo»»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/category/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6398,
"method": "GET",
"title": "详情",
"path": "/api/admin/category/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f801",
"name": "id",
"desc": "分类ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Category对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Category对象»\"\n}",
"project_id": 52,
"catid": 4136,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
}
]
},
{
"index": 0,
"name": "分销",
"desc": "Retail Shop Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store/retail/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6602,
"method": "GET",
"title": "分销列表",
"path": "/api/admin/store/retail/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f913",
"name": "dateLimit",
"desc": "today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/"
},
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f912",
"name": "keywords",
"desc": "搜索关键字[身份证,手机,昵称,备注等]"
},
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f911",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f910",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokerageMoney\": {\n \"type\": \"number\",\n \"description\": \"佣金数据\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"清除时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户分组id\"\n },\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"分组名称\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/statistics",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6616,
"method": "GET",
"title": "分销头部数据",
"path": "/api/admin/store/retail/statistics",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f91f",
"name": "dateLimit",
"desc": "today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f91e",
"name": "nickName",
"desc": "昵称"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/manage/set",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6608,
"method": "POST",
"title": "分销管理信息保存",
"path": "/api/admin/store/retail/spread/manage/set",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f915",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"brokerageBindind\": {\n \"type\": \"string\",\n \"description\": \"分销关系绑定\"\n },\n \"brokerageFuncStatus\": {\n \"type\": \"string\",\n \"description\": \"是否启用分销\"\n },\n \"extractTime\": {\n \"type\": \"string\",\n \"description\": \"冻结时间\"\n },\n \"storeBrokeragePrice\": {\n \"type\": \"string\",\n \"description\": \"人人分销满足金额\"\n },\n \"storeBrokerageRatio\": {\n \"type\": \"string\",\n \"description\": \"一级返佣比例\"\n },\n \"storeBrokerageStatus\": {\n \"type\": \"string\",\n \"description\": \"分销模式\"\n },\n \"storeBrokerageTwo\": {\n \"type\": \"string\",\n \"description\": \"二级返佣比例\"\n },\n \"userExtractBank\": {\n \"type\": \"string\",\n \"description\": \"提现银行\"\n },\n \"userExtractMinPrice\": {\n \"type\": \"string\",\n \"description\": \"用户提现最低金额\"\n }\n },\n \"title\": \"RetailShopRequest\",\n \"$$ref\": \"#/definitions/RetailShopRequest\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/manage/get",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6606,
"method": "GET",
"title": "分销配置信息获取",
"path": "/api/admin/store/retail/spread/manage/get",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/userlist",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6614,
"method": "POST",
"title": "根据条件获取推广人列表",
"path": "/api/admin/store/retail/spread/userlist",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f91b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f91d",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f91c",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"用户推广等级\"\n },\n \"payCount\": {\n \"type\": \"inte
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"时间参数 today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"orderPriceId\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型 null = 全部 1=一级推广人 2=二级推广人\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n }\n },\n \"title\": \"RetailShopStairUserRequest对象\",\n \"description\": \"推广等级参数\",\n \"$$ref\": \"#/definitions/RetailShopStairUserRequest对象\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/orderlist",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6610,
"method": "POST",
"title": "根据条件获取推广人订单",
"path": "/api/admin/store/retail/spread/orderlist",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f916",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f918",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f917",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"clerkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"店员id\"\n },\n \"combinationId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团商品id0一般商品\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券id\"\n },\n \"couponPrice\": {\n \"type\": \"number\",\n \"description\": \"优惠券金额\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"deductionPrice\": {\n \"type\": \"number\",\n \"description\": \"抵扣金额\"\n },\n \"deliveryId\": {\n \"type\": \"string\",\n \"description\": \"快递单号/手机号\"\n },\n \"deliveryName\": {\n \"type\": \"string\",\n \"description\": \"快递名称/送货人姓名\"\n },\n \"deliveryType\": {\n \"type\": \"string\",\n \"description\": \"发货类型\"\n },\n \"freightPrice\": {\n \"type\": \"number\",\n \"description\": \"运费金额\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isChannel\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"支付渠道(0微信公众号1微信小程序)\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isMerCheck\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isRemind\": {\n \"type\": \"boolean\",\n \"description\": \"消息提醒\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户ID\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"时间参数 today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"orderPriceId\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型 null = 全部 1=一级推广人 2=二级推广人\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n }\n },\n \"title\": \"RetailShopStairUserRequest对象\",\n \"description\": \"推广等级参数\",\n \"$$ref\": \"#/definitions/RetailShopStairUserRequest对象\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6612,
"method": "GET",
"title": "添加推广关系",
"path": "/api/admin/store/retail/spread/save",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f91a",
"name": "currentUserId",
"desc": "当前用户id"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f919",
"name": "spreadUserId",
"desc": "推广人id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/retail/spread/clean/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6604,
"method": "GET",
"title": "清除上级推广人",
"path": "/api/admin/store/retail/spread/clean/{id}",
"req_params": [
{
"_id": "5f35e8a1bc7e8e560914f914",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4145,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
}
]
},
{
"index": 0,
"name": "后台用户服务",
"desc": "System Admin Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/system/admin/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6626,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/admin/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f937",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f944",
"name": "account",
"desc": "后台管理员账号"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f943",
"name": "addTime",
"desc": "后台管理员添加时间"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f942",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f941",
"name": "id",
"desc": "后台管理员表ID"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f940",
"name": "isDel",
"desc": "是否删除 1删除 0未删除"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93f",
"name": "lastIp",
"desc": "后台管理员最后一次登录ip"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93e",
"name": "lastTime",
"desc": "后台管理员最后一次登录时间"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93d",
"name": "level",
"desc": "后台管理员级别"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93c",
"name": "loginCount",
"desc": "登录次数"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93b",
"name": "pwd",
"desc": "后台管理员密码"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f93a",
"name": "realName",
"desc": "后台管理员姓名"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f939",
"name": "roles",
"desc": "后台管理员权限(menus_id)"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f938",
"name": "status",
"desc": "后台管理员状态 1有效0无效"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4154,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/admin/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6622,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/admin/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92f",
"name": "account",
"desc": "后台管理员账号"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92e",
"name": "addTime",
"desc": "后台管理员添加时间"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92d",
"name": "id",
"desc": "后台管理员表ID"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92c",
"name": "isDel",
"desc": "是否删除 1删除 0未删除"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92b",
"name": "lastIp",
"desc": "后台管理员最后一次登录ip"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f92a",
"name": "lastTime",
"desc": "后台管理员最后一次登录时间"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f929",
"name": "level",
"desc": "后台管理员级别"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f928",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f927",
"name": "loginCount",
"desc": "登录次数"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f926",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f925",
"name": "pwd",
"desc": "后台管理员密码"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f924",
"name": "realName",
"desc": "后台管理员姓名"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f923",
"name": "roles",
"desc": "后台管理员权限(menus_id)"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f922",
"name": "status",
"desc": "后台管理员状态 1有效0无效"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"后台管理员账号\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"后台管理员最后一次登录ip\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员级别\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"登录次数\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"description\": \"后台管理员密码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"后台管理员姓名\"\n },\n \"roles\": {\n \"type\": \"string\",\n \"description\": \"后台管理员权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"后台管理员状态 1有效0无效\"\n }\n },\n \"title\": \"SystemAdmin对象\",\n \"description\": \"后台管理员表\",\n \"$$ref\": \"#/definitions/SystemAdmin对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemAdmin对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemAdmin对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemAdmin对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemAdmin对象»»\"\n}",
"project_id": 52,
"catid": 4154,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/admin/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6618,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/admin/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f920",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4154,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/admin/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6624,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/admin/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f930",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f936",
"name": "account",
"desc": "后台管理员账号"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f935",
"name": "level",
"desc": "后台管理员级别"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f934",
"name": "pwd",
"desc": "后台管理员密码"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f933",
"name": "realName",
"desc": "后台管理员姓名"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f932",
"name": "roles",
"desc": "后台管理员权限(menus_id)"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f931",
"name": "status",
"desc": "后台管理员状态 1有效0无效"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
"project_id": 52,
"catid": 4154,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/admin/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6620,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/admin/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f921",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"后台管理员账号\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"后台管理员最后一次登录ip\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员级别\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"登录次数\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"description\": \"后台管理员密码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"后台管理员姓名\"\n },\n \"roles\": {\n \"type\": \"string\",\n \"description\": \"后台管理员权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"后台管理员状态 1有效0无效\"\n }\n },\n \"title\": \"SystemAdmin对象\",\n \"description\": \"后台管理员表\",\n \"$$ref\": \"#/definitions/SystemAdmin对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdmin对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdmin对象»\"\n}",
"project_id": 52,
"catid": 4154,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
}
]
},
{
"index": 0,
"name": "商品",
"desc": "Store Product Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store/product/putOnShell/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6570,
"method": "GET",
"title": "上架",
"path": "/api/admin/store/product/putOnShell/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8f3",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/offShell/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6568,
"method": "GET",
"title": "下架",
"path": "/api/admin/store/product/offShell/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8f2",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6600,
"method": "POST",
"title": "修改",
"path": "/api/admin/store/product/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品1=秒杀2=砍价3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量显示\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"stock\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"属性对应的库存\"\n },\n \"suk\": {\n \"type\": \"string\",\n \"description\": \"商品属性索引值 (attr_value|attr_value[|....])\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\":
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6566,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store/product/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8f1",
"name": "cateId",
"desc": "分类ID 多个逗号分隔"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8f0",
"name": "isBenefit",
"desc": "是否优惠"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ef",
"name": "isBest",
"desc": "是否精品"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ee",
"name": "isGood",
"desc": "是否推荐"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ed",
"name": "isHot",
"desc": "是否热卖"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ec",
"name": "isNew",
"desc": "是否新品"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8eb",
"name": "isShow",
"desc": "状态0未上架1上架"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ea",
"name": "keywords",
"desc": "关键字搜索, 支持(商品名称, 商品简介, 关键字, 商品条码)"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8e9",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8e8",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8e7",
"name": "type",
"desc": "类型1出售中已上架2仓库中未上架3已售罄4警戒库存5回收站"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n \"description\": \"商品二维码地址(用户小程序海报)\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"ficti\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"虚拟销量\"\n },\n \"giveIntegral\": {\n \"type\": \"number\",\n \"description\": \"获得积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"商品图片\"\n },\n \"isBargain\": {\n \"type\": \"boolean\",\n \"description\": \"砍价状态 0未开启 1开启\"\n },\n \"isBenefit\": {\n \"type\": \"boolean\",\n \"description\": \"是否优惠\"\n },\n \"isBest\": {\n \"type\": \"boolean\",\n \"description\": \"是否精品\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isGood\": {\n \"type\": \"boolean\",\n \"description\": \"是否优品推荐\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热卖\"\n },\n \"isNew\": {\n \"type\": \"boolean\",\n \"description\": \"是否新品\"\n },\n \"isPostage\": {\n \"type\": \"boolean\",\n \"description\": \"是否包邮\"\n },\n \"isSeckill\": {\n \"type\": \"boolean\",\n \"description\": \"秒杀状态 0 未开启 1已开启\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"状态0未上架1上架\"\n },\n \"isSub\": {\n \"type\": \"boolean\",\n \"description\": \"是否单独分佣\"\n },\n \"keyword\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\":
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/delete/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6558,
"method": "GET",
"title": "删除",
"path": "/api/admin/store/product/delete/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8e0",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/tabs/headers",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6598,
"method": "GET",
"title": "商品表头数量",
"path": "/api/admin/store/product/tabs/headers",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"StoreProductTabsHeader\",\n \"$$ref\": \"#/definitions/StoreProductTabsHeader\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«StoreProductTabsHeader»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«StoreProductTabsHeader»»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/importProduct",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6562,
"method": "POST",
"title": "导入商品",
"path": "/api/admin/store/product/importProduct",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8e3",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8e5",
"name": "form",
"desc": "导入平台1=淘宝2=京东3=苏宁4=拼多多, 5=天猫"
},
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8e4",
"name": "url",
"desc": "URL"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品1=秒杀2=砍价3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/stock",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6596,
"method": "GET",
"title": "库存变动",
"path": "/api/admin/store/product/stock",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90e",
"name": "idList",
"desc": "商品ID, 多个逗号分割,如果是修改所有的,参数值为 all"
},
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90d",
"name": "num",
"desc": "数量"
},
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90c",
"name": "type",
"desc": "类型, 增加 add | 修改 update | 减少 diff"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6594,
"method": "POST",
"title": "新增",
"path": "/api/admin/store/product/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品1=秒杀2=砍价3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量显示\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"stock\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"属性对应的库存\"\n },\n \"suk\": {\n \"type\": \"string\",\n \"description\": \"商品属性索引值 (attr_value|attr_value[|....])\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\":
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/ficti/{id}/{num}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6560,
"method": "GET",
"title": "虚拟销量",
"path": "/api/admin/store/product/ficti/{id}/{num}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8e2",
"name": "id",
"desc": "id"
},
{
"_id": "5f35e8a0bc7e8e560914f8e1",
"name": "num",
"desc": "数值"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/info/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6564,
"method": "GET",
"title": "详情",
"path": "/api/admin/store/product/info/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8e6",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n \"description\": \"商品二维码地址(用户小程序海报)\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"ficti\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"虚拟销量\"\n },\n \"giveIntegral\": {\n \"type\": \"number\",\n \"description\": \"获得积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"商品图片\"\n },\n \"isBargain\": {\n \"type\": \"boolean\",\n \"description\": \"砍价状态 0未开启 1开启\"\n },\n \"isBenefit\": {\n \"type\": \"boolean\",\n \"description\": \"是否优惠\"\n },\n \"isBest\": {\n \"type\": \"boolean\",\n \"description\": \"是否精品\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isGood\": {\n \"type\": \"boolean\",\n \"description\": \"是否优品推荐\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热卖\"\n },\n \"isNew\": {\n \"type\": \"boolean\",\n \"description\": \"是否新品\"\n },\n \"isPostage\": {\n \"type\": \"boolean\",\n \"description\": \"是否包邮\"\n },\n \"isSeckill\": {\n \"type\": \"boolean\",\n \"description\": \"秒杀状态 0 未开启 1已开启\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"状态0未上架1上架\"\n },\n \"isSub\": {\n \"type\": \"boolean\",\n \"description\": \"是否单独分佣\"\n },\n \"keyword\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户Id(0为总后台管理员创建,不为0的时候是商户后台创建)\"\n },\n \"merUse\": {\n \"type\": \"boolean\",\n \"description\": \"商户是否代理 0不可代理1可代理\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"市场价\"\n },\n \"postage\": {\n \"type\": \"number\",\n \"description\": \"邮费\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"商品价格\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"sliderImage\": {\n \"type\": \"string\",\n \"description\": \"轮播图\"\n },\n \"sort\": {
"project_id": 52,
"catid": 4163,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
}
]
},
{
"index": 0,
"name": "商品 -- 规则值(规格)",
"desc": "Store Product Rule Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store/product/rule/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6592,
"method": "POST",
"title": "修改",
"path": "/api/admin/store/product/rule/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f90a",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"规则id\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值【JSON字符串】 [{\\\\\\\"detail\\\\\\\": [\\\\\\\"string\\\\\\\"],\\\\\\\"title\\\\\\\": \\\\\\\"string\\\\\\\"}]\"\n }\n },\n \"title\": \"StoreProductRuleRequest对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRuleRequest对象\"\n}",
"project_id": 52,
"catid": 4172,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/rule/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6588,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store/product/rule/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f908",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f907",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a1bc7e8e560914f906",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值\"\n }\n },\n \"title\": \"StoreProductRule对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRule对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreProductRule对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreProductRule对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreProductRule对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreProductRule对象»»\"\n}",
"project_id": 52,
"catid": 4172,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/rule/delete/{ids}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6584,
"method": "GET",
"title": "删除",
"path": "/api/admin/store/product/rule/delete/{ids}",
"req_params": [
{
"_id": "5f35e8a1bc7e8e560914f904",
"name": "ids",
"desc": "ids"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4172,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/rule/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6590,
"method": "POST",
"title": "新增",
"path": "/api/admin/store/product/rule/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f909",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"规则id\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值【JSON字符串】 [{\\\\\\\"detail\\\\\\\": [\\\\\\\"string\\\\\\\"],\\\\\\\"title\\\\\\\": \\\\\\\"string\\\\\\\"}]\"\n }\n },\n \"title\": \"StoreProductRuleRequest对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRuleRequest对象\"\n}",
"project_id": 52,
"catid": 4172,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/rule/info/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6586,
"method": "GET",
"title": "详情",
"path": "/api/admin/store/product/rule/info/{id}",
"req_params": [
{
"_id": "5f35e8a1bc7e8e560914f905",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值\"\n }\n },\n \"title\": \"StoreProductRule对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRule对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreProductRule对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreProductRule对象»\"\n}",
"project_id": 52,
"catid": 4172,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
}
]
},
{
"index": 0,
"name": "商品 -- 评论",
"desc": "Store Product Reply Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store/product/reply/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6582,
"method": "POST",
"title": "修改",
"path": "/api/admin/store/product/reply/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f903",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户ID\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreProductReply对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReply对象\"\n}",
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/reply/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6578,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store/product/reply/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f901",
"name": "dateLimit",
"desc": "时间区间"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f900",
"name": "isDel",
"desc": "0未删除1已删除"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8ff",
"name": "isReply",
"desc": "0未回复1已回复"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8fe",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8fd",
"name": "nickname",
"desc": "用户名称(支持模糊搜索)"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8fc",
"name": "oid",
"desc": "订单ID"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8fb",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8fa",
"name": "productId",
"desc": "商品id, 多个逗号分割"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8f9",
"name": "star",
"desc": "星数"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8f8",
"name": "type",
"desc": "类型"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8f7",
"name": "uid",
"desc": "用户ID 多个逗号分割"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"array\",\n \"description\": \"评论图片\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"storeProduct\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀2=砍价3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/reply/delete/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6574,
"method": "GET",
"title": "删除",
"path": "/api/admin/store/product/reply/delete/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8f5",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/reply/comment",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6572,
"method": "POST",
"title": "回复",
"path": "/api/admin/store/product/reply/comment",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8f4",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"ids\",\n \"merchantReplyContent\"\n ],\n \"properties\": {\n \"ids\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n }\n },\n \"title\": \"StoreProductReplyCommentRequest对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReplyCommentRequest对象\"\n}",
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/reply/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6580,
"method": "POST",
"title": "新增",
"path": "/api/admin/store/product/reply/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a1bc7e8e560914f902",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"comment\",\n \"pics\",\n \"productId\",\n \"productScore\",\n \"serviceScore\"\n ],\n \"properties\": {\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID 移动端必须传递此参数\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 5,\n \"description\": \"商品分数\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 5,\n \"description\": \"服务分数\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"userId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id 后端必须传递此参数\"\n }\n },\n \"title\": \"StoreProductReplyAddRequest对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReplyAddRequest对象\"\n}",
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368481,
"up_time": 1597368481,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/product/reply/info/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6576,
"method": "GET",
"title": "详情",
"path": "/api/admin/store/product/reply/info/{id}",
"req_params": [
{
"_id": "5f35e8a0bc7e8e560914f8f6",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户ID\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreProductReply对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreProductReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreProductReply对象»\"\n}",
"project_id": 52,
"catid": 4181,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
}
]
},
{
"index": 0,
"name": "城市管理",
"desc": "System City Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/system/city/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6646,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/city/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f950",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f953",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a3bc7e8e560914f952",
"name": "name",
"desc": "名称"
},
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f951",
"name": "parentId",
"desc": "父级id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4190,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/city/update/status",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6648,
"method": "POST",
"title": "修改状态",
"path": "/api/admin/system/city/update/status",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f954",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f956",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f955",
"name": "status",
"desc": "status"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4190,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/city/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6642,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/city/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94f",
"name": "parentId",
"desc": "父级id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4190,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/city/list/tree",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6644,
"method": "GET",
"title": "获取tree结构的列表",
"path": "/api/admin/system/city/list/tree",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4190,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/city/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6640,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/city/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"areaCode\": {\n \"type\": \"string\",\n \"description\": \"区号\"\n },\n \"cityId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"城市id\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示\"\n },\n \"lat\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"省市级别\"\n },\n \"lng\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"mergerName\": {\n \"type\": \"string\",\n \"description\": \"合并名称\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"名称\"\n },\n \"parentId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemCity对象\",\n \"description\": \"城市表\",\n \"$$ref\": \"#/definitions/SystemCity对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemCity对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemCity对象»\"\n}",
"project_id": 52,
"catid": 4190,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
}
]
},
{
"index": 0,
"name": "客服用户对话记录表",
"desc": "Store Service Log Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store-service-log/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6518,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store-service-log/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8ad",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8ac",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8ab",
"name": "toUid",
"desc": "接收人uid"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8aa",
"name": "uid",
"desc": "发送人uid"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服用户对话记录表ID\"\n },\n \"msn\": {\n \"type\": \"string\",\n \"description\": \"消息内容\"\n },\n \"msnType\": {\n \"type\": \"boolean\",\n \"description\": \"消息类型 1=文字 2=表情 3=图片 4=语音\"\n },\n \"remind\": {\n \"type\": \"boolean\",\n \"description\": \"是否提醒过\"\n },\n \"toUid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"接收人uid\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"是否已读01\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发送人uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreServiceLog对象\",\n \"description\": \"客服用户对话记录表\",\n \"$$ref\": \"#/definitions/StoreServiceLog对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreServiceLog对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreServiceLog对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreServiceLog对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreServiceLog对象»»\"\n}",
"project_id": 52,
"catid": 4199,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
}
]
},
{
"index": 0,
"name": "客服表",
"desc": "Store Service Controller",
"add_time": 1597368468,
"up_time": 1597368468,
"list": [
{
"query_path": {
"path": "/api/admin/store-service/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6528,
"method": "POST",
"title": "修改",
"path": "/api/admin/store-service/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b3",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b4",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n}",
"project_id": 52,
"catid": 4208,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store-service/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6524,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store-service/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8b1",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8b0",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreService对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreService对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreService对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreService对象»»\"\n}",
"project_id": 52,
"catid": 4208,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store-service/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6520,
"method": "GET",
"title": "删除",
"path": "/api/admin/store-service/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89ebc7e8e560914f8ae",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4208,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store-service/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6526,
"method": "POST",
"title": "新增",
"path": "/api/admin/store-service/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b2",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n}",
"project_id": 52,
"catid": 4208,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store-service/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6522,
"method": "GET",
"title": "详情",
"path": "/api/admin/store-service/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89ebc7e8e560914f8af",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreService对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreService对象»\"\n}",
"project_id": 52,
"catid": 4208,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
}
]
},
{
"index": 0,
"name": "导出 -- Excel",
"desc": "Excel Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/export/excel/product",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": false,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6410,
"method": "GET",
"title": "产品",
"path": "/api/admin/export/excel/product",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f824",
"name": "cateId",
"desc": "分类ID 多个逗号分隔"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f823",
"name": "isBenefit",
"desc": "是否优惠"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f822",
"name": "isBest",
"desc": "是否精品"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f821",
"name": "isGood",
"desc": "是否推荐"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f820",
"name": "isHot",
"desc": "是否热卖"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81f",
"name": "isNew",
"desc": "是否新品"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81e",
"name": "isShow",
"desc": "状态0未上架1上架"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81d",
"name": "keywords",
"desc": "关键字搜索, 支持(商品名称, 商品简介, 关键字, 商品条码)"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f81c",
"name": "type",
"desc": "类型1出售中已上架2仓库中未上架3已售罄4警戒库存5回收站"
}
],
"req_body_type": "raw",
"res_body_type": "raw",
"res_body": "OK",
"project_id": 52,
"catid": 4217,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信 -- 消息模版",
"desc": "Template Message Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/template/update/status/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6922,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/template/update/status/{id}",
"req_params": [
{
"_id": "5f35e8afbc7e8e560914fb16",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb17",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb18",
"name": "status",
"desc": "status"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/update/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6924,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/template/update/{id}",
"req_params": [
{
"_id": "5f35e8afbc7e8e560914fb19",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb1a",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n }\n },\n \"title\": \"TemplateMessageRequest对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessageRequest对象\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6918,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/template/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb14",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb13",
"name": "name",
"desc": "模板名"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb12",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb11",
"name": "status",
"desc": "状态, 0 正常1 禁用"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb10",
"name": "tempId",
"desc": "模板ID"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb0f",
"name": "tempKey",
"desc": "模板编号"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb0e",
"name": "type",
"desc": "类型, 0 订阅消息, 1 模板消息"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"模板id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"TemplateMessage对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessage对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«TemplateMessage对象»\",\n \"$$ref\": \"#/definitions/CommonPage«TemplateMessage对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«TemplateMessage对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«TemplateMessage对象»»\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/delete/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6912,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/template/delete/{id}",
"req_params": [
{
"_id": "5f35e8afbc7e8e560914fb0c",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6920,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/template/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb15",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n }\n },\n \"title\": \"TemplateMessageRequest对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessageRequest对象\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/industry",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6914,
"method": "GET",
"title": "行业信息",
"path": "/api/admin/wechat/template/industry",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"primaryIndustry\": {\n \"type\": \"object\",\n \"properties\": {\n \"firstClass\": {\n \"type\": \"string\",\n \"description\": \"主行业\"\n },\n \"secondClass\": {\n \"type\": \"string\",\n \"description\": \"副行业\"\n }\n },\n \"title\": \"TemplateMessageIndustryItemVo对象\",\n \"description\": \"微信模板所属行业详情\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryItemVo对象\"\n },\n \"secondaryIndustry\": {\n \"type\": \"object\",\n \"properties\": {\n \"firstClass\": {\n \"type\": \"string\",\n \"description\": \"主行业\"\n },\n \"secondClass\": {\n \"type\": \"string\",\n \"description\": \"副行业\"\n }\n },\n \"title\": \"TemplateMessageIndustryItemVo对象\",\n \"description\": \"微信模板所属行业详情\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryItemVo对象\"\n }\n },\n \"title\": \"TemplateMessageIndustryVo对象\",\n \"description\": \"微信模板所属行业\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryVo对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«TemplateMessageIndustryVo对象»\",\n \"$$ref\": \"#/definitions/CommonResult«TemplateMessageIndustryVo对象»\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/template/info/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6916,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/template/info/{id}",
"req_params": [
{
"_id": "5f35e8afbc7e8e560914fb0d",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"模板id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"TemplateMessage对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessage对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«TemplateMessage对象»\",\n \"$$ref\": \"#/definitions/CommonResult«TemplateMessage对象»\"\n}",
"project_id": 52,
"catid": 4226,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 小程序access_token",
"desc": "Routine Access Token Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/routine/access/token/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6890,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/routine/access/token/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fadd",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae0",
"name": "accessToken",
"desc": "openid"
},
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fadf",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fade",
"name": "stopTime",
"desc": "添加时间"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4235,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/access/token/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6886,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/routine/access/token/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fad9",
"name": "accessToken",
"desc": "openid"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fad8",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fad7",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"accessToken\": {\n \"type\": \"string\",\n \"description\": \"openid\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"小程序access_token表ID\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineAccessToken对象\",\n \"description\": \"小程序access_token表\",\n \"$$ref\": \"#/definitions/RoutineAccessToken对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineAccessToken对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineAccessToken对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineAccessToken对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineAccessToken对象»»\"\n}",
"project_id": 52,
"catid": 4235,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/access/token/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6882,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/routine/access/token/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fad5",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4235,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/access/token/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6888,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/routine/access/token/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fada",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fadc",
"name": "accessToken",
"desc": "openid"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fadb",
"name": "stopTime",
"desc": "添加时间"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4235,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/access/token/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6884,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/routine/access/token/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fad6",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"accessToken\": {\n \"type\": \"string\",\n \"description\": \"openid\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"小程序access_token表ID\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineAccessToken对象\",\n \"description\": \"小程序access_token表\",\n \"$$ref\": \"#/definitions/RoutineAccessToken对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineAccessToken对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineAccessToken对象»\"\n}",
"project_id": 52,
"catid": 4235,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 小程序二维码管理",
"desc": "Routine Qrcode Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/routine/qrcode/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6910,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/routine/qrcode/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fb05",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb0b",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb0a",
"name": "page",
"desc": "小程序页面路径带参数"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb09",
"name": "qrcodeUrl",
"desc": "小程序二维码路径"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb08",
"name": "status",
"desc": "状态 0不可用 1可用"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb07",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb06",
"name": "thirdType",
"desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4244,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/qrcode/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6906,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/routine/qrcode/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fafe",
"name": "addTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fafd",
"name": "id",
"desc": "微信二维码ID"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fafc",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fafb",
"name": "page",
"desc": "小程序页面路径带参数"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fafa",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf9",
"name": "qrcodeUrl",
"desc": "小程序二维码路径"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf8",
"name": "status",
"desc": "状态 0不可用 1可用"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf7",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf6",
"name": "thirdType",
"desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"小程序页面路径带参数\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"小程序二维码路径\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态 0不可用 1可用\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型 spread(用户推广) product_spread(商品推广)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineQrcode对象\",\n \"description\": \"小程序二维码管理表\",\n \"$$ref\": \"#/definitions/RoutineQrcode对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineQrcode对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineQrcode对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineQrcode对象»»\"\n}",
"project_id": 52,
"catid": 4244,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/qrcode/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6902,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/routine/qrcode/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914faf4",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4244,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/qrcode/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6908,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/routine/qrcode/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914faff",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fb04",
"name": "page",
"desc": "小程序页面路径带参数"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fb03",
"name": "qrcodeUrl",
"desc": "小程序二维码路径"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fb02",
"name": "status",
"desc": "状态 0不可用 1可用"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fb01",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fb00",
"name": "thirdType",
"desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4244,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/qrcode/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6904,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/routine/qrcode/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914faf5",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"小程序页面路径带参数\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"小程序二维码路径\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态 0不可用 1可用\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型 spread(用户推广) product_spread(商品推广)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineQrcode对象\",\n \"description\": \"小程序二维码管理表\",\n \"$$ref\": \"#/definitions/RoutineQrcode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineQrcode对象»\"\n}",
"project_id": 52,
"catid": 4244,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 微信二维码管理",
"desc": "Wechat Qrcode Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/qrcode/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6880,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/qrcode/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faca",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fad4",
"name": "addTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fad3",
"name": "expireSeconds",
"desc": "二维码有效时间"
},
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fad2",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fad1",
"name": "qrcodeUrl",
"desc": "微信二维码url"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fad0",
"name": "scan",
"desc": "被扫的次数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914facf",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914face",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914facd",
"name": "thirdType",
"desc": "二维码类型"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914facc",
"name": "ticket",
"desc": "二维码参数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914facb",
"name": "url",
"desc": "微信访问url"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4253,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/qrcode/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6876,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/qrcode/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fabf",
"name": "addTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fabe",
"name": "expireSeconds",
"desc": "二维码有效时间"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fabd",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fabc",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fabb",
"name": "qrcodeUrl",
"desc": "微信二维码url"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914faba",
"name": "scan",
"desc": "被扫的次数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab9",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab8",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab7",
"name": "thirdType",
"desc": "二维码类型"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab6",
"name": "ticket",
"desc": "二维码参数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab5",
"name": "url",
"desc": "微信访问url"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"expireSeconds\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"二维码有效时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"微信二维码url\"\n },\n \"scan\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"被扫的次数\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型\"\n },\n \"ticket\": {\n \"type\": \"string\",\n \"description\": \"二维码参数\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"微信访问url\"\n }\n },\n \"title\": \"WechatQrcode对象\",\n \"description\": \"微信二维码管理表\",\n \"$$ref\": \"#/definitions/WechatQrcode对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatQrcode对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatQrcode对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatQrcode对象»»\"\n}",
"project_id": 52,
"catid": 4253,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/qrcode/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6872,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/qrcode/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fab3",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4253,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/qrcode/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6878,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/qrcode/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fac0",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac9",
"name": "addTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac8",
"name": "expireSeconds",
"desc": "二维码有效时间"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac7",
"name": "qrcodeUrl",
"desc": "微信二维码url"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac6",
"name": "scan",
"desc": "被扫的次数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac5",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac4",
"name": "thirdId",
"desc": "用户id"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac3",
"name": "thirdType",
"desc": "二维码类型"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac2",
"name": "ticket",
"desc": "二维码参数"
},
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fac1",
"name": "url",
"desc": "微信访问url"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4253,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/qrcode/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6874,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/qrcode/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fab4",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"expireSeconds\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"二维码有效时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"微信二维码url\"\n },\n \"scan\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"被扫的次数\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型\"\n },\n \"ticket\": {\n \"type\": \"string\",\n \"description\": \"二维码参数\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"微信访问url\"\n }\n },\n \"title\": \"WechatQrcode对象\",\n \"description\": \"微信二维码管理表\",\n \"$$ref\": \"#/definitions/WechatQrcode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatQrcode对象»\"\n}",
"project_id": 52,
"catid": 4253,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 微信关键字回复",
"desc": "Wechat Reply Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6854,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/keywords/reply/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faa8",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faa9",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"回复状态 0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"example\": \"text\",\n \"description\": \"回复类型 text=文本 image =图片 news =图文 voice =音频\"\n }\n },\n \"title\": \"WechatReplyRequest对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReplyRequest对象\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6848,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/keywords/reply/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8acbc7e8e560914faa3",
"name": "keywords",
"desc": "关键字"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914faa2",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914faa1",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914faa0",
"name": "type",
"desc": "回复类型 text=文本 image =图片 news =图文 voice =音频"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatReply对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatReply对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatReply对象»»\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6842,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/keywords/reply/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9d",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6850,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/keywords/reply/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914faa4",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"回复状态 0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"example\": \"text\",\n \"description\": \"回复类型 text=文本 image =图片 news =图文 voice =音频\"\n }\n },\n \"title\": \"WechatReplyRequest对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReplyRequest对象\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/info/keywords",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6846,
"method": "GET",
"title": "根据关键字查询数据",
"path": "/api/admin/wechat/keywords/reply/info/keywords",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9f",
"name": "keywords",
"desc": "keywords"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatReply对象»\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/status",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6852,
"method": "POST",
"title": "状态",
"path": "/api/admin/wechat/keywords/reply/status",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914faa5",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914faa7",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8acbc7e8e560914faa6",
"name": "status",
"desc": "status"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/keywords/reply/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6844,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/keywords/reply/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatReply对象»\"\n}",
"project_id": 52,
"catid": 4262,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 微信用户",
"desc": "Wechat User Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/user/push",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6936,
"method": "GET",
"title": "消息推送",
"path": "/api/admin/wechat/user/push",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb2f",
"name": "newsId",
"desc": "newsId"
},
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb2e",
"name": "userId",
"desc": "userId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4271,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 微信用户标签",
"desc": "We Chat User Tags Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/user/tags/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6952,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/user/tags/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8b0bc7e8e560914fb3e",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb40",
"name": "id",
"desc": "标签ID"
},
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb3f",
"name": "name",
"desc": "标签名称"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6946,
"method": "GET",
"title": "列表",
"path": "/api/admin/wechat/user/tags/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb37",
"name": "isAsync",
"desc": "是否同步微信数据, true是false否"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/create",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6938,
"method": "POST",
"title": "创建",
"path": "/api/admin/wechat/user/tags/create",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb30",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb31",
"name": "name",
"desc": "标签名称"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6940,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/user/tags/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb32",
"name": "id",
"desc": "标签ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/memberBatchUnTags",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6950,
"method": "POST",
"title": "批量为用户取消标签",
"path": "/api/admin/wechat/user/tags/memberBatchUnTags",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8b0bc7e8e560914fb3b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb3d",
"name": "id",
"desc": "标签ID"
},
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb3c",
"name": "openIdList",
"desc": "用户openId数组"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/memberBatchTags",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6948,
"method": "POST",
"title": "批量为用户打标签",
"path": "/api/admin/wechat/user/tags/memberBatchTags",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8b0bc7e8e560914fb38",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb3a",
"name": "id",
"desc": "标签ID"
},
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb39",
"name": "openIdList",
"desc": "用户openId数组"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/getUserListById",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6944,
"method": "GET",
"title": "获取标签下粉丝列表",
"path": "/api/admin/wechat/user/tags/getUserListById",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb36",
"name": "id",
"desc": "标签ID"
},
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb35",
"name": "nextOpenId",
"desc": "第一个拉取的OPENID不填默认从头开始拉取"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/tags/getTagsListByUserId",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6942,
"method": "GET",
"title": "获取用户身上的标签列表",
"path": "/api/admin/wechat/user/tags/getTagsListByUserId",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb34",
"name": "isAsync",
"desc": "是否同步微信数据, true是false否"
},
{
"required": "0",
"_id": "5f35e8b0bc7e8e560914fb33",
"name": "openId",
"desc": "用户openId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4280,
"uid": 93,
"add_time": 1597368496,
"up_time": 1597368496,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 用户行为记录",
"desc": "Wechat Message Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/user/log/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6934,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/user/log/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb28",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb2d",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb2c",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb2b",
"name": "openid",
"desc": "用户openid"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb2a",
"name": "result",
"desc": "操作详细记录"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb29",
"name": "type",
"desc": "操作类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4289,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/log/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6930,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/user/log/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb22",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb21",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb20",
"name": "openid",
"desc": "用户openid"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb1f",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb1e",
"name": "result",
"desc": "操作详细记录"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb1d",
"name": "type",
"desc": "操作类型"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户行为记录id\"\n },\n \"openid\": {\n \"type\": \"string\",\n \"description\": \"用户openid\"\n },\n \"result\": {\n \"type\": \"string\",\n \"description\": \"操作详细记录\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatMessage对象\",\n \"description\": \"用户行为记录表\",\n \"$$ref\": \"#/definitions/WechatMessage对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatMessage对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatMessage对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatMessage对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatMessage对象»»\"\n}",
"project_id": 52,
"catid": 4289,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/log/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6926,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/user/log/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb1b",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4289,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/log/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6932,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/user/log/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb23",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb27",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb26",
"name": "openid",
"desc": "用户openid"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb25",
"name": "result",
"desc": "操作详细记录"
},
{
"required": "0",
"_id": "5f35e8afbc7e8e560914fb24",
"name": "type",
"desc": "操作类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4289,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/user/log/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6928,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/user/log/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8afbc7e8e560914fb1c",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户行为记录id\"\n },\n \"openid\": {\n \"type\": \"string\",\n \"description\": \"用户openid\"\n },\n \"result\": {\n \"type\": \"string\",\n \"description\": \"操作详细记录\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatMessage对象\",\n \"description\": \"用户行为记录表\",\n \"$$ref\": \"#/definitions/WechatMessage对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatMessage对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatMessage对象»\"\n}",
"project_id": 52,
"catid": 4289,
"uid": 93,
"add_time": 1597368495,
"up_time": 1597368495,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 素材",
"desc": "Wechat Media Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/media/upload",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6858,
"method": "POST",
"title": "上传",
"path": "/api/admin/wechat/media/upload",
"req_params": [],
"req_body_form": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faab",
"name": "media",
"desc": "待上传素材图片文件",
"type": "file"
}
],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faac",
"name": "Content-Type",
"value": "multipart/form-data"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faad",
"name": "type",
"desc": "媒体文件类型分别有图片image、语音voice"
}
],
"req_body_type": "form",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,string»»\"\n}",
"project_id": 52,
"catid": 4298,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/media/get",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6856,
"method": "GET",
"title": "根据素材id查询素材",
"path": "/api/admin/wechat/media/get",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faaa",
"name": "mediaId",
"desc": "mediaId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4298,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 菜单管理",
"desc": "We Chat Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/menu/public/self/create",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6866,
"method": "POST",
"title": "保存个性化菜单",
"path": "/api/admin/wechat/menu/public/self/create",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914fab0",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"req_body_other": "{\n \"type\": \"string\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/menu/public/create",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6860,
"method": "POST",
"title": "保存自定义菜单",
"path": "/api/admin/wechat/menu/public/create",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8adbc7e8e560914faae",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"req_body_other": "{\n \"type\": \"string\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/menu/public/self/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6868,
"method": "GET",
"title": "删除个性化菜单",
"path": "/api/admin/wechat/menu/public/self/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab1",
"name": "menuId",
"desc": "菜单ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/menu/public/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6862,
"method": "GET",
"title": "删除自定义菜单",
"path": "/api/admin/wechat/menu/public/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/menu/public/self/get",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6870,
"method": "GET",
"title": "获取个性化菜单",
"path": "/api/admin/wechat/menu/public/self/get",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914fab2",
"name": "isAsync",
"desc": "是否同步微信数据, true是false否"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/menu/public/get",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6864,
"method": "GET",
"title": "获取自定义菜单",
"path": "/api/admin/wechat/menu/public/get",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8adbc7e8e560914faaf",
"name": "isAsync",
"desc": "是否同步微信数据, true是false否"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4307,
"uid": 93,
"add_time": 1597368493,
"up_time": 1597368493,
"__v": 0
}
]
},
{
"index": 0,
"name": "微信开放平台 -- 表单id表记录",
"desc": "Routine Form Id Controller",
"add_time": 1597368469,
"up_time": 1597368469,
"list": [
{
"query_path": {
"path": "/api/admin/wechat/routine/form/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6900,
"method": "POST",
"title": "修改",
"path": "/api/admin/wechat/routine/form/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914faee",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf3",
"name": "formId",
"desc": "表单ID"
},
{
"required": "1",
"_id": "5f35e8aebc7e8e560914faf2",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf1",
"name": "status",
"desc": "状态1 未使用 2不能使用"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faf0",
"name": "stopTime",
"desc": "表单ID失效时间"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faef",
"name": "uid",
"desc": "用户uid"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4316,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/form/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6896,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/wechat/routine/form/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae8",
"name": "formId",
"desc": "表单ID"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae7",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae6",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae5",
"name": "status",
"desc": "状态1 未使用 2不能使用"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae4",
"name": "stopTime",
"desc": "表单ID失效时间"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914fae3",
"name": "uid",
"desc": "用户uid"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"string\",\n \"description\": \"表单ID\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID表ID\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1 未使用 2不能使用\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID失效时间\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineFormId对象\",\n \"description\": \"表单id表记录表\",\n \"$$ref\": \"#/definitions/RoutineFormId对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineFormId对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineFormId对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineFormId对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineFormId对象»»\"\n}",
"project_id": 52,
"catid": 4316,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/form/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6892,
"method": "GET",
"title": "删除",
"path": "/api/admin/wechat/routine/form/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fae1",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4316,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/form/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6898,
"method": "POST",
"title": "新增",
"path": "/api/admin/wechat/routine/form/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fae9",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faed",
"name": "formId",
"desc": "表单ID"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faec",
"name": "status",
"desc": "状态1 未使用 2不能使用"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faeb",
"name": "stopTime",
"desc": "表单ID失效时间"
},
{
"required": "0",
"_id": "5f35e8aebc7e8e560914faea",
"name": "uid",
"desc": "用户uid"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4316,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/wechat/routine/form/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6894,
"method": "GET",
"title": "详情",
"path": "/api/admin/wechat/routine/form/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8aebc7e8e560914fae2",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"string\",\n \"description\": \"表单ID\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID表ID\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1 未使用 2不能使用\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID失效时间\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineFormId对象\",\n \"description\": \"表单id表记录表\",\n \"$$ref\": \"#/definitions/RoutineFormId对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineFormId对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineFormId对象»\"\n}",
"project_id": 52,
"catid": 4316,
"uid": 93,
"add_time": 1597368494,
"up_time": 1597368494,
"__v": 0
}
]
},
{
"index": 0,
"name": "支付回调",
"desc": "Callback Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/payment/callback/wechat",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": false,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6468,
"method": "POST",
"title": "微信支付回调",
"path": "/api/admin/payment/callback/wechat",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f880",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "raw",
"res_body": "OK",
"req_body_other": "{\n \"type\": \"string\"\n}",
"project_id": 52,
"catid": 4325,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/payment/callback/alipay",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": false,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6466,
"method": "POST",
"title": "支付宝支付回调 ",
"path": "/api/admin/payment/callback/alipay",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f87f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "raw",
"res_body": "OK",
"req_body_other": "{\n \"type\": \"string\"\n}",
"project_id": 52,
"catid": 4325,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
}
]
},
{
"index": 0,
"name": "文章管理",
"desc": "Article Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/article/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6394,
"method": "POST",
"title": "修改",
"path": "/api/admin/article/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f7fe",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f7ff",
"name": "id",
"desc": "文章ID"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"author\",\n \"cid\",\n \"content\",\n \"imageInput\",\n \"shareSynopsis\",\n \"shareTitle\",\n \"sort\",\n \"synopsis\",\n \"title\"\n ],\n \"properties\": {\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"example\": true,\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"是否热门(小程序)\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n }\n },\n \"title\": \"ArticleRequest对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/ArticleRequest对象\"\n}",
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/article/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6390,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/article/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e897bc7e8e560914f7fc",
"name": "cid",
"desc": "分类id"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7fb",
"name": "hide",
"desc": "是否隐藏"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7fa",
"name": "isBanner",
"desc": "是否轮播图(小程序)"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f9",
"name": "isHaveMediaId",
"desc": "是否有微信素材媒体id"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f8",
"name": "isHot",
"desc": "是否热门(小程序)"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f7",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f6",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f5",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f4",
"name": "status",
"desc": "状态"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"categoryName\": {\n \"type\": \"string\",\n \"description\": \"分类\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"hide\": {\n \"type\": \"boolean\",\n \"description\": \"是否隐藏\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"文章管理ID\"\n },\n \"imageInput\": {\n \"type\": \"array\",\n \"description\": \"文章图片 前端用\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"imageInputs\": {\n \"type\": \"string\",\n \"description\": \"文章图片 后端用\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热门(小程序)\"\n },\n \"mediaId\": {\n \"type\": \"string\",\n \"description\": \"微信素材媒体id\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品关联id\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n },\n \"visi
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368471,
"up_time": 1597368471,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/article/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6386,
"method": "GET",
"title": "删除",
"path": "/api/admin/article/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f2",
"name": "id",
"desc": "文章ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368471,
"up_time": 1597368471,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/article/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6392,
"method": "POST",
"title": "新增",
"path": "/api/admin/article/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f7fd",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"author\",\n \"cid\",\n \"content\",\n \"imageInput\",\n \"shareSynopsis\",\n \"shareTitle\",\n \"sort\",\n \"synopsis\",\n \"title\"\n ],\n \"properties\": {\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"example\": true,\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"是否热门(小程序)\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n }\n },\n \"title\": \"ArticleRequest对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/ArticleRequest对象\"\n}",
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/article/bind/product",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6384,
"method": "POST",
"title": "绑定产品",
"path": "/api/admin/article/bind/product",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e897bc7e8e560914f7ef",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f1",
"name": "id",
"desc": "文章ID"
},
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f0",
"name": "productId",
"desc": "产品id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368471,
"up_time": 1597368471,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/article/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6388,
"method": "GET",
"title": "详情",
"path": "/api/admin/article/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e897bc7e8e560914f7f3",
"name": "id",
"desc": "文章ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"hide\": {\n \"type\": \"boolean\",\n \"description\": \"是否隐藏\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"文章管理ID\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热门(小程序)\"\n },\n \"mediaId\": {\n \"type\": \"string\",\n \"description\": \"微信素材id\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品关联id\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n },\n \"visit\": {\n \"type\": \"string\",\n \"description\": \"浏览次数\"\n }\n },\n \"title\": \"Article对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/Article对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Article对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Article对象»\"\n}",
"project_id": 52,
"catid": 4334,
"uid": 93,
"add_time": 1597368471,
"up_time": 1597368471,
"__v": 0
}
]
},
{
"index": 0,
"name": "短信服务",
"desc": "Sms Record Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/sms/sendCode",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6490,
"method": "POST",
"title": " 发送短信",
"path": "/api/admin/sms/sendCode",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f89f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f8a0",
"name": "phone",
"desc": "手机号码"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/sendCodeForRegister/{phone}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6492,
"method": "GET",
"title": "sendCodeForRegister",
"path": "/api/admin/sms/sendCodeForRegister/{phone}",
"req_params": [
{
"_id": "5f35e89dbc7e8e560914f8a1",
"name": "phone",
"desc": "phone"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/login",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6478,
"method": "GET",
"title": "信息登录",
"path": "/api/admin/sms/login",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f88c",
"name": "account",
"desc": "账号"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f88b",
"name": "token",
"desc": "smsToken"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/islogin",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6476,
"method": "GET",
"title": "是否已经登录",
"path": "/api/admin/sms/islogin",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/logout",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6480,
"method": "GET",
"title": "注销",
"path": "/api/admin/sms/logout",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/temp/apply",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6494,
"method": "POST",
"title": "申请模板消息",
"path": "/api/admin/sms/temp/apply",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89ebc7e8e560914f8a2",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a5",
"name": "content",
"desc": "内容"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a4",
"name": "title",
"desc": "主题"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a3",
"name": "type",
"desc": "type (1=验证码 2=通知 3=推广)"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/record/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6486,
"method": "GET",
"title": "短信发送记录列表",
"path": "/api/admin/sms/record/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f897",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f896",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f895",
"name": "phone",
"desc": "接受短信的手机号"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f894",
"name": "recordId",
"desc": "发送记录id"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f893",
"name": "resultCode",
"desc": "状态码 null=全部,100=成功,130=失败,131=空号,132=停机,133=关机,134=无状态, 134=无状态, 400黑名单"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f892",
"name": "uid",
"desc": "短信平台账号"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加记录ip\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"短信内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"短信发送记录编号\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"接受短信的手机号\"\n },\n \"recordId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发送记录id\"\n },\n \"resultcode\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态码 100=成功,130=失败,131=空号,132=停机,133=关机,134=无状态\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"短信模板ID\"\n },\n \"uid\": {\n \"type\": \"string\",\n \"description\": \"短信平台账号\"\n }\n },\n \"title\": \"SmsRecord对象\",\n \"description\": \"短信发送记录表\",\n \"$$ref\": \"#/definitions/SmsRecord对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SmsRecord对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SmsRecord对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SmsRecord对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SmsRecord对象»»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/config/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6472,
"method": "POST",
"title": "短信提醒开关保存",
"path": "/api/admin/sms/config/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f882",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f88a",
"name": "adminConfirmTakeOverSwitch",
"desc": "用户发起退款管理员短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f889",
"name": "adminLowerOrderSwitch",
"desc": "用户下单管理员短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f888",
"name": "adminPaySuccessSwitch",
"desc": "支付成功管理员短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f887",
"name": "adminRefundSwitch",
"desc": "用户确认收货管理员短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f886",
"name": "confirmTakeOverSwitch",
"desc": "确认收货短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f885",
"name": "deliverGoodsSwitch",
"desc": "发货短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f884",
"name": "lowerOrderSwitch",
"desc": "支付成功短信提醒"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f883",
"name": "priceRevisionSwitch",
"desc": "改价短信提醒"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/config/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6470,
"method": "POST",
"title": "短信提醒开关列表",
"path": "/api/admin/sms/config/list",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89cbc7e8e560914f881",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368476,
"up_time": 1597368476,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/temp/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6496,
"method": "GET",
"title": "短信模板列表",
"path": "/api/admin/sms/temp/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a9",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a8",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a7",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e89ebc7e8e560914f8a6",
"name": "title",
"desc": "名称"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6474,
"method": "GET",
"title": "短信用户信息",
"path": "/api/admin/sms/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/pay/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6482,
"method": "GET",
"title": "获取支付套餐列表",
"path": "/api/admin/sms/pay/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f88e",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f88d",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/pay/qrCode",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6484,
"method": "GET",
"title": "获取支付码",
"path": "/api/admin/sms/pay/qrCode",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f891",
"name": "mealId",
"desc": "套餐id"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f890",
"name": "payType",
"desc": "支付类型 weixin微信支付/alipay支付宝支付"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f88f",
"name": "price",
"desc": "价格"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/sms/register",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6488,
"method": "POST",
"title": "账号注册",
"path": "/api/admin/sms/register",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f898",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f89e",
"name": "account",
"desc": "账号"
},
{
"required": "0",
"_id": "5f35e89dbc7e8e560914f89d",
"name": "code",
"desc": "验证码"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f89c",
"name": "domain",
"desc": "域名"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f89b",
"name": "password",
"desc": "密码"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f89a",
"name": "phone",
"desc": "手机号"
},
{
"required": "1",
"_id": "5f35e89dbc7e8e560914f899",
"name": "sign",
"desc": "签名"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
"project_id": 52,
"catid": 4343,
"uid": 93,
"add_time": 1597368477,
"up_time": 1597368477,
"__v": 0
}
]
},
{
"index": 0,
"name": "统计 -- 主页",
"desc": "Home Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/statistics/home/chart/order",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6498,
"method": "GET",
"title": "30天订单量趋势",
"path": "/api/admin/statistics/home/chart/order",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/chart/order/week",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6502,
"method": "GET",
"title": "周订单量趋势",
"path": "/api/admin/statistics/home/chart/order/week",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/chart/order/year",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6504,
"method": "GET",
"title": "年订单量趋势",
"path": "/api/admin/statistics/home/chart/order/year",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/user",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6514,
"method": "GET",
"title": "新增用户",
"path": "/api/admin/statistics/home/user",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/chart/order/month",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6500,
"method": "GET",
"title": "月订单量趋势",
"path": "/api/admin/statistics/home/chart/order/month",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/chart/user",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6506,
"method": "GET",
"title": "用户曲线图",
"path": "/api/admin/statistics/home/chart/user",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«object,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«object,object»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/views",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6516,
"method": "GET",
"title": "用户访问量",
"path": "/api/admin/statistics/home/views",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/chart/user/buy",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6508,
"method": "GET",
"title": "用户购买统计",
"path": "/api/admin/statistics/home/chart/user/buy",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,int»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,int»»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/order",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6510,
"method": "GET",
"title": "订单量",
"path": "/api/admin/statistics/home/order",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/statistics/home/sales",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6512,
"method": "GET",
"title": "销售额",
"path": "/api/admin/statistics/home/sales",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
"project_id": 52,
"catid": 4352,
"uid": 93,
"add_time": 1597368478,
"up_time": 1597368478,
"__v": 0
}
]
},
{
"index": 0,
"name": "营销 -- 优惠券",
"desc": "Store Coupon Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/marketing/coupon/update/status",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6460,
"method": "POST",
"title": "修改",
"path": "/api/admin/marketing/coupon/update/status",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f872",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f874",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e89abc7e8e560914f873",
"name": "status",
"desc": "status"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4361,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/marketing/coupon/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6456,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/marketing/coupon/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89abc7e8e560914f870",
"name": "isDel",
"desc": "是否删除 状态01"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86f",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86e",
"name": "name",
"desc": "优惠券名称"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86d",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86c",
"name": "primaryKey",
"desc": "所属商品id / 分类id"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86b",
"name": "status",
"desc": "状态0关闭1开启"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f86a",
"name": "type",
"desc": "优惠券类型 1 手动领取, 2 新人券, 3 赠送券"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f869",
"name": "useType",
"desc": "使用类型 1 全场通用, 2 商品券, 3 品类券"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"primaryKey\"\n ],\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除 状态01\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定使用时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 不限量, 1限量\"\n },\n \"lastTotal\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"剩余数量\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态0关闭1开启\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发放总数\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券类型 1 手动领取, 2 新人券, 3 赠送券\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"useEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 结束时间\"\n },\n \"useStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 开始时间\"\n },\n
"project_id": 52,
"catid": 4361,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/marketing/coupon/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6458,
"method": "POST",
"title": "新增",
"path": "/api/admin/marketing/coupon/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f871",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"isFixedTime\",\n \"isForever\",\n \"isLimited\",\n \"minPrice\",\n \"money\",\n \"name\",\n \"primaryKey\"\n ],\n \"properties\": {\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"请设置是否固定使用时间, 默认0 否, 1是\"\n },\n \"isForever\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定领取时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 否, 1是\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态0关闭1开启\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发放总数\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券类型 1 手动领取, 2 新人券, 3 赠送券\"\n },\n \"useEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 结束时间\"\n },\n \"useStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 开始时间\"\n },\n \"useType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"使用类型 1 全场通用, 2 商品券, 3 品类券\"\n }\n },\n \"title\": \"StoreCouponRequest对象\",\n \"description\": \"优惠券表\",\n \"$$ref\": \"#/definitions/StoreCouponRequest对象\"\n}",
"project_id": 52,
"catid": 4361,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/marketing/coupon/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6454,
"method": "POST",
"title": "详情",
"path": "/api/admin/marketing/coupon/info",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f867",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f868",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"category\": {\n \"type\": \"array\",\n \"description\": \"分类信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"coupon\": {\n \"type\": \"object\",\n \"required\": [\n \"isFixedTime\",\n \"isForever\",\n \"isLimited\",\n \"minPrice\",\n \"money\",\n \"name\",\n \"primaryKey\"\n ],\n \"properties\": {\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"请设置是否固定使用时间, 默认0 否, 1是\"\n },\n \"isForever\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定领取时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 否, 1是\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"descriptio
"project_id": 52,
"catid": 4361,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
}
]
},
{
"index": 0,
"name": "营销 -- 优惠券 -- 领取记录",
"desc": "Store Coupon User Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/marketing/coupon/user/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6462,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/marketing/coupon/user/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89abc7e8e560914f87b",
"name": "couponId",
"desc": "优惠券id"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f87a",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f879",
"name": "minPrice",
"desc": "最低消费多少金额可用优惠券"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f878",
"name": "name",
"desc": "优惠券名称"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f877",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f876",
"name": "status",
"desc": "状态0未使用1已使用, 2:已过期)"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f875",
"name": "uid",
"desc": "优惠券所属用户"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"primaryKey\"\n ],\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"cid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"兑换的项目id\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券发布id\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"endTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"过期时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"id\"\n },\n \"isValid\": {\n \"type\": \"boolean\",\n \"description\": \"用户头像\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费多少金额可用优惠券\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"优惠券的面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"startTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"开始使用时间\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态0未使用1已使用, 2:已失效)\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"获取方式\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"领取人id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"useTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"使用时间\"\n },\n \"useType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"使用类型 1 全场通用, 2 商品券, 3 品类券\"\n }\n },\n \"title\": \"StoreCouponUserResponse对象\",\n \"description\": \"优惠券记录表\",\n \"$$ref\": \"#/definitions/StoreCouponUserResponse对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n
"project_id": 52,
"catid": 4370,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/marketing/coupon/user/receive",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6464,
"method": "POST",
"title": "领券",
"path": "/api/admin/marketing/coupon/user/receive",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89abc7e8e560914f87c",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e89abc7e8e560914f87e",
"name": "couponId",
"desc": "优惠券发布id"
},
{
"required": "0",
"_id": "5f35e89abc7e8e560914f87d",
"name": "uid",
"desc": "领取人id, 多个id逗号分割"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4370,
"uid": 93,
"add_time": 1597368474,
"up_time": 1597368474,
"__v": 0
}
]
},
{
"index": 0,
"name": "订单",
"desc": "Store Order Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/store/order/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6556,
"method": "POST",
"title": "修改订单",
"path": "/api/admin/store/order/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8de",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8df",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"totalPostage\": {\n \"type\": \"number\",\n \"description\": \"邮费\"\n },\n \"totalPrice\": {\n \"type\": \"number\",\n \"description\": \"订单总价\"\n }\n },\n \"title\": \"StoreOrderRequest对象\",\n \"description\": \"订单修改\",\n \"$$ref\": \"#/definitions/StoreOrderRequest对象\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6536,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store/order/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8be",
"name": "isDel",
"desc": "是否删除"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8bd",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8bc",
"name": "orderId",
"desc": "订单号"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8bb",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8ba",
"name": "status",
"desc": "订单状态all 总数; 未支付 unPaid 未发货 notShipped待收货 spike待评价 bargain已完成 complete待核销 toBeWrittenOff退款中:refunding已退款:refunded已删除:deleted"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8b9",
"name": "timeRage",
"desc": "创建时间区间"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8b8",
"name": "uid",
"desc": "用户id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"list\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"clerkName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"productList\": {\n \"type\": \"array\",\n \"description\": \"商品信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"info\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\"\n },\n \"attrStatus\": {\n \"type\": \"boolean\",\n \"description\": \"商品是否有效\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"brokerage\": {\n
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6530,
"method": "GET",
"title": "删除",
"path": "/api/admin/store/order/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b5",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/send",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6544,
"method": "GET",
"title": "发送货",
"path": "/api/admin/store/order/send",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8ca",
"name": "expressCode",
"desc": "快递单号"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c9",
"name": "expressId",
"desc": "快递公司"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c8",
"name": "id",
"desc": "订单ID"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c7",
"name": "type",
"desc": "类型, 123"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/mark",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6538,
"method": "POST",
"title": "备注",
"path": "/api/admin/store/order/mark",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8bf",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8c1",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8c0",
"name": "mark",
"desc": "mark"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/getLogisticsInfo",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6532,
"method": "GET",
"title": "快递查询",
"path": "/api/admin/store/order/getLogisticsInfo",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b6",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"courier\": {\n \"type\": \"string\",\n \"description\": \"快递员 或 快递站(没有则为空\"\n },\n \"courierPhone\": {\n \"type\": \"string\",\n \"description\": \"快递员电话 (没有则为空)\"\n },\n \"deliverystatus\": {\n \"type\": \"string\",\n \"description\": \"快递收件(揽件)1.在途中 2.正在派件 3.已签收 4.派送失败 5.疑难件 6.退件签收 */\"\n },\n \"expName\": {\n \"type\": \"string\",\n \"description\": \"快递公司名称\"\n },\n \"expPhone\": {\n \"type\": \"string\",\n \"description\": \"快递公司电话\"\n },\n \"expSite\": {\n \"type\": \"string\",\n \"description\": \"快递公司官网\"\n },\n \"issign\": {\n \"type\": \"string\",\n \"description\": \"是否签收\"\n },\n \"list\": {\n \"type\": \"array\",\n \"description\": \"快递运送轨迹\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"status\": {\n \"type\": \"string\",\n \"description\": \"日志\"\n },\n \"time\": {\n \"type\": \"string\",\n \"description\": \"时间\"\n }\n },\n \"title\": \"LogisticsResultListVo对象\",\n \"description\": \"快递轨迹\",\n \"$$ref\": \"#/definitions/LogisticsResultListVo对象\"\n }\n },\n \"logo\": {\n \"type\": \"string\",\n \"description\": \"快递公司LOGO\"\n },\n \"number\": {\n \"type\": \"string\",\n \"description\": \"快递单号\"\n },\n \"takeTime\": {\n \"type\": \"string\",\n \"description\": \"发货到收货消耗时长 (截止最新轨迹)\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"快递简写\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"description\": \"快递轨迹信息最新时间 \"\n }\n },\n \"title\": \"LogisticsResultVo对象\",\n \"description\": \"快递接口返回数据\",\n \"$$ref\": \"#/definitions/LogisticsResultVo对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«LogisticsResultVo对象»\",\n \"$$ref\": \"#/definitions/CommonResult«LogisticsResultVo对象»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/refund/refuse",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6542,
"method": "GET",
"title": "拒绝退款",
"path": "/api/admin/store/order/refund/refuse",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8c6",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8c5",
"name": "reason",
"desc": "reason"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6534,
"method": "GET",
"title": "详情",
"path": "/api/admin/store/order/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8b7",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"clerkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"店员id\"\n },\n \"combinationId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团商品id0一般商品\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券id\"\n },\n \"couponPrice\": {\n \"type\": \"number\",\n \"description\": \"优惠券金额\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"deductionPrice\": {\n \"type\": \"number\",\n \"description\": \"抵扣金额\"\n },\n \"deliveryId\": {\n \"type\": \"string\",\n \"description\": \"快递单号/手机号\"\n },\n \"deliveryName\": {\n \"type\": \"string\",\n \"description\": \"快递名称/送货人姓名\"\n },\n \"deliveryType\": {\n \"type\": \"string\",\n \"description\": \"发货类型\"\n },\n \"freightPrice\": {\n \"type\": \"number\",\n \"description\": \"运费金额\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isChannel\": {\n \"type\": \"boolean\",\n \"description\": \"支付渠道(0微信公众号1微信小程序)\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isMerCheck\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isRemind\": {\n \"type\": \"boolean\",\n \"description\": \"消息提醒\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户ID\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"pinkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团id 0没有拼团\"\n
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/refund",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6540,
"method": "GET",
"title": "退款",
"path": "/api/admin/store/order/refund",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c4",
"name": "amount",
"desc": "退款金额"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c3",
"name": "orderId",
"desc": "订单id"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8c2",
"name": "type",
"desc": "status 1 = 直接退款, 2 = 退款后,返回原状态"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4379,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
}
]
},
{
"index": 0,
"name": "订单 -- 操作记录",
"desc": "Store Order Status Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/store/order/status/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6554,
"method": "POST",
"title": "修改",
"path": "/api/admin/store/order/status/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8d8",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8dd",
"name": "changeMessage",
"desc": "操作备注"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8dc",
"name": "changeTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8db",
"name": "changeType",
"desc": "操作类型"
},
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8da",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8d9",
"name": "oid",
"desc": "订单id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4388,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/status/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6550,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/store/order/status/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8d2",
"name": "changeMessage",
"desc": "操作备注"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8d1",
"name": "changeTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8d0",
"name": "changeType",
"desc": "操作类型"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8cf",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8ce",
"name": "oid",
"desc": "订单id"
},
{
"required": "0",
"_id": "5f35e89fbc7e8e560914f8cd",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"changeMessage\": {\n \"type\": \"string\",\n \"description\": \"操作备注\"\n },\n \"changeType\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"操作时间\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单id\"\n }\n },\n \"title\": \"StoreOrderStatus对象\",\n \"description\": \"订单操作记录表\",\n \"$$ref\": \"#/definitions/StoreOrderStatus对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreOrderStatus对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreOrderStatus对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreOrderStatus对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreOrderStatus对象»»\"\n}",
"project_id": 52,
"catid": 4388,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/status/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6546,
"method": "DELETE",
"title": "删除",
"path": "/api/admin/store/order/status/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8cb",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4388,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/status/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6552,
"method": "POST",
"title": "新增",
"path": "/api/admin/store/order/status/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a0bc7e8e560914f8d3",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8d7",
"name": "changeMessage",
"desc": "操作备注"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8d6",
"name": "changeTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8d5",
"name": "changeType",
"desc": "操作类型"
},
{
"required": "0",
"_id": "5f35e8a0bc7e8e560914f8d4",
"name": "oid",
"desc": "订单id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4388,
"uid": 93,
"add_time": 1597368480,
"up_time": 1597368480,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/store/order/status/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6548,
"method": "GET",
"title": "详情",
"path": "/api/admin/store/order/status/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e89fbc7e8e560914f8cc",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"changeMessage\": {\n \"type\": \"string\",\n \"description\": \"操作备注\"\n },\n \"changeType\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"操作时间\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单id\"\n }\n },\n \"title\": \"StoreOrderStatus对象\",\n \"description\": \"订单操作记录表\",\n \"$$ref\": \"#/definitions/StoreOrderStatus对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreOrderStatus对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreOrderStatus对象»\"\n}",
"project_id": 52,
"catid": 4388,
"uid": 93,
"add_time": 1597368479,
"up_time": 1597368479,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- Config",
"desc": "System Config Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/config/save/form",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6656,
"method": "POST",
"title": "整体保存表单数据",
"path": "/api/admin/system/config/save/form",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f95a",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1开启0关闭\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n}",
"project_id": 52,
"catid": 4397,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/config/check",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6650,
"method": "GET",
"title": "检测表单name是否存在",
"path": "/api/admin/system/config/check",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f957",
"name": "name",
"desc": "name"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4397,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/config/saveuniq",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6658,
"method": "POST",
"title": "表单配置中仅仅存储",
"path": "/api/admin/system/config/saveuniq",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f95b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f95d",
"name": "key",
"desc": "key"
},
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f95c",
"name": "value",
"desc": "value"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4397,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/config/getuniq",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6652,
"method": "GET",
"title": "表单配置根据key获取",
"path": "/api/admin/system/config/getuniq",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f958",
"name": "key",
"desc": "key"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
"project_id": 52,
"catid": 4397,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/config/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6654,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/config/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f959",
"name": "formId",
"desc": "formId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,string»»\"\n}",
"project_id": 52,
"catid": 4397,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 会员等级",
"desc": "System User Level Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/user/level/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6758,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/user/level/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9fc",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9fd",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"达到多少升级经验\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n }\n },\n \"title\": \"SystemUserLevelRequest对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevelRequest对象\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/level/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6754,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/user/level/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914f9fa",
"name": "isDel",
"desc": "是否删除.1=删除,0=未删除"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914f9f9",
"name": "isShow",
"desc": "是否显示 1=显示,0=隐藏"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914f9f8",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914f9f7",
"name": "name",
"desc": "会员名称"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914f9f6",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"购买金额|经验达到\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除.1=删除,0=未删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"SystemUserLevel对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevel对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemUserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemUserLevel对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemUserLevel对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemUserLevel对象»»\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/level/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6750,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/user/level/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9f4",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/level/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6756,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/user/level/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9fb",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"达到多少升级经验\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n }\n },\n \"title\": \"SystemUserLevelRequest对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevelRequest对象\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/level/use",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6760,
"method": "GET",
"title": "是否使用",
"path": "/api/admin/system/user/level/use",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9ff",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9fe",
"name": "value",
"desc": "是否使用, 1=是0=否"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/level/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6752,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/user/level/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9f5",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"购买金额|经验达到\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除.1=删除,0=未删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"SystemUserLevel对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevel对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemUserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemUserLevel对象»\"\n}",
"project_id": 52,
"catid": 4406,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 会员等级 -- 等级任务",
"desc": "System User Task Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/user/task/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6770,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/user/task/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a8bc7e8e560914fa1b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa27",
"name": "addTime",
"desc": "新增时间"
},
{
"required": "1",
"_id": "5f35e8a8bc7e8e560914fa26",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa25",
"name": "id"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa24",
"name": "illustrate",
"desc": "任务说明"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa23",
"name": "isMust",
"desc": "是否务必达成任务,1务必达成,0=满足其一"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa22",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa21",
"name": "levelId",
"desc": "等级id"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa20",
"name": "name",
"desc": "任务名称"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa1f",
"name": "number",
"desc": "限定数"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa1e",
"name": "realName",
"desc": "配置原名"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa1d",
"name": "sort",
"desc": "排序"
},
{
"required": "0",
"_id": "5f35e8a8bc7e8e560914fa1c",
"name": "taskType",
"desc": "任务类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4415,
"uid": 93,
"add_time": 1597368488,
"up_time": 1597368488,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/task/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6766,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/user/task/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa0e",
"name": "addTime",
"desc": "新增时间"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa0d",
"name": "id"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa0c",
"name": "illustrate",
"desc": "任务说明"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa0b",
"name": "isMust",
"desc": "是否务必达成任务,1务必达成,0=满足其一"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa0a",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa09",
"name": "levelId",
"desc": "等级id"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa08",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa07",
"name": "name",
"desc": "任务名称"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa06",
"name": "number",
"desc": "限定数"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa05",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa04",
"name": "realName",
"desc": "配置原名"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa03",
"name": "sort",
"desc": "排序"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa02",
"name": "taskType",
"desc": "任务类型"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"新增时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"illustrate\": {\n \"type\": \"string\",\n \"description\": \"任务说明\"\n },\n \"isMust\": {\n \"type\": \"boolean\",\n \"description\": \"是否务必达成任务,1务必达成,0=满足其一\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"任务名称\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"限定数\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"配置原名\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"taskType\": {\n \"type\": \"string\",\n \"description\": \"任务类型\"\n }\n },\n \"title\": \"SystemUserTask对象\",\n \"description\": \"等级任务设置\",\n \"$$ref\": \"#/definitions/SystemUserTask对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemUserTask对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemUserTask对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemUserTask对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemUserTask对象»»\"\n}",
"project_id": 52,
"catid": 4415,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/task/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6762,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/user/task/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914fa00",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4415,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/task/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6768,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/user/task/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914fa0f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa1a",
"name": "addTime",
"desc": "新增时间"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa19",
"name": "id"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa18",
"name": "illustrate",
"desc": "任务说明"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa17",
"name": "isMust",
"desc": "是否务必达成任务,1务必达成,0=满足其一"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa16",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa15",
"name": "levelId",
"desc": "等级id"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa14",
"name": "name",
"desc": "任务名称"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa13",
"name": "number",
"desc": "限定数"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa12",
"name": "realName",
"desc": "配置原名"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa11",
"name": "sort",
"desc": "排序"
},
{
"required": "0",
"_id": "5f35e8a7bc7e8e560914fa10",
"name": "taskType",
"desc": "任务类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4415,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/user/task/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6764,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/user/task/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914fa01",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"新增时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"illustrate\": {\n \"type\": \"string\",\n \"description\": \"任务说明\"\n },\n \"isMust\": {\n \"type\": \"boolean\",\n \"description\": \"是否务必达成任务,1务必达成,0=满足其一\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"任务名称\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"限定数\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"配置原名\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"taskType\": {\n \"type\": \"string\",\n \"description\": \"任务类型\"\n }\n },\n \"title\": \"SystemUserTask对象\",\n \"description\": \"等级任务设置\",\n \"$$ref\": \"#/definitions/SystemUserTask对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemUserTask对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemUserTask对象»\"\n}",
"project_id": 52,
"catid": 4415,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 提货点 -- 提货点",
"desc": "System Store Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/store/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6746,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/store/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9f0",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9f1",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"提货点地址省市区\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"example\": \"1,2\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStoreRequest对象\",\n \"description\": \"提货点\",\n \"$$ref\": \"#/definitions/SystemStoreRequest对象\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/update/status",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6748,
"method": "GET",
"title": "修改门店显示状态",
"path": "/api/admin/system/store/update/status",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9f3",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8a7bc7e8e560914f9f2",
"name": "status",
"desc": "status"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368487,
"up_time": 1597368487,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6728,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/store/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9de",
"name": "keywords",
"desc": "搜索关键字,支持 门店名称|简介|手机号码||省市区|详细地址"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9dd",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9dc",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9db",
"name": "status",
"desc": "状态0隐藏1显示2回收站"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStore对象\",\n \"description\": \"门店自提\",\n \"$$ref\": \"#/definitions/SystemStore对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemStore对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemStore对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemStore对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemStore对象»»\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6722,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/store/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d9",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/getCount",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6724,
"method": "GET",
"title": "数量",
"path": "/api/admin/system/store/getCount",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,int»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,int»»\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6732,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/store/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9e5",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"提货点地址省市区\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"example\": \"1,2\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStoreRequest对象\",\n \"description\": \"提货点\",\n \"$$ref\": \"#/definitions/SystemStoreRequest对象\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6726,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/store/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9da",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStore对象\",\n \"description\": \"门店自提\",\n \"$$ref\": \"#/definitions/SystemStore对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemStore对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemStore对象»\"\n}",
"project_id": 52,
"catid": 4424,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 提货点 -- 核销员",
"desc": "System Store Staff Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/store/staff/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6742,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/store/staff/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9ec",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9ed",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n}",
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/staff/update/status",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6744,
"method": "GET",
"title": "修改状态",
"path": "/api/admin/system/store/staff/update/status",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9ef",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9ee",
"name": "status",
"desc": "status"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/staff/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6738,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/store/staff/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9ea",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e9",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e8",
"name": "storeId",
"desc": "storeId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"systemStore\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"Sy
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/staff/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6734,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/store/staff/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9e6",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/staff/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6740,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/store/staff/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9eb",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n}",
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/store/staff/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6736,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/store/staff/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9e7",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemStoreStaff对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemStoreStaff对象»\"\n}",
"project_id": 52,
"catid": 4433,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 提货点 -- 核销订单",
"desc": "System Write Off Order Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/store/order/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6730,
"method": "POST",
"title": "分页列表",
"path": "/api/admin/system/store/order/list",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9df",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e4",
"name": "data",
"desc": "时间"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e3",
"name": "keywords",
"desc": "关键字"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e2",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e1",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a6bc7e8e560914f9e0",
"name": "storeId",
"desc": "核销点ID"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"list\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"clerkName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"productList\": {\n \"type\": \"array\",\n \"description\": \"商品信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"info\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\"\n },\n \"attrStatus\": {\n \"type\": \"boolean\",\n \"description\": \"商品是否有效\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"brokerage\": {\n
"project_id": 52,
"catid": 4442,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 权限管理 -- 身份管理",
"desc": "System Role Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/system/role/testMenu",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6718,
"method": "GET",
"title": "TestMenu",
"path": "/api/admin/system/role/testMenu",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult\",\n \"$$ref\": \"#/definitions/CommonResult\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6720,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/role/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d3",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d8",
"name": "id",
"desc": "id"
},
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d7",
"name": "level",
"desc": "身份管理名称"
},
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d6",
"name": "roleName",
"desc": "身份管理名称"
},
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d5",
"name": "rules",
"desc": "身份管理权限(menus_id)"
},
{
"required": "1",
"_id": "5f35e8a6bc7e8e560914f9d4",
"name": "status",
"desc": "状态"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368486,
"up_time": 1597368486,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6712,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/role/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9cd",
"name": "createTime",
"desc": "创建时间"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9cc",
"name": "level",
"desc": "身份管理名称"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9cb",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ca",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c9",
"name": "roleName",
"desc": "身份管理名称"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c8",
"name": "rules",
"desc": "身份管理权限(menus_id)"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c7",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c6",
"name": "updateTime",
"desc": "修改时间"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"身份管理id\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"roleName\": {\n \"type\": \"string\",\n \"description\": \"身份管理名称\"\n },\n \"rules\": {\n \"type\": \"string\",\n \"description\": \"身份管理权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemRole对象\",\n \"description\": \"身份管理表\",\n \"$$ref\": \"#/definitions/SystemRole对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemRole对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemRole对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemRole对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemRole对象»»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6708,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/role/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9c4",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6716,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/role/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9ce",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9d2",
"name": "level",
"desc": "身份管理名称"
},
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9d1",
"name": "roleName",
"desc": "身份管理名称"
},
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9d0",
"name": "rules",
"desc": "身份管理权限(menus_id)"
},
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9cf",
"name": "status",
"desc": "状态"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/menu",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6714,
"method": "GET",
"title": "菜单",
"path": "/api/admin/system/role/menu",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"child\": {\n \"type\": \"array\",\n \"items\": {\n \"originalRef\": \"CategoryTreeVo\",\n \"$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型类型1 产品分类2 附件分类3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"CategoryTreeVo\",\n \"$$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«CategoryTreeVo»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«CategoryTreeVo»»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/role/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6710,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/role/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9c5",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"身份管理id\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"roleName\": {\n \"type\": \"string\",\n \"description\": \"身份管理名称\"\n },\n \"rules\": {\n \"type\": \"string\",\n \"description\": \"身份管理权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemRole对象\",\n \"description\": \"身份管理表\",\n \"$$ref\": \"#/definitions/SystemRole对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemRole对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemRole对象»\"\n}",
"project_id": 52,
"catid": 4451,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 物流 -- 付费",
"desc": "Shipping Templates Region Controller",
"add_time": 1597368470,
"up_time": 1597368470,
"list": [
{
"query_path": {
"path": "/api/admin/express/shipping/region/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6422,
"method": "GET",
"title": "根据模板id查询数据",
"path": "/api/admin/express/shipping/region/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f831",
"name": "tempId",
"desc": "tempId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«ShippingTemplatesRegionRequest对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«ShippingTemplatesRegionRequest对象»»\"\n}",
"project_id": 52,
"catid": 4460,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 物流 -- 免费",
"desc": "Shipping Templates Free Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/express/shipping/free/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6420,
"method": "GET",
"title": "根据模板id查询数据",
"path": "/api/admin/express/shipping/free/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f830",
"name": "tempId",
"desc": "tempId"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«ShippingTemplatesFreeRequest对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«ShippingTemplatesFreeRequest对象»»\"\n}",
"project_id": 52,
"catid": 4469,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 物流 -- 公司",
"desc": "Express Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/express/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6434,
"method": "POST",
"title": "修改",
"path": "/api/admin/express/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f83a",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f83f",
"name": "code",
"desc": "快递公司简称"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f83e",
"name": "id",
"desc": "快递ID"
},
{
"required": "1",
"_id": "5f35e899bc7e8e560914f83d",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "1",
"_id": "5f35e899bc7e8e560914f83c",
"name": "name",
"desc": "快递公司全称"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f83b",
"name": "sort",
"desc": "排序"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4478,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6416,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/express/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f82a",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f829",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f828",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f827",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"快递公司简称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"快递公司id\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"快递公司全称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n }\n },\n \"title\": \"Express对象\",\n \"description\": \"快递公司表\",\n \"$$ref\": \"#/definitions/Express对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«Express对象»\",\n \"$$ref\": \"#/definitions/CommonPage«Express对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«Express对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«Express对象»»\"\n}",
"project_id": 52,
"catid": 4478,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6412,
"method": "GET",
"title": "删除",
"path": "/api/admin/express/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f825",
"name": "id",
"desc": "快递ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4478,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6418,
"method": "POST",
"title": "新增",
"path": "/api/admin/express/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f82b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e898bc7e8e560914f82f",
"name": "code",
"desc": "快递公司简称"
},
{
"required": "1",
"_id": "5f35e898bc7e8e560914f82e",
"name": "isShow",
"desc": "是否显示"
},
{
"required": "1",
"_id": "5f35e898bc7e8e560914f82d",
"name": "name",
"desc": "快递公司全称"
},
{
"required": "0",
"_id": "5f35e898bc7e8e560914f82c",
"name": "sort",
"desc": "排序"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4478,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6414,
"method": "GET",
"title": "详情",
"path": "/api/admin/express/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e898bc7e8e560914f826",
"name": "id",
"desc": "快递ID"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"快递公司简称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"快递公司id\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"快递公司全称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n }\n },\n \"title\": \"Express对象\",\n \"description\": \"快递公司表\",\n \"$$ref\": \"#/definitions/Express对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Express对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Express对象»\"\n}",
"project_id": 52,
"catid": 4478,
"uid": 93,
"add_time": 1597368472,
"up_time": 1597368472,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 物流 -- 模板",
"desc": "Shipping Templates Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/express/shipping/templates/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6432,
"method": "POST",
"title": "修改",
"path": "/api/admin/express/shipping/templates/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f838",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f839",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"appoint\",\n \"name\",\n \"shippingTemplatesFreeRequestList\",\n \"shippingTemplatesRegionRequestList\",\n \"type\"\n ],\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"指定包邮\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"shippingTemplatesFreeRequestList\": {\n \"type\": \"array\",\n \"description\": \"指定包邮设置\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"shippingTemplatesRegionRequestList\": {\n \"type\": \"array\",\n \"description\": \"配送区域及运费\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"计费方式 1(按件数), 2(按重量)3(按体积)\"\n }\n },\n \"title\": \"ShippingTemplatesRequest对象\",\n \"description\": \"模板\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRequest对象\"\n}",
"project_id": 52,
"catid": 4487,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/shipping/templates/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6428,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/express/shipping/templates/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e899bc7e8e560914f836",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f835",
"name": "name",
"desc": "模板名称"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f834",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"description\": \"指定包邮\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"编号\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"计费方式\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"ShippingTemplates对象\",\n \"$$ref\": \"#/definitions/ShippingTemplates对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«ShippingTemplates对象»\",\n \"$$ref\": \"#/definitions/CommonPage«ShippingTemplates对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«ShippingTemplates对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«ShippingTemplates对象»»\"\n}",
"project_id": 52,
"catid": 4487,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/shipping/templates/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6424,
"method": "GET",
"title": "删除",
"path": "/api/admin/express/shipping/templates/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f832",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4487,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/shipping/templates/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6430,
"method": "POST",
"title": "新增",
"path": "/api/admin/express/shipping/templates/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f837",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"appoint\",\n \"name\",\n \"shippingTemplatesFreeRequestList\",\n \"shippingTemplatesRegionRequestList\",\n \"type\"\n ],\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"指定包邮\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"shippingTemplatesFreeRequestList\": {\n \"type\": \"array\",\n \"description\": \"指定包邮设置\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"shippingTemplatesRegionRequestList\": {\n \"type\": \"array\",\n \"description\": \"配送区域及运费\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"计费方式 1(按件数), 2(按重量)3(按体积)\"\n }\n },\n \"title\": \"ShippingTemplatesRequest对象\",\n \"description\": \"模板\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRequest对象\"\n}",
"project_id": 52,
"catid": 4487,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/express/shipping/templates/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6426,
"method": "GET",
"title": "详情",
"path": "/api/admin/express/shipping/templates/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f833",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"description\": \"指定包邮\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"编号\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"计费方式\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"ShippingTemplates对象\",\n \"$$ref\": \"#/definitions/ShippingTemplates对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«ShippingTemplates对象»\",\n \"$$ref\": \"#/definitions/CommonResult«ShippingTemplates对象»\"\n}",
"project_id": 52,
"catid": 4487,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 管理员操作记录",
"desc": "System Log Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/log/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6696,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/log/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f996",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a1",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a0",
"name": "adminId",
"desc": "管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f99f",
"name": "adminName",
"desc": "管理员姓名"
},
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f99e",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f99d",
"name": "id",
"desc": "管理员操作记录ID"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f99c",
"name": "ip",
"desc": "登录IP"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f99b",
"name": "merchantId",
"desc": "商户id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f99a",
"name": "method",
"desc": "访问类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f999",
"name": "page",
"desc": "行为"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f998",
"name": "path",
"desc": "链接"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f997",
"name": "type",
"desc": "类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4496,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/log/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6692,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/log/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f98a",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f989",
"name": "adminId",
"desc": "管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f988",
"name": "adminName",
"desc": "管理员姓名"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f987",
"name": "id",
"desc": "管理员操作记录ID"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f986",
"name": "ip",
"desc": "登录IP"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f985",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f984",
"name": "merchantId",
"desc": "商户id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f983",
"name": "method",
"desc": "访问类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f982",
"name": "page",
"desc": "行为"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f981",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f980",
"name": "path",
"desc": "链接"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f97f",
"name": "type",
"desc": "类型"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"操作时间\"\n },\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"adminName\": {\n \"type\": \"string\",\n \"description\": \"管理员姓名\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员操作记录ID\"\n },\n \"ip\": {\n \"type\": \"string\",\n \"description\": \"登录IP\"\n },\n \"merchantId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"method\": {\n \"type\": \"string\",\n \"description\": \"访问类型\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"行为\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n }\n },\n \"title\": \"SystemLog对象\",\n \"description\": \"管理员操作记录表\",\n \"$$ref\": \"#/definitions/SystemLog对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemLog对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemLog对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemLog对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemLog对象»»\"\n}",
"project_id": 52,
"catid": 4496,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/log/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6688,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/log/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f97d",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4496,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/log/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6694,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/log/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f98b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f995",
"name": "addTime",
"desc": "操作时间"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f994",
"name": "adminId",
"desc": "管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f993",
"name": "adminName",
"desc": "管理员姓名"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f992",
"name": "id",
"desc": "管理员操作记录ID"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f991",
"name": "ip",
"desc": "登录IP"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f990",
"name": "merchantId",
"desc": "商户id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f98f",
"name": "method",
"desc": "访问类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f98e",
"name": "page",
"desc": "行为"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f98d",
"name": "path",
"desc": "链接"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f98c",
"name": "type",
"desc": "类型"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4496,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/log/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6690,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/log/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f97e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"操作时间\"\n },\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"adminName\": {\n \"type\": \"string\",\n \"description\": \"管理员姓名\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员操作记录ID\"\n },\n \"ip\": {\n \"type\": \"string\",\n \"description\": \"登录IP\"\n },\n \"merchantId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"method\": {\n \"type\": \"string\",\n \"description\": \"访问类型\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"行为\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n }\n },\n \"title\": \"SystemLog对象\",\n \"description\": \"管理员操作记录表\",\n \"$$ref\": \"#/definitions/SystemLog对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemLog对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemLog对象»\"\n}",
"project_id": 52,
"catid": 4496,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 组合数据",
"desc": "System Group Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/group/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6686,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/group/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f978",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f97c",
"name": "formId",
"desc": "form 表单 id"
},
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f97b",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f97a",
"name": "info",
"desc": "简介"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f979",
"name": "name",
"desc": "数据组名称"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4505,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6682,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/group/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f973",
"name": "keywords",
"desc": "关键字"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f972",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f971",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"form 表单 id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据ID\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"数据组名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemGroup对象\",\n \"description\": \"组合数据表\",\n \"$$ref\": \"#/definitions/SystemGroup对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemGroup对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemGroup对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemGroup对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemGroup对象»»\"\n}",
"project_id": 52,
"catid": 4505,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6678,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/group/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f96f",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4505,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6684,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/group/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f974",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f977",
"name": "formId",
"desc": "form 表单 id"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f976",
"name": "info",
"desc": "简介"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f975",
"name": "name",
"desc": "数据组名称"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4505,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6680,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/group/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f970",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"form 表单 id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据ID\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"数据组名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemGroup对象\",\n \"description\": \"组合数据表\",\n \"$$ref\": \"#/definitions/SystemGroup对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemGroup对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemGroup对象»\"\n}",
"project_id": 52,
"catid": 4505,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 组合数据 -- 详情",
"desc": "System Group Data Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/group/data/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6676,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/group/data/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f96d",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f96e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"form\": {\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1开启0关闭\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n }\n },\n \"title\": \"SystemGroupDataRequest对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupDataRequest对象\"\n}",
"project_id": 52,
"catid": 4514,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/data/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6672,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/group/data/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f96b",
"name": "gid",
"desc": "分组id"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f96a",
"name": "keywords",
"desc": "关键字"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f969",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f968",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f967",
"name": "status",
"desc": "状态1开启2关闭"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据详情ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"数据排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1开启0关闭\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"数据组对应的数据值json数据\"\n }\n },\n \"title\": \"SystemGroupData对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupData对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemGroupData对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemGroupData对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemGroupData对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemGroupData对象»»\"\n}",
"project_id": 52,
"catid": 4514,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/data/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6668,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/group/data/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f965",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4514,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/data/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6674,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/group/data/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f96c",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"form\": {\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1开启0关闭\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n }\n },\n \"title\": \"SystemGroupDataRequest对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupDataRequest对象\"\n}",
"project_id": 52,
"catid": 4514,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/group/data/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6670,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/group/data/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f966",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据详情ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"数据排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1开启0关闭\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"数据组对应的数据值json数据\"\n }\n },\n \"title\": \"SystemGroupData对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupData对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemGroupData对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemGroupData对象»\"\n}",
"project_id": 52,
"catid": 4514,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 表单模板",
"desc": "System Form Temp Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/form/temp/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6666,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/form/temp/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f963",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f964",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"content\",\n \"info\",\n \"name\"\n ],\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n }\n },\n \"title\": \"SystemFormTempRequest对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTempRequest对象\"\n}",
"project_id": 52,
"catid": 4523,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/form/temp/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6662,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/form/temp/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f961",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f960",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a4bc7e8e560914f95f",
"name": "page",
"desc": "页码"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单模板id\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemFormTemp对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTemp对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemFormTemp对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemFormTemp对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemFormTemp对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemFormTemp对象»»\"\n}",
"project_id": 52,
"catid": 4523,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/form/temp/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6664,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/form/temp/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a4bc7e8e560914f962",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"content\",\n \"info\",\n \"name\"\n ],\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n }\n },\n \"title\": \"SystemFormTempRequest对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTempRequest对象\"\n}",
"project_id": 52,
"catid": 4523,
"uid": 93,
"add_time": 1597368484,
"up_time": 1597368484,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/form/temp/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6660,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/form/temp/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f95e",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单模板id\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemFormTemp对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTemp对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemFormTemp对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemFormTemp对象»\"\n}",
"project_id": 52,
"catid": 4523,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
}
]
},
{
"index": 0,
"name": "设置 -- 通知记录 -- 通知模板",
"desc": "System Notice Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/notice/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6706,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/notice/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9b9",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c3",
"name": "icon",
"desc": "图标"
},
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9c2",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c1",
"name": "id",
"desc": "通知模板id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9c0",
"name": "pushAdmin",
"desc": "通知管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9bf",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9be",
"name": "tableTitle",
"desc": "通知数据"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9bd",
"name": "template",
"desc": "通知模板"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9bc",
"name": "title",
"desc": "通知标题"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9bb",
"name": "type",
"desc": "通知类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ba",
"name": "url",
"desc": "链接"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4532,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/notice/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6702,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/notice/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ae",
"name": "icon",
"desc": "图标"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ad",
"name": "id",
"desc": "通知模板id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ac",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9ab",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9aa",
"name": "pushAdmin",
"desc": "通知管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a9",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a8",
"name": "tableTitle",
"desc": "通知数据"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a7",
"name": "template",
"desc": "通知模板"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a6",
"name": "title",
"desc": "通知标题"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a5",
"name": "type",
"desc": "通知类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9a4",
"name": "url",
"desc": "链接"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"通知模板id\"\n },\n \"pushAdmin\": {\n \"type\": \"string\",\n \"description\": \"通知管理员id\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"tableTitle\": {\n \"type\": \"string\",\n \"description\": \"通知数据\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"通知模板\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"通知标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"通知类型\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n }\n },\n \"title\": \"SystemNotice对象\",\n \"description\": \"通知模板表\",\n \"$$ref\": \"#/definitions/SystemNotice对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemNotice对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemNotice对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemNotice对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemNotice对象»»\"\n}",
"project_id": 52,
"catid": 4532,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/notice/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6698,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/notice/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9a2",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4532,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/notice/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6704,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/notice/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9af",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b8",
"name": "icon",
"desc": "图标"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b7",
"name": "id",
"desc": "通知模板id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b6",
"name": "pushAdmin",
"desc": "通知管理员id"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b5",
"name": "status",
"desc": "状态"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b4",
"name": "tableTitle",
"desc": "通知数据"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b3",
"name": "template",
"desc": "通知模板"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b2",
"name": "title",
"desc": "通知标题"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b1",
"name": "type",
"desc": "通知类型"
},
{
"required": "0",
"_id": "5f35e8a5bc7e8e560914f9b0",
"name": "url",
"desc": "链接"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4532,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/notice/info",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6700,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/notice/info",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8a5bc7e8e560914f9a3",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"通知模板id\"\n },\n \"pushAdmin\": {\n \"type\": \"string\",\n \"description\": \"通知管理员id\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"tableTitle\": {\n \"type\": \"string\",\n \"description\": \"通知数据\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"通知模板\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"通知标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"通知类型\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n }\n },\n \"title\": \"SystemNotice对象\",\n \"description\": \"通知模板表\",\n \"$$ref\": \"#/definitions/SystemNotice对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemNotice对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemNotice对象»\"\n}",
"project_id": 52,
"catid": 4532,
"uid": 93,
"add_time": 1597368485,
"up_time": 1597368485,
"__v": 0
}
]
},
{
"index": 0,
"name": "财务 -- 充值",
"desc": "User Recharge Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/user/topUpLog/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6832,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/user/topUpLog/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa97",
"name": "endTime",
"desc": "结束时间"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa96",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa95",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa94",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa93",
"name": "paid",
"desc": "是否充值"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa92",
"name": "startTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e8acbc7e8e560914fa91",
"name": "status",
"desc": "-1 未通过 0 审核中 1 已提现"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"充值时间\"\n },\n \"givePrice\": {\n \"type\": \"number\",\n \"description\": \"购买赠送金额\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"是否充值\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"充值支付时间\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"充值金额\"\n },\n \"rechargeType\": {\n \"type\": \"string\",\n \"description\": \"充值类型\"\n },\n \"refundPrice\": {\n \"type\": \"number\",\n \"description\": \"退款金额\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"充值用户UID\"\n }\n },\n \"title\": \"UserRecharge对象\",\n \"description\": \"用户充值表\",\n \"$$ref\": \"#/definitions/UserRecharge对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserRecharge对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserRecharge对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserRecharge对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserRecharge对象»»\"\n}",
"project_id": 52,
"catid": 4541,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/topUpLog/delete",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6830,
"method": "GET",
"title": "删除",
"path": "/api/admin/user/topUpLog/delete",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa90",
"name": "id",
"desc": "id"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4541,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/user/topUpLog/balance",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6828,
"method": "POST",
"title": "提现总金额",
"path": "/api/admin/user/topUpLog/balance",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa8f",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"number\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,bigdecimal»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,bigdecimal»»\"\n}",
"project_id": 52,
"catid": 4541,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
}
]
},
{
"index": 0,
"name": "财务 -- 提现申请",
"desc": "User Extract Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/finance/apply/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6440,
"method": "POST",
"title": "修改",
"path": "/api/admin/finance/apply/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f848",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "0",
"_id": "5f35e899bc7e8e560914f850",
"name": "alipayCode",
"desc": "支付宝账号"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f84f",
"name": "bankCode",
"desc": "银行卡"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f84e",
"name": "bankname",
"desc": "提现银行名称"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f84d",
"name": "extractPrice",
"desc": "提现金额"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f84c",
"name": "extractType",
"desc": "提现方式| alipay=支付宝,bank=银行卡,weixin=微信"
},
{
"required": "1",
"_id": "5f35e899bc7e8e560914f84b",
"name": "id",
"desc": "id"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f84a",
"name": "realName",
"desc": "姓名"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f849",
"name": "wechat",
"desc": "微信号"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4550,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/finance/apply/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6438,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/finance/apply/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e899bc7e8e560914f847",
"name": "endTime",
"desc": "结束时间"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f846",
"name": "extractType",
"desc": "bank = 银行卡 alipay = 支付宝wx=微信"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f845",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f844",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f843",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f842",
"name": "startTime",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f841",
"name": "status",
"desc": "-1 未通过 0 审核中 1 已提现"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"alipayCode\": {\n \"type\": \"string\",\n \"description\": \"支付宝账号\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"金额\"\n },\n \"bankAddress\": {\n \"type\": \"string\",\n \"description\": \"开户地址\"\n },\n \"bankCode\": {\n \"type\": \"string\",\n \"description\": \"银行卡\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"extractPrice\": {\n \"type\": \"number\",\n \"description\": \"提现金额\"\n },\n \"extractType\": {\n \"type\": \"string\",\n \"description\": \"bank = 银行卡 alipay = 支付宝wx=微信\"\n },\n \"failMsg\": {\n \"type\": \"string\",\n \"description\": \"无效原因\"\n },\n \"failTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"失败时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"-1 未通过 0 审核中 1 已提现\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"wechat\": {\n \"type\": \"string\",\n \"description\": \"微信号\"\n }\n },\n \"title\": \"UserExtract对象\",\n \"description\": \"用户提现表\",\n \"$$ref\": \"#/definitions/UserExtract对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserExtract对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserExtract对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserExtract对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserExtract对象»»\"\n}",
"project_id": 52,
"catid": 4550,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/finance/apply/balance",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6436,
"method": "POST",
"title": "提现总金额",
"path": "/api/admin/finance/apply/balance",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e899bc7e8e560914f840",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"commissionTotal\": {\n \"type\": \"number\",\n \"description\": \"佣金总金额\"\n },\n \"toBeWithdrawn\": {\n \"type\": \"number\"\n },\n \"unDrawn\": {\n \"type\": \"number\",\n \"description\": \"未提现\"\n },\n \"withdrawn\": {\n \"type\": \"number\",\n \"description\": \"已提现\"\n }\n },\n \"title\": \"BalanceResponse对象\",\n \"description\": \"提现金额\",\n \"$$ref\": \"#/definitions/BalanceResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«BalanceResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«BalanceResponse对象»\"\n}",
"project_id": 52,
"catid": 4550,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
}
]
},
{
"index": 0,
"name": "财务 -- 资金监控",
"desc": "Funds Monitor Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/finance/founds/monitor/list/user",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6444,
"method": "GET",
"title": "佣金记录",
"path": "/api/admin/finance/founds/monitor/list/user",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e899bc7e8e560914f865",
"name": "endTime"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f864",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f863",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f862",
"name": "max",
"desc": "最大佣金"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f861",
"name": "min",
"desc": "最小佣金"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f860",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85f",
"name": "sort",
"desc": "排序 asc/desc"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85e",
"name": "type",
"desc": "类型"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"账户佣金\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"账户余额\"\n },\n \"totalBrokerage\": {\n \"type\": \"number\",\n \"description\": \"账户总佣金\"\n },\n \"totalExtract\": {\n \"type\": \"number\",\n \"description\": \"提现总金额\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"充值用户UID\"\n }\n },\n \"title\": \"UserFundsMonitor对象\",\n \"description\": \"佣金\",\n \"$$ref\": \"#/definitions/UserFundsMonitor对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserFundsMonitor对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserFundsMonitor对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserFundsMonitor对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserFundsMonitor对象»»\"\n}",
"project_id": 52,
"catid": 4559,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/finance/founds/monitor/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6442,
"method": "GET",
"title": "资金监控",
"path": "/api/admin/finance/founds/monitor/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85d",
"name": "category",
"desc": "类型"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85c",
"name": "dateLimit",
"desc": "添加时间"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85b",
"name": "keywords",
"desc": "搜索关键字"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f85a",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f859",
"name": "linkId",
"desc": "关联id"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f858",
"name": "max",
"desc": "最大佣金"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f857",
"name": "min",
"desc": "最小佣金"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f856",
"name": "page",
"desc": "页码"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f855",
"name": "pm",
"desc": "操作类型"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f854",
"name": "sort",
"desc": "排序 asc/desc"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f853",
"name": "type",
"desc": "类型"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f852",
"name": "uid",
"desc": "用户id list"
},
{
"required": "0",
"_id": "5f35e899bc7e8e560914f851",
"name": "userIdList",
"desc": "用户id list"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserBill对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserBill对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserBill对象»»\"\n}",
"project_id": 52,
"catid": 4559,
"uid": 93,
"add_time": 1597368473,
"up_time": 1597368473,
"__v": 0
}
]
},
{
"index": 0,
"name": "附件管理",
"desc": "System Attachment Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/system/attachment/update",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6638,
"method": "POST",
"title": "修改",
"path": "/api/admin/system/attachment/update",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94c",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94d",
"name": "id",
"desc": "id"
}
],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"model\": {\n \"type\": \"string\",\n \"description\": \"模块store\"\n },\n \"moduleType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传模块类型 1 后台上传 2 用户生成\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"rootDir\": {\n \"type\": \"string\",\n \"description\": \"服务器上存储的绝对地址\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n }\n },\n \"title\": \"SystemAttachmentRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentRequest\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/attachment/list",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6632,
"method": "GET",
"title": "分页列表",
"path": "/api/admin/system/attachment/list",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f949",
"name": "limit",
"desc": "每页数量"
},
{
"required": "0",
"_id": "5f35e8a2bc7e8e560914f948",
"name": "page",
"desc": "页码"
},
{
"required": "1",
"_id": "5f35e8a2bc7e8e560914f947",
"name": "pid",
"desc": "pid"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemAttachment对象\",\n \"description\": \"附件管理表\",\n \"$$ref\": \"#/definitions/SystemAttachment对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemAttachment对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemAttachment对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemAttachment对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemAttachment对象»»\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/attachment/delete/{ids}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6628,
"method": "GET",
"title": "删除",
"path": "/api/admin/system/attachment/delete/{ids}",
"req_params": [
{
"_id": "5f35e8a2bc7e8e560914f945",
"name": "ids",
"desc": "ids"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/attachment/save",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6636,
"method": "POST",
"title": "新增",
"path": "/api/admin/system/attachment/save",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94b",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"model\": {\n \"type\": \"string\",\n \"description\": \"模块store\"\n },\n \"moduleType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传模块类型 1 后台上传 2 用户生成\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"rootDir\": {\n \"type\": \"string\",\n \"description\": \"服务器上存储的绝对地址\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n }\n },\n \"title\": \"SystemAttachmentRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentRequest\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/attachment/move",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": true,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6634,
"method": "POST",
"title": "更改图片目录",
"path": "/api/admin/system/attachment/move",
"req_params": [],
"req_body_form": [],
"req_headers": [
{
"required": "1",
"_id": "5f35e8a3bc7e8e560914f94a",
"name": "Content-Type",
"value": "application/json"
}
],
"req_query": [],
"req_body_type": "json",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
"req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attrId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"SystemAttachmentMoveRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentMoveRequest\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368483,
"up_time": 1597368483,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/system/attachment/info/{id}",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "var",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6630,
"method": "GET",
"title": "详情",
"path": "/api/admin/system/attachment/info/{id}",
"req_params": [
{
"_id": "5f35e8a2bc7e8e560914f946",
"name": "id",
"desc": "id"
}
],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemAttachment对象\",\n \"description\": \"附件管理表\",\n \"$$ref\": \"#/definitions/SystemAttachment对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAttachment对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAttachment对象»\"\n}",
"project_id": 52,
"catid": 4568,
"uid": 93,
"add_time": 1597368482,
"up_time": 1597368482,
"__v": 0
}
]
},
{
"index": 0,
"name": "验证码服务",
"desc": "Validate Code Controller",
"add_time": 1597368471,
"up_time": 1597368471,
"list": [
{
"query_path": {
"path": "/api/admin/validate/code/check",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6838,
"method": "GET",
"title": "检测验证码",
"path": "/api/admin/validate/code/check",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9c",
"name": "code",
"desc": "code"
},
{
"required": "1",
"_id": "5f35e8acbc7e8e560914fa9b",
"name": "key",
"desc": "key"
}
],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
"project_id": 52,
"catid": 4577,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
},
{
"query_path": {
"path": "/api/admin/validate/code/get",
"params": []
},
"edit_uid": 0,
"status": "undone",
"type": "static",
"req_body_is_json_schema": false,
"res_body_is_json_schema": true,
"api_opened": false,
"index": 0,
"tag": [],
"_id": 6840,
"method": "GET",
"title": "获取验证码",
"path": "/api/admin/validate/code/get",
"req_params": [],
"req_body_form": [],
"req_headers": [],
"req_query": [],
"req_body_type": "raw",
"res_body_type": "json",
"res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"key\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"code\"\n },\n \"key\": {\n \"type\": \"string\",\n \"description\": \"key\"\n }\n },\n \"title\": \"ValidateCode对象\",\n \"description\": \"验证码类\",\n \"$$ref\": \"#/definitions/ValidateCode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«ValidateCode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«ValidateCode对象»\"\n}",
"project_id": 52,
"catid": 4577,
"uid": 93,
"add_time": 1597368492,
"up_time": 1597368492,
"__v": 0
}
]
}
]