| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- [
- {
- "index": 0,
- "name": "Admin管理员 密码操作",
- "desc": "Authorization Admin",
- "add_time": 1597369015,
- "up_time": 1597369015,
- "list": [
- {
- "query_path": {
- "path": "/api/public/auth/test/account/encode",
- "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": 7178,
- "method": "POST",
- "title": "密码加密",
- "path": "/api/public/auth/test/account/encode",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab7bc7e8e560914fbe9",
- "name": "Content-Type",
- "value": "application/json"
- }
- ],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab7bc7e8e560914fbeb",
- "name": "account",
- "desc": "账号"
- },
- {
- "required": "0",
- "_id": "5f35eab7bc7e8e560914fbea",
- "name": "password",
- "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«Map»\",\n \"$$ref\": \"#/definitions/CommonResult«Map»\"\n}",
- "project_id": 55,
- "catid": 4838,
- "uid": 93,
- "add_time": 1597369015,
- "up_time": 1597369015,
- "__v": 0
- },
- {
- "query_path": {
- "path": "/api/public/auth/test/account/decode",
- "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": 7176,
- "method": "POST",
- "title": "破解密码",
- "path": "/api/public/auth/test/account/decode",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab7bc7e8e560914fbe6",
- "name": "Content-Type",
- "value": "application/json"
- }
- ],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab7bc7e8e560914fbe8",
- "name": "account",
- "desc": "账号"
- },
- {
- "required": "0",
- "_id": "5f35eab7bc7e8e560914fbe7",
- "name": "encodeString",
- "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«Map»\",\n \"$$ref\": \"#/definitions/CommonResult«Map»\"\n}",
- "project_id": 55,
- "catid": 4838,
- "uid": 93,
- "add_time": 1597369015,
- "up_time": 1597369015,
- "__v": 0
- }
- ]
- },
- {
- "index": 0,
- "name": "Redis测试操作",
- "desc": "Redis Test Controller",
- "add_time": 1597369015,
- "up_time": 1597369015,
- "list": [
- {
- "query_path": {
- "path": "/api/public/test/redis/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": 7182,
- "method": "GET",
- "title": "删除",
- "path": "/api/public/test/redis/delete",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbed",
- "name": "key",
- "desc": "redis 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": 55,
- "catid": 4847,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- },
- {
- "query_path": {
- "path": "/api/public/test/redis/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": 7186,
- "method": "POST",
- "title": "新增",
- "path": "/api/public/test/redis/set",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab8bc7e8e560914fbef",
- "name": "Content-Type",
- "value": "application/json"
- }
- ],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbf1",
- "name": "key",
- "desc": "redis key"
- },
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbf0",
- "name": "value",
- "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": 55,
- "catid": 4847,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- },
- {
- "query_path": {
- "path": "/api/public/test/redis/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": 7184,
- "method": "GET",
- "title": "查询",
- "path": "/api/public/test/redis/get",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbee",
- "name": "key",
- "desc": "redis 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": 55,
- "catid": 4847,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- }
- ]
- },
- {
- "index": 0,
- "name": "企业微信消息推送",
- "desc": "We Chat Push Controller",
- "add_time": 1597369015,
- "up_time": 1597369015,
- "list": [
- {
- "query_path": {
- "path": "/api/public/wechat/gitlab",
- "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": 7188,
- "method": "POST",
- "title": "gitlab钩子",
- "path": "/api/public/wechat/gitlab",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab8bc7e8e560914fbf2",
- "name": "Content-Type",
- "value": "application/json"
- }
- ],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbf3",
- "name": "token",
- "desc": "企业微信群token"
- }
- ],
- "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\": \"string\"\n}",
- "project_id": 55,
- "catid": 4856,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- },
- {
- "query_path": {
- "path": "/api/public/wechat/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": 7192,
- "method": "GET",
- "title": "消息推送",
- "path": "/api/public/wechat/push",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [],
- "req_query": [
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbf6",
- "name": "message",
- "desc": "推送消息内容"
- },
- {
- "required": "0",
- "_id": "5f35eab8bc7e8e560914fbf5",
- "name": "token",
- "desc": "企业微信群token"
- }
- ],
- "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": 55,
- "catid": 4856,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- }
- ]
- },
- {
- "index": 0,
- "name": "图片操作",
- "desc": "Image Merge Controller",
- "add_time": 1597369015,
- "up_time": 1597369015,
- "list": [
- {
- "query_path": {
- "path": "/api/public/qrcode/mergeList",
- "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": 7180,
- "method": "POST",
- "title": "合并图片返回文件",
- "path": "/api/public/qrcode/mergeList",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab7bc7e8e560914fbec",
- "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\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,string»»\"\n}",
- "req_body_other": "{\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"path\",\n \"x\",\n \"y\"\n ],\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"description\": \"图片地址\"\n },\n \"x\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"x轴\"\n },\n \"y\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"y轴\"\n }\n },\n \"title\": \"ImageMergeUtilVo\",\n \"$$ref\": \"#/definitions/ImageMergeUtilVo\"\n }\n}",
- "project_id": 55,
- "catid": 4865,
- "uid": 93,
- "add_time": 1597369015,
- "up_time": 1597369015,
- "__v": 0
- }
- ]
- },
- {
- "index": 0,
- "name": "微信开放平台 -- 消息",
- "desc": "We Chat Message Controller",
- "add_time": 1597369015,
- "up_time": 1597369015,
- "list": [
- {
- "query_path": {
- "path": "/api/public/wechat/message/webHook",
- "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": 7190,
- "method": "POST",
- "title": "接受微信推送过来的消息",
- "path": "/api/public/wechat/message/webHook",
- "req_params": [],
- "req_body_form": [],
- "req_headers": [
- {
- "required": "1",
- "_id": "5f35eab8bc7e8e560914fbf4",
- "name": "Content-Type",
- "value": "application/json"
- }
- ],
- "req_query": [],
- "req_body_type": "json",
- "res_body_type": "json",
- "res_body": "{\n \"type\": \"string\"\n}",
- "project_id": 55,
- "catid": 4874,
- "uid": 93,
- "add_time": 1597369016,
- "up_time": 1597369016,
- "__v": 0
- }
- ]
- }
- ]
|