{"info":{"_postman_id":"cf498dd3-920d-450c-8593-cf703611ec57","name":"PortForwardGo 面板 API接口","description":"<html><head></head><body><p>这里是PortForwardGo面板的API接口文档</p>\n<p>如果需要对自己的面板进行调试请Fork仓库修改全局变量或者新建环境</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26694824","collectionId":"cf498dd3-920d-450c-8593-cf703611ec57","publishedId":"2sA2rDwfdg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-26T10:39:34.000Z"},"item":[{"name":"UI交互","item":[{"name":"登录, 注册与注销","item":[{"name":"登录","event":[{"listen":"prerequest","script":{"id":"89bda1b3-fac7-4f39-bc5d-b18c7cffed04","exec":["let username = pm.variables.get(\"username\");\r","let password = pm.variables.get(\"password\");\r","\r","if (!username) throw new Error(\"Undefined variable 'username'\");\r","if (!password) throw new Error(\"Undefined variable 'password'\");"],"type":"text/javascript","packages":{}}}],"id":"777e3d39-fcdc-4d15-99a6-43f01932f087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"<p>用户名</p>\n","type":"text"},{"key":"password","value":"admin","description":"<p>密码</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/login","urlObject":{"path":["ajax","login"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"3876eaa7-feb4-4937-b193-c2b6db58c667","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"用户名","type":"text"},{"key":"password","value":"admin","description":"密码","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Authorization","value":"Bearer YOUR_SESSION_ID","description":""},{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"121e0ba9-333e-4a59-bba2-cb4712c372f0","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"用户名","type":"text"},{"key":"password","value":"admin","description":"密码","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"用户名或密码错误\",\n    \"Ok\": false\n}"}],"_postman_id":"777e3d39-fcdc-4d15-99a6-43f01932f087"},{"name":"自动登录","event":[{"listen":"prerequest","script":{"id":"ce535cb1-9fbc-4f71-aead-7d77735b8dc7","exec":["let username = pm.variables.get(\"username\");\r","let password = pm.variables.get(\"password\");\r","\r","if (!username) throw new Error(\"Undefined variable 'username'\");\r","if (!password) throw new Error(\"Undefined variable 'password'\");"],"type":"text/javascript","packages":{}}}],"id":"f5536bbc-b518-4c4f-b398-9d500b236724","protocolProfileBehavior":{"followRedirects":false,"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/autologin?username=admin&password=admin","urlObject":{"path":["autologin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户名</p>\n","type":"text/plain"},"key":"username","value":"admin"},{"description":{"content":"<p>密码</p>\n","type":"text/plain"},"key":"password","value":"admin"}],"variable":[]}},"response":[{"id":"c8a83fdc-c416-4c54-adbc-d310e79525b9","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/autologin?username=admin&password=admin","host":["https://dev.zeroteam.top"],"path":["autologin"],"query":[{"key":"username","value":"admin","description":"用户名"},{"key":"password","value":"admin","description":"密码"}]}},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"html","header":[{"key":"Location","value":"/"},{"key":"Set-Authorization","value":"Bearer YOUR_SESSION_ID","description":""},{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400","description":""}],"cookie":[],"responseTime":null,"body":"<a href=\"/\">Found</a>."},{"id":"3a06086d-e362-4009-84bc-33406ecae6c7","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/autologin?username=admin&password=admin","host":["https://dev.zeroteam.top"],"path":["autologin"],"query":[{"key":"username","value":"admin","description":"用户名"},{"key":"password","value":"admin","description":"密码"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"用户名或密码错误"}],"_postman_id":"f5536bbc-b518-4c4f-b398-9d500b236724"},{"name":"获取第三方登录列表","event":[{"listen":"prerequest","script":{"id":"89bda1b3-fac7-4f39-bc5d-b18c7cffed04","exec":[""],"type":"text/javascript","packages":{}}}],"id":"be9c8fb5-7262-4ff5-9f5a-c040dcd258b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/auth","urlObject":{"path":["ajax","auth"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"bafae0b5-5af1-4a5b-9b66-1cbaa6a04102","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"WHMCS\"\n        }\n    ]\n}"},{"id":"1d008b4b-59af-4a33-847a-2092026ae1f6","name":"失败","originalRequest":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/ajax/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"be9c8fb5-7262-4ff5-9f5a-c040dcd258b1"},{"name":"第三方登录","event":[{"listen":"prerequest","script":{"id":"89bda1b3-fac7-4f39-bc5d-b18c7cffed04","exec":[""],"type":"text/javascript","packages":{}}}],"id":"121124b9-3c01-4620-a2fb-a9f14c0b9181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/auth/1","urlObject":{"path":["ajax","auth","1"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"82083389-fe28-421e-967f-8f1115502ffd","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/auth/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"RedirectLink\": \"https://whmcs.example.com/oauth/authorize.php?client_id=OAUTH2_CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=code&scope=openid+profile+email&state=RANDOM_STATE_KEY\" // 弹窗登录的URL\n}"},{"id":"a3ce01bf-df73-4f84-b140-447877969e73","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/auth/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"121124b9-3c01-4620-a2fb-a9f14c0b9181"},{"name":"注册","event":[{"listen":"prerequest","script":{"id":"e3c47111-652e-45cc-8ea8-4eda27f2a383","exec":["let username = pm.variables.get(\"username\");\r","let password = pm.variables.get(\"password\");\r","\r","if (!username) throw new Error(\"Undefined variable 'username'\");\r","if (!password) throw new Error(\"Undefined variable 'password'\");"],"type":"text/javascript","packages":{}}}],"id":"4e3c6f01-4969-448d-b6bf-1397fe3506a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"<p>用户名</p>\n","type":"text"},{"key":"password","value":"admin","description":"<p>密码</p>\n","type":"text"},{"key":"recaptcha","value":"","description":"<p>reCAPTCHA响应数据 (站点未开启注册验证码时无需此项)</p>\n","type":"text","disabled":true},{"key":"invite_code","value":"","description":"<p>邀请码</p>\n","type":"text","disabled":true}]},"url":"https://dev.zeroteam.top/ajax/register","urlObject":{"path":["ajax","register"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"3da686e4-daa5-4e73-bf37-f41bf015a424","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"用户名","type":"text"},{"key":"password","value":"admin","description":"密码","type":"text"},{"key":"recaptcha","value":"","description":"reCAPTCHA响应数据 (站点未开启注册验证码时无需此项)","type":"text","disabled":true}]},"url":"https://dev.zeroteam.top/ajax/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Authorization","value":"Bearer YOUR_SESSION_ID","description":""},{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"注册成功\",\n    \"Ok\": true\n}"},{"id":"2d3dd745-001c-4115-9157-5650aea03841","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","description":"用户名","type":"text"},{"key":"password","value":"admin","description":"密码","type":"text"},{"key":"recaptcha","value":"","description":"reCAPTCHA响应数据 (站点未开启注册验证码时无需此项)","type":"text","disabled":true}]},"url":"https://dev.zeroteam.top/ajax/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"已关闭注册\",\n    \"Ok\": false\n}"}],"_postman_id":"4e3c6f01-4969-448d-b6bf-1397fe3506a4"},{"name":"注销","id":"ec8d3263-2520-4db9-8fed-3cfe766e905f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/logout","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","logout"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"ae426d87-fd58-4295-9816-0c5ebf708399","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Authorization","value":"","description":""},{"key":"Set-Cookie","value":"session_id=; Path=/; Max-Age=0","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"16af1d8e-cb63-4b04-a310-e44701ee5b6c","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"未登录\",\n    \"Ok\": false\n}"}],"_postman_id":"ec8d3263-2520-4db9-8fed-3cfe766e905f"}],"id":"80659d48-32ac-4188-90e7-4b857d26e0e0","_postman_id":"80659d48-32ac-4188-90e7-4b857d26e0e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"用户信息区","item":[{"name":"第三方登录","item":[{"name":"获取全部已绑定第三方登录","id":"44479415-9592-4473-bbe2-f58fc053b19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","auth"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"c870ebba-ba31-4e0d-a394-03c30b70eef2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"auth_id\": 1,\n            \"profile\": \"PROFILE_ID\",\n            \"profile_name\": \"PROFILE_NAME\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"46434c7c-76c0-4d0c-ad17-803d8c7633c8","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"44479415-9592-4473-bbe2-f58fc053b19d"},{"name":"绑定第三方登录","id":"a43c9942-833a-4aa2-9f78-d96d26ac6b28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth/1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","auth","1"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"2b476299-3ded-4f92-bde6-8445b566b99f","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"RedirectLink\": \"https://whmcs.example.com/oauth/authorize.php?client_id=OAUTH2_CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=code&scope=openid+profile+email&state=RANDOM_STATE_KEY\" // 弹窗登录的URL\n}"},{"id":"50e4504a-3292-4938-8a91-c968301b2309","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a43c9942-833a-4aa2-9f78-d96d26ac6b28"},{"name":"刷新第三方登录信息","id":"51c17eb5-f458-44ff-a494-aaf9698ce591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth/refresh?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","auth","refresh"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>第三方登录ID (非登录方式ID)</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1cd16aa5-f60a-4109-b275-4789c3de8e33","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth/refresh?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth","refresh"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f5d559ee-e91c-4ca9-b150-7cc37c28113c","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth/refresh?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth","refresh"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"51c17eb5-f458-44ff-a494-aaf9698ce591"},{"name":"注销第三方登录会话","id":"1a934abe-0ae4-4523-93db-4c9a25ea988c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth/revoke?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","auth","revoke"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>第三方登录ID (非登录方式ID)</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"5c2ae08d-3c17-4392-93cd-223f7c072e75","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth/revoke?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth","revoke"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"6e764c5b-de24-4094-ae3a-d04cf558c76e","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth/revoke?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth","revoke"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"1a934abe-0ae4-4523-93db-4c9a25ea988c"},{"name":"解绑第三方登录","id":"85033afe-ca5a-41e1-b13f-0689f096835a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/user/auth?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>第三方登录ID (非登录方式ID)</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"db10c78a-0237-47ab-af11-c79ef4bc1f7d","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"63f6a43f-51f3-42ed-9c55-2132f045469b","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","user","auth"],"query":[{"key":"id","value":"1","description":"第三方登录ID (非登录方式ID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"85033afe-ca5a-41e1-b13f-0689f096835a"}],"id":"61bc8cbb-947b-4c6e-8633-06e7fff01723","_postman_id":"61bc8cbb-947b-4c6e-8633-06e7fff01723","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"余额","item":[{"name":"获取余额变更日志","id":"bde7c46a-821f-4ce3-908b-3c9d7c791e10","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/balance/logs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"89435c72-66cf-4b58-a73e-62a934074747","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","user","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (充值), cdkey (兑换码), invite_reward (通过邀请码注册奖励), affiliate_payout (邀请奖提现至余额), buy_plan (购买套餐), manual_renew (手动续费), manual_reset_traffic (手动重置流量), auto_renew (自动续费), auto_reset_traffic (自动重置流量), admin_edit (管理员修改)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"05b98e4e-00e6-4032-b27b-8fdfb656382a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","user","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"bde7c46a-821f-4ce3-908b-3c9d7c791e10"}],"id":"f40c36c9-a0b2-4ac2-af56-adab69c5dd01","_postman_id":"f40c36c9-a0b2-4ac2-af56-adab69c5dd01","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"邀请","item":[{"name":"获取受邀用户列表","id":"770c8cc5-638a-4378-929c-d66ae9c98bc7","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user/affiliate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"first_charged"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"5eedaa72-8b65-4920-b459-1a65e20edb01","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","user","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 被邀请用户ID\n            \"invite_user_id\": 1, // 邀请用户ID\n            \"first_charged\": false, // 已完成首单充值\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"2973a41f-d2c7-4d93-b26b-62b61527d699","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/user/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","user","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"770c8cc5-638a-4378-929c-d66ae9c98bc7"}],"id":"f40dad11-97e5-4e15-8bba-d9ae3514d563","_postman_id":"f40dad11-97e5-4e15-8bba-d9ae3514d563","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"获取用户信息","id":"6b389a5b-f1a3-4b96-b01f-0f61bbc0395c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4a203cec-ad8b-412b-b2bb-b28689b2dcfe","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 2, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 1, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    },\n    \"Ok\": true\n}"},{"id":"d25b9d3c-5f5c-4781-9824-9e2a973cfb7f","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"6b389a5b-f1a3-4b96-b01f-0f61bbc0395c"},{"name":"修改昵称","id":"7053701d-01e3-43bd-aa68-1d7e07767999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Demo","description":"<p>新昵称</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changeName","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","changeName"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"00f43ac4-d235-4c6a-9234-b2b7e730caf9","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Demo","description":"新的昵称","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changeName"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"6c4db762-d2eb-4247-b968-3ea5924833b1","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"新昵称","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changeName"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"新昵称无效\",\n    \"Ok\": false\n}"}],"_postman_id":"7053701d-01e3-43bd-aa68-1d7e07767999"},{"name":"修改密码","id":"9a9ece4f-e15f-44a3-8679-1480a7e4afba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"old","value":"admin","description":"<p>原密码</p>\n","type":"text"},{"key":"new","value":"admin","description":"<p>新密码 (修改成功以后需要重新登录)</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changePassword","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","changePassword"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c420ff53-3e27-4c69-b49a-1f74cd5c14aa","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"old","value":"admin","description":"原密码","type":"text"},{"key":"new","value":"admin","description":"新密码 (修改成功以后需要重新登录)","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"491f726f-2728-4310-b4cd-aa5d30c7142c","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"old","value":"admin","description":"原密码","type":"text"},{"key":"new","value":"admin","description":"新密码 (修改成功以后需要重新登录)","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"原密码无效\",\n    \"Ok\": false\n}"}],"_postman_id":"9a9ece4f-e15f-44a3-8679-1480a7e4afba"},{"name":"重置Token","id":"b2258d9c-ba95-4090-b048-373cc8c622a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/user/resetToken","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","resetToken"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"3831ef6b-f29e-45d2-a4af-31507c85e361","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/user/resetToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Token\": \"YOUR_API_TOKEN\"\n}"},{"id":"91314aca-89c7-4d8a-94fa-e0ae3367be53","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/user/resetToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"未登录\",\n    \"Ok\": false\n}"}],"_postman_id":"b2258d9c-ba95-4090-b048-373cc8c622a4"},{"name":"充值余额","id":"38332127-792c-4cde-8cb7-7c57bbb52ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>充值金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/charge","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","charge"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"bee88676-5f65-472b-a477-58d8bc91a39a","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"充值金额","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": 1 // 账单ID\n}"},{"id":"1e95010a-a146-4cca-ae0d-24c56146840b","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"0","description":"充值金额","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"最少充值5元\",\n    \"Ok\": false\n}"}],"_postman_id":"38332127-792c-4cde-8cb7-7c57bbb52ce9"},{"name":"兑换 CDKey","id":"420bba17-f3d6-4666-9243-0f4c9dead8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","description":"<p>CDKey 兑换码</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/cdkey","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","user","cdkey"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b2c87b00-fb7e-41d1-971e-c7a6bf75503e","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","description":"CDKey 兑换码","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"兑换成功, 余额...\"\n}"},{"id":"d6e2b3df-bea2-4da3-b1c6-aed800e0aedc","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","description":"CDKey 兑换码","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/user/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"420bba17-f3d6-4666-9243-0f4c9dead8f4"}],"id":"36210244-fe45-4d20-8e21-bf5431b2c03d","_postman_id":"36210244-fe45-4d20-8e21-bf5431b2c03d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"邀请","item":[{"name":"邀请奖励余额","item":[{"name":"获取余额变更日志","id":"a572366d-e095-4896-912f-71ba7c43c699","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate/balance/logs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"4e4551f0-270f-4644-b974-8ee896de671d","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","affiliate","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (被邀请用户充值), payout (提现)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"f5c2dc9c-8124-44bb-9818-a81cbfe128e7","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","affiliate","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a572366d-e095-4896-912f-71ba7c43c699"}],"id":"b25bbac6-a2c2-4ba7-9247-d51c9136201c","_postman_id":"b25bbac6-a2c2-4ba7-9247-d51c9136201c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"获取邀请信息","id":"59af56b9-ec87-4a01-8095-7bdf4c3cc591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","affiliate"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c3502c44-a4db-4304-942d-3ac03ff1b2f8","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": {\n        \"user_id\": 0, // 用户 ID\n        \"code\": \"\", // 邀请码\n        \"balance\": \"\", // 邀请奖励余额\n        \"created_at\": \"2024-05-13\" // 激活时间 \n    }\n}"},{"id":"fac12c2c-c280-4bc6-b209-926b878c805c","name":"成功-未激活","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": null\n}"},{"id":"64eb83e2-4460-4188-9a1f-bdde06536d55","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"59af56b9-ec87-4a01-8095-7bdf4c3cc591"},{"name":"激活邀请系统","id":"5214bbda-df03-4fe3-bcbf-6070ab2d2424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","affiliate"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"a9eb96d2-148c-4aba-b8f1-4f1227c1d9cd","name":"成功","originalRequest":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"36cc6c28-d4b5-4be2-b3f4-6e61aa0c877d","name":"失败","originalRequest":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/ajax/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5214bbda-df03-4fe3-bcbf-6070ab2d2424"},{"name":"提现邀请奖励至余额","id":"7a8fc13d-f018-4060-9380-efc571c5cbc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>提现金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/affiliate/payout","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","affiliate","payout"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"00a2e26c-a6cf-4fc9-9ba5-835ad696e2b6","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"提现金额","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/affiliate/payout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"fce42c61-a6bf-4713-8a56-a0a35e09c6c4","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","equals":true,"description":"提现金额"}]},"url":"https://dev.zeroteam.top/ajax/affiliate/payout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7a8fc13d-f018-4060-9380-efc571c5cbc5"}],"id":"fcd9d830-21ba-4fe0-a9c9-041947c5b79a","_postman_id":"fcd9d830-21ba-4fe0-a9c9-041947c5b79a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"套餐","item":[{"name":"获取全部套餐","id":"a8ce4a8b-856c-431b-81fc-f986465e4953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/cart","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","cart"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"787010c9-5424-4bb1-8355-573d60fbf15d","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Permission\": [\n        {\n            \"id\": 0, // 权限组 ID\n            \"name\": \"\", // 权限组名称\n            \"nodes\": \"\", // 可用节点 (使用 | 分割)\n            \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n            \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n        }\n    ],\n    \"Plan\": [\n        {\n            \"id\": 0, // 套餐ID\n            \"order\": 0, // 套餐排序\n            \"name\": \"\", // 套餐名称\n            \"permission_id\": 0, // 权限组ID\n            \"hidden\": false, // 当前套餐是否隐藏\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS (0为不限制)\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"traffic\": 0, // 套餐流量 (单位 b)\n            \"qty\": 999, // 剩余库存\n            \"price\": 0, // 价格 (单位 元)\n            \"period\": 0, // 时长 (单位 天)\n            \"note\": \"\" // 说明\n        }\n    ]\n}"},{"id":"f1ee8705-8c74-48fe-86d1-6873a5693245","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a8ce4a8b-856c-431b-81fc-f986465e4953"},{"name":"购买套餐","id":"64584468-2f46-48ef-af91-f1d4e810d903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"<p>套餐ID</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/cart/buy","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","cart","buy"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"8b747f47-5817-45c5-bb00-2739927dc65e","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/cart/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"购买成功\",\n    \"Ok\": true\n}"},{"id":"27e386ce-502f-4c18-a64e-b6499aef5edc","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/cart/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"64584468-2f46-48ef-af91-f1d4e810d903"},{"name":"获取当前套餐","id":"5dec54ad-8da8-4ac7-a09a-33751891989f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/plan","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","plan"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"106f7581-ee2c-4f48-91fc-976041359951","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Permission\": { // 权限组\n        \"id\": 0, // 权限组 ID\n        \"name\": \"\", // 权限组名称\n        \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n        \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n        \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n    },\n    \"Plan\": {\n        \"id\": 0, // 套餐ID\n        \"order\": 0, // 套餐排序\n        \"name\": \"\", // 套餐名称\n        \"permission_id\": 0, // 权限组ID\n        \"hidden\": false, // 当前套餐是否隐藏\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS (0为不限制)\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"traffic\": 0, // 套餐流量 (单位 b)\n        \"qty\": 999, // 剩余库存\n        \"price\": 0, // 价格 (单位 元)\n        \"period\": 0, // 时长 (单位 天)\n        \"note\": \"\" // 说明\n    },\n    \"User\": {\n        \"id\": 2, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制)\n        \"burst_speed\": 0, // 突发限速 (0为无突发)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 1, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    }\n}"},{"id":"f781ce92-0032-4b9b-afa1-715fa84d35d8","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5dec54ad-8da8-4ac7-a09a-33751891989f"},{"name":"到期续费","id":"7fbaeddd-fd71-40d5-9cfd-bae95fcf78c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/renew","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","plan","renew"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"8e6f0ce5-4846-44d2-96e2-1a97339c1738","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"操作成功\",\n    \"Ok\": true\n}"},{"id":"9aa3197c-5449-4ae1-8f7e-3578a1d43d2a","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7fbaeddd-fd71-40d5-9cfd-bae95fcf78c5"},{"name":"重置流量","id":"4b2f53ea-eb13-4941-acc6-38a12b2039dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/reset","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","plan","reset"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"2aeb417f-c5fc-4c32-93a0-b8716320262d","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"操作成功\",\n    \"Ok\": true\n}"},{"id":"884d4436-52e8-44e3-9aea-c89725c494b6","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/plan/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"4b2f53ea-eb13-4941-acc6-38a12b2039dc"},{"name":"开启/关闭 自动续费","id":"809df176-15bc-4b36-8fb8-20e6637461cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/ajax/plan/auto_renew?enabled=true","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","plan","auto_renew"],"query":[{"description":{"content":"<p>开启 / 关闭 自动续费 true / false</p>\n","type":"text/plain"},"key":"enabled","value":"true"}],"variable":[]}},"response":[{"id":"f41204c6-90cb-4b75-a3b4-9fe324aee9be","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/plan/auto_renew?enabled=true","host":["https://dev.zeroteam.top"],"path":["ajax","plan","auto_renew"],"query":[{"key":"enabled","value":"true","description":"开启 / 关闭 自动续费 true / false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"16d5106e-6280-4b06-aaf1-7db295dc4490","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/plan/auto_renew?enabled=true","host":["https://dev.zeroteam.top"],"path":["ajax","plan","auto_renew"],"query":[{"key":"enabled","value":"true","description":"开启 / 关闭 自动续费 true / false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录失效\"\n}"}],"_postman_id":"809df176-15bc-4b36-8fb8-20e6637461cc"}],"id":"0a0555b7-2a27-4d97-9ad4-0ab189e45f02","_postman_id":"0a0555b7-2a27-4d97-9ad4-0ab189e45f02","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"转发管理","item":[{"name":"转发规则","item":[{"name":"获取全部规则","id":"081dac98-ec03-4f76-b50c-77a1266bf7ab","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"9c438f1d-1b55-44ea-a3ee-bed273a4fd63","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n            \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"outbound\": \"\", // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_node\": 0, // 出口节点\n            \"dest_device\": 0, // 出口设备\n            \"dest_sync\": false // 出口同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"3fef6fc8-ff71-47a7-b160-215b91b4e859","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"081dac98-ec03-4f76-b50c-77a1266bf7ab"},{"name":"获取指定规则","id":"ee8cf918-f76e-45f7-b8a2-56d03d190d1f","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"05f9d033-9eaf-4491-a59b-1fc34e134f41","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"outbound\": \"\", // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_node\": 0, // 出口节点\n        \"dest_device\": 0, // 出口设备\n        \"dest_sync\": false // 出口同步状态\n    },\n    \"Ok\": true\n}"},{"id":"4c595cda-98fb-42ca-aa3f-e11e21021eb4","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ee8cf918-f76e-45f7-b8a2-56d03d190d1f"},{"name":"添加规则","id":"470c08b2-1d3d-48fb-b1b3-cfb48d0fe44a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"bda94464-335b-4875-88bc-391f41fbc2b3","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, 规则ID: 1\",\n    \"Ok\": true\n}"},{"id":"299ecba8-3c37-4d81-bf32-1093282d7e7e","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"470c08b2-1d3d-48fb-b1b3-cfb48d0fe44a"},{"name":"修改规则","id":"513c6fe4-2838-47d3-afd3-c8cffa36345e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0f48e82b-fd51-4f69-8894-7fc3e69a8450","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"b8d4b865-9949-41a7-b8ff-9506a425f66c","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"513c6fe4-2838-47d3-afd3-c8cffa36345e"},{"name":"删除规则","id":"465bec33-5f65-4c4e-ac9d-81e54be4ec21","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9c29fb28-c05e-4738-bd3f-d96d5e9e1183","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"ca55b85b-c846-4afc-ba48-a8886f85fed8","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"465bec33-5f65-4c4e-ac9d-81e54be4ec21"},{"name":"重启规则","id":"e466c231-f364-458b-a206-786866972017","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/restart?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1f1bd8fa-3982-4ebe-ade4-24d7335cb469","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"a63ddff1-bcc5-4109-87be-5f305e1f7430","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e466c231-f364-458b-a206-786866972017"},{"name":"暂停规则","id":"c29e3bb8-c96d-47d8-83c3-a0c342030d50","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/stop?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7457a2c7-3135-428c-a315-85e63871cd37","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"592e63e8-5a10-43f6-bcd0-b6fc5221fd8c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c29e3bb8-c96d-47d8-83c3-a0c342030d50"},{"name":"启用规则","id":"71687c41-bf51-4c76-b907-e013b56dc049","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/start?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"a64d4fae-0add-4e6d-bfe3-3c5552f4ddf8","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"ea05c182-1f3e-4164-bd83-1bb1e30f8c80","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"71687c41-bf51-4c76-b907-e013b56dc049"},{"name":"规则流量统计","id":"d8ed1071-38d5-450c-835f-501c06a15062","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/statistics","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"d4ef79b1-322b-411d-90e7-b14dbd47c321","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"5b78d626-e05c-4186-b1d6-7e7c646a6860","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d8ed1071-38d5-450c-835f-501c06a15062"},{"name":"重置规则流量统计","id":"00c67404-06d0-4c3b-825a-e3893e7cc469","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/statistics?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"89d29588-e2a4-4e67-8eb8-0c367bf12077","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"66addd42-ac05-448f-8560-87d22678c35a","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"00c67404-06d0-4c3b-825a-e3893e7cc469"},{"name":"规则诊断","id":"893b6ea9-6d06-4ae0-9a7e-5cab4aea799d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/forward_rule/debug?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"5f17fb5c-61f0-470a-86e1-6f18f6f0e650","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"example.com:443\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:24\", // 出口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"localhost:22\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"9433bf2b-4daa-4a84-9d75-2b271ac5df19","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 出口节点反馈状态\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"0edcc734-5077-462d-95b6-8eb3a3c3eab6","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null,\n    \"OutBound\": null, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"1b289c79-64dc-43a2-81ce-1b438e3b80a3","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"893b6ea9-6d06-4ae0-9a7e-5cab4aea799d"}],"id":"49296a7d-8ff6-4d53-a614-8976c1333048","_postman_id":"49296a7d-8ff6-4d53-a614-8976c1333048","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部规则","id":"db062e99-d273-4a15-8ff9-40b69c8219c8","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"d052f35c-7ae9-4cf0-8013-edbdce32566b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_device\": 0, // 内网设备\n            \"dest_sync\": false // 内网设备同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"42ce3df2-e207-4596-a971-ee0985d7053f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"db062e99-d273-4a15-8ff9-40b69c8219c8"},{"name":"获取指定规则","id":"83afc2b2-5f6e-42fc-a6f3-085fea1bfd79","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"aa0854a1-2386-4e14-90d6-4ab0aefc6fd8","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_device\": 0, // 内网设备\n        \"dest_sync\": false // 内网设备同步状态\n    },\n    \"Ok\": true\n}"},{"id":"3e9d3b49-d8c3-469c-9384-a1f672da5930","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"83afc2b2-5f6e-42fc-a6f3-085fea1bfd79"},{"name":"添加规则","id":"63a7b516-6785-46d2-9c0a-8031347cc74d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"0a5ca6d3-f315-4612-8204-002b53dde0a0","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, 规则ID: 1\",\n    \"Ok\": true\n}"},{"id":"3aa87675-2e7c-4142-9318-ce516cc80444","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"63a7b516-6785-46d2-9c0a-8031347cc74d"},{"name":"修改规则","id":"ba2e000d-8a97-40be-a5b3-1fe3f0533f78","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"d2a31940-d29e-43ce-beac-6f7845d4c695","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"ebfc4eff-8178-4469-af33-5dd943d73bab","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ba2e000d-8a97-40be-a5b3-1fe3f0533f78"},{"name":"删除规则","id":"96ce6797-cd7e-47fb-88a0-666fd700bb36","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"e97c6d6f-e2f7-4b95-aff5-06b97cdcbc7d","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"bd7bfb74-6427-46bc-9107-82009355e8eb","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"96ce6797-cd7e-47fb-88a0-666fd700bb36"},{"name":"重启规则","id":"6a1a2655-55ec-4beb-a062-9f743844c649","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/restart?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"50a93cfb-8809-4af4-a7d6-28c59b04f394","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"3b5c2404-0d67-4460-a763-5b52644252c1","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6a1a2655-55ec-4beb-a062-9f743844c649"},{"name":"暂停规则","id":"b941a8e9-cbd6-4aa6-8b9f-212ea623f81d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/stop?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"95907ef7-c4a3-47f0-9f82-56ad138f3086","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"42653373-0f8c-46ec-94d9-50822a258f16","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b941a8e9-cbd6-4aa6-8b9f-212ea623f81d"},{"name":"启用规则","id":"c3db2040-ff22-4bfa-8c59-bdc483c4ab5d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/start?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"22d1f70e-b1fc-4a1f-9a37-5ea3e439ba1a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"e03a1972-2002-4dda-9b82-4db021a685a4","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c3db2040-ff22-4bfa-8c59-bdc483c4ab5d"},{"name":"规则流量统计","id":"13526a4b-3603-44c5-8047-be78b279d22c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"515e12e1-2156-4fab-a53b-1ab463faa87a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"70e277ea-aa8c-48e4-a661-3b34ea9f370e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"13526a4b-3603-44c5-8047-be78b279d22c"},{"name":"重置规则流量统计","id":"ca3b500d-eaaa-4515-b0b7-5a5e4dedb98b","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"63d70cec-383c-401b-9f22-2956bfdec2f0","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"4d8c6a94-a315-4cb0-9a0a-c6f4e3ea49d8","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ca3b500d-eaaa-4515-b0b7-5a5e4dedb98b"},{"name":"规则诊断","id":"188c0724-742c-4b4d-be75-9c9f9c8b66a5","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_forward_rule/debug?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fbcd6948-6131-4b59-9167-35782ae334b1","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"RClient\": {\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回连接信息\n                        \"TCP\": \"已连接 (1.2.3.4:12345)\",\n                        \"UDP\": \"已连接 (1.2.3.4:12345)\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    }\n}"},{"id":"defb1e1a-8890-412f-8787-44237f448531","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    }\n}"},{"id":"a7dcd3c6-9dab-4e0f-9833-95b4cfb8fbaa","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null\n}"},{"id":"91f781af-2c3c-4e0f-aaf2-c16f940f6919","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"188c0724-742c-4b4d-be75-9c9f9c8b66a5"}],"id":"0866dbf7-bbb2-4ae2-89e8-3744e404e7c8","_postman_id":"0866dbf7-bbb2-4ae2-89e8-3744e404e7c8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"3bf6d3e3-922f-41f0-b188-975371f0a3b8","_postman_id":"3bf6d3e3-922f-41f0-b188-975371f0a3b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"设备","item":[{"name":"单端隧道","item":[{"name":"获取全部设备","id":"de1d654f-7fce-493a-807a-6abcf6522505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/tunnel_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"7378211c-353d-4a64-b6e5-c296b2bdf210","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"ips\": \"\", // IPs\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"secure_port\": 0, // Secure 隧道端口\n            \"securex_port\": 0, // SecureX 隧道端口\n            \"tls_port\": 0, // TLS 隧道端口\n            \"tls_sni\": \"\", // TLS 隧道SNI\n            \"insecure\": false, // 允许不安全\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"48b4ef95-ef7e-49c8-ae64-ec5a46b91cee","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"de1d654f-7fce-493a-807a-6abcf6522505"},{"name":"获取指定设备","id":"cd103d3a-51db-4e8b-9859-17b7db5ab4f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c4135ab3-2630-43f1-b42f-7a491ad96e9a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"ips\": \"\", // IPs\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"secure_port\": 0, // Secure 隧道端口\n        \"securex_port\": 0, // SecureX 隧道端口\n        \"tls_port\": 0, // TLS 隧道端口\n        \"tls_sni\": \"\", // TLS 隧道SNI\n        \"insecure\": false, // 允许不安全\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"a798e040-f977-41ae-af53-138a1a129de8","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"cd103d3a-51db-4e8b-9859-17b7db5ab4f4"},{"name":"添加设备","id":"10a80a7f-d83d-46ec-958e-9499993b41b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/tunnel_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"d12818fc-66f1-441a-b811-e9f4f939fab7","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"example.com\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/tunnel_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功\",\n    \"Ok\": true\n}"},{"id":"f513f6d3-632a-415c-b3ad-f34d715d05c3","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/tunnel_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"10a80a7f-d83d-46ec-958e-9499993b41b8"},{"name":"修改设备","id":"cda92777-1385-4032-92e5-fd84cd8031cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"8cf74fd8-3400-40d0-afa0-1fc47a6d01d8","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"example.com\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"a8d5df94-6628-4013-b394-7c3fd417b607","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"cda92777-1385-4032-92e5-fd84cd8031cf"},{"name":"删除设备","id":"64cba7cc-279d-4d82-ab88-c64da8f5ccde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"cb97b358-8cfb-4d75-b973-a02d5944a6c0","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"2db3afb3-b0f8-4030-a5d5-ab5686a7fe34","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"64cba7cc-279d-4d82-ab88-c64da8f5ccde"}],"id":"73a51c5d-b92b-4a80-96e8-ca9e65e177e7","_postman_id":"73a51c5d-b92b-4a80-96e8-ca9e65e177e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部设备","id":"cebbd6b1-11e7-482a-928e-a6403f85dcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"9e76e4c1-fcd8-4618-b99c-c69c03c862e2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"ddd53fa7-bc92-413b-828e-a77bba36eefb","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"cebbd6b1-11e7-482a-928e-a6403f85dcb8"},{"name":"获取指定设备","id":"bd5a497f-65be-4714-82fb-0d33c9410d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/nat_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f6bb8dd3-31e4-4038-8010-4e0297a440bc","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"8c0ea992-9843-4def-b055-5401c4519164","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"bd5a497f-65be-4714-82fb-0d33c9410d0b"},{"name":"添加设备","id":"02dc3116-944c-4593-8ac8-6ec279acc71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_device"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"9d8d39ef-1d04-40da-bd52-71e92ee849f1","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功\",\n    \"Ok\": true\n}"},{"id":"353b1226-ac25-4fd9-808e-c7d8232a3feb","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"02dc3116-944c-4593-8ac8-6ec279acc71d"},{"name":"修改设备","id":"b5cf2e9c-e243-4970-aa4e-46068654cf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/nat_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c0376e6f-9e9d-4868-9ee8-1516117c1eb3","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"4af73098-f5d6-4b34-857f-cd49268fa84b","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"b5cf2e9c-e243-4970-aa4e-46068654cf38"},{"name":"删除设备","id":"7e30850a-2e7a-4bc7-88fe-e02c44eadbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/nat_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0d6830fe-225d-43c9-862a-cec4fa141cd8","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"aab9e60c-f112-4da2-80c4-e40045a73036","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7e30850a-2e7a-4bc7-88fe-e02c44eadbfc"}],"id":"2b3ac96a-1b8a-4b44-a02a-9718ce5a1660","_postman_id":"2b3ac96a-1b8a-4b44-a02a-9718ce5a1660","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"cfe5de3c-dbe4-4ace-a9d9-88faccf72722","_postman_id":"cfe5de3c-dbe4-4ace-a9d9-88faccf72722","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"节点","item":[{"name":"获取全部节点","id":"c8f695a8-fd3e-4804-97d7-bbbb358d01dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/node","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","node"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"移动"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"738d220c-bdda-4ad4-b893-3be1f596ff7e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/node","host":["https://dev.zeroteam.top"],"path":["ajax","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"移动","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 节点ID\n            \"name\": \"\", // 节点名称\n            \"addr\": \"\", // 节点地址\n            \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n            \"protocol\": \"\", // 转发协议 (用 | 分隔)\n            \"nat_protocol\": \"\", // 转发协议 (用 | 分隔)\n            \"outbounds\": [], // 流量出口\n            \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n            \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n            \"traffic\": 1, // 流量倍率 (倍率)\n            \"speed\": 1, // 限速倍率 (速率)\n            \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n            \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n            \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n            \"firewall\": false, // 防火墙状态\n            \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分隔)\n            \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分隔)\n            \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分隔)\n            \"port_range\": \"10000-60000\", // 端口范围\n            \"reserved_ports\": \"\", // 保留的监听端口\n            \"reserved_target_ports\": \"\", // 保留的目标端口\n            \"note\": \"\", // 说明\n            \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"cb866309-570c-4b43-9323-d555a5c6534e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/node","host":["https://dev.zeroteam.top"],"path":["ajax","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"移动","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"c8f695a8-fd3e-4804-97d7-bbbb358d01dc"},{"name":"获取指定节点","id":"3cdebfd9-6fdf-4d6e-beae-22cd00727350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/node?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"cfb92b67-9c6f-4e91-89ee-dfe5e2fee0f5","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","node"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 节点ID\n        \"name\": \"\", // 节点名称\n        \"addr\": \"\", // 节点地址\n        \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n        \"protocol\": \"\", // 转发协议 (用 | 分隔)\n        \"nat_protocol\": \"\", // 转发协议 (用 | 分隔)\n        \"outbounds\": [], // 流量出口\n        \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n        \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n        \"traffic\": 1, // 流量倍率 (倍率)\n        \"speed\": 1, // 限速倍率 (速率)\n        \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n        \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n        \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n        \"firewall\": false, // 防火墙状态\n        \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分隔)\n        \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分隔)\n        \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分隔)\n        \"port_range\": \"10000-60000\", // 端口范围\n        \"reserved_ports\": \"\", // 保留的监听端口\n        \"reserved_target_ports\": \"\", // 保留的目标端口\n        \"note\": \"\", // 说明\n        \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n    },\n    \"Ok\": true\n}"},{"id":"170134bb-d30c-4751-af18-21e55b880c6b","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","node"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"3cdebfd9-6fdf-4d6e-beae-22cd00727350"},{"name":"获取全部节点机器","id":"053795ce-736e-41dd-9795-bdc5f07666cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/node/session","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","node","session"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"38568288-10ed-4d97-b560-07cea66c4c69","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/node/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"1\": [ // 节点ID\n            \"A\", // 机器标识符\n            \"B\" // 机器标识符\n        ]\n    },\n    \"Ok\": true\n}"},{"id":"b32c1472-0099-4719-8c13-072d6221db3b","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/node/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"053795ce-736e-41dd-9795-bdc5f07666cc"}],"id":"af830bf0-2792-42fa-a10c-4744f467788b","_postman_id":"af830bf0-2792-42fa-a10c-4744f467788b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"公告","item":[{"name":"获取全部公告","id":"59cd063f-4afe-4ace-ba89-f1c6ee97dcd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/announcement","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"d884c285-afc3-4247-9efc-6f25b1ee7fd8","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/announcement","host":["https://dev.zeroteam.top"],"path":["ajax","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 公告ID\n            \"title\": \"测试\", // 标题\n            \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n            \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"dadc0620-86ca-4601-9153-8e5065c2c6a9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/announcement","host":["https://dev.zeroteam.top"],"path":["ajax","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"59cd063f-4afe-4ace-ba89-f1c6ee97dcd9"},{"name":"获取指定公告","id":"dcb9fede-f6fd-459b-87d0-1dd162ee0597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/announcement?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4d354220-3e75-4301-ae7f-b7cb8a864adf","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 公告ID\n        \"title\": \"测试\", // 标题\n        \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n        \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n    },\n    \"Ok\": true\n}"},{"id":"d66280e5-9c39-45cc-b973-db72bfb3c9c8","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/announcement?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","announcement"],"query":[{"key":"id","value":"2","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此公告不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"dcb9fede-f6fd-459b-87d0-1dd162ee0597"}],"id":"29d1b5aa-6c6d-4b69-a658-248ff21270b7","_postman_id":"29d1b5aa-6c6d-4b69-a658-248ff21270b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"账单","item":[{"name":"获取全部账单","id":"00098ae0-2b22-448d-b914-12c3aa316131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/invoice","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"amount"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"5"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"4a0754e2-b961-432e-95e4-b6a87ca707ab","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/invoice","host":["https://dev.zeroteam.top"],"path":["ajax","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"5","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 账单ID\n            \"user_id\": 1, // 用户ID\n            \"amount\": 5, // 账单金额\n            \"status\": \"Unpaid\", // 状态 Paid (已支付) / Unpaid (未支付)\n            \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n            \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"7683ffca-d018-4665-847f-ee44af7ef64d","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/invoice","host":["https://dev.zeroteam.top"],"path":["ajax","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"5","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"00098ae0-2b22-448d-b914-12c3aa316131"},{"name":"获取指定账单","id":"0013d896-b1ff-415a-a4b1-a948cbcec944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/invoice?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"41fa86fc-9f79-45f8-8dd8-7b957fb5647e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 账单ID\n        \"user_id\": 1, // 用户ID\n        \"amount\": 5, // 账单金额\n        \"status\": \"Unpaid\", // 状态 Paid (已支付) / Unpaid (未支付)\n        \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n        \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n    },\n    \"Ok\": true\n}"},{"id":"c173feb3-9752-40a2-acaf-bb797f172fd5","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","invoice"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"0013d896-b1ff-415a-a4b1-a948cbcec944"}],"id":"43580b69-c989-4af0-8bf6-e3fe309747ca","_postman_id":"43580b69-c989-4af0-8bf6-e3fe309747ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"支付","item":[{"name":"去支付","id":"b996fdf1-3a62-4425-8261-59eb0b7c801b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/pay/1?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","pay","1"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"df192e6b-ed99-43cb-ae49-dc818dae88ca","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/pay/1?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","pay","1"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"RedirectLink\": \"https://alipay.com/xxxxx\", // 可选\n    \"QrCode\": \"https://alipay.com/xxxxx\" // 可选\n}"},{"id":"dcbeb8ef-9db6-46fe-81e2-d2343508f8b7","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/pay/1?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","pay","1"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"解析支付网关响应出错\",\n    \"Ok\": false\n}"}],"_postman_id":"b996fdf1-3a62-4425-8261-59eb0b7c801b"},{"name":"获取可用支付网关","id":"b3ab0f0d-79e2-4625-b085-ad6b3ff96414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/gateways","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","gateways"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"842c0562-2475-48b6-a415-0b01cfbc1b0a","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/gateways"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 2, // 网关ID\n            \"name\": \"EPay\", // 网关名称\n            \"currency\": \"\", // 货币转换\n            \"fixed_fee\": 0.00, // 固定手续费\n            \"fee\": 1.00 // 手续费百分比\n        },\n        {\n            \"id\": 1,\n            \"name\": \"USDT\",\n            \"currency\": \"\",\n            \"fixed_fee\": 0.00,\n            \"fee\": 0.00\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"3fa3c971-2b40-4f3c-bd20-e0c1cacd01c2","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/gateways"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b3ab0f0d-79e2-4625-b085-ad6b3ff96414"}],"id":"fb4409d2-7306-470d-809f-364edc779e2f","_postman_id":"fb4409d2-7306-470d-809f-364edc779e2f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"系统","item":[{"name":"获取系统授权","id":"07fa87c8-1d77-4fcc-b3ef-ae49ea3f307d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/license","urlObject":{"path":["ajax","license"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4e4df080-7db2-4810-8a5e-09cb1905a432","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Type\": \"online\", // local 本地部署 online 本地部署 (在线授权) cloud 云面板\n        \"Valid\": true, // 是否授权\n        \"Level\": \"dev\", // personal 个人版 pro 专业版 business 商业版 dev 开发测试版\n        \"Until\": 0 // 时间戳 0为永久\n    },\n    \"Ok\": true\n}"},{"id":"f9613765-5065-4eab-9562-35b7e0c436bd","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"07fa87c8-1d77-4fcc-b3ef-ae49ea3f307d"},{"name":"获取系统设置","id":"7b15b709-b5f8-4d36-8ada-f10f692f56ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/settings","urlObject":{"path":["ajax","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"580925d9-5d26-464f-b465-0c8a758113df","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"version\": \"\", // 版本号\n        \"site_name\": \"\", // 站点名称\n        \"script_mirror\": \"\", // 脚本源\n        \"install_arguments\": \"\", // 安装脚本参数\n        \"pkg_mirror\": \"\", // 安装源\n        \"register\": \"false\", // 是否开启注册\n        \"register_invite\": \"false\", // 注册需要邀请码\n        \"register_recaptcha\": \"true\", // 是否开启注册验证码\n        \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\n        \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\n        \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\n        \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\n    },\n    \"Ok\": true\n}"},{"id":"44efb91b-e539-46a9-a648-30297debc897","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"7b15b709-b5f8-4d36-8ada-f10f692f56ab"},{"name":"获取插件页面","id":"ea506507-017a-4856-8552-27b97cd3b390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/pages","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","pages"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4c90a580-a1bf-402b-a509-cc78392c9858","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        { // 页面\n            \"name\": \"Demo\", // 显示名称\n            \"icon\": \"event\", // 图标 (可为空)\n            \"path\": \"/demo\" // 路径\n        },\n        { // 页面\n            \"name\": \"test\", // 显示名称\n            \"icon\": \"\", // 图标 (可为空)\n            \"path\": \"/test\" // 路径\n        },\n        { // 菜单\n            \"name\": \"SDK\", // 显示名称\n            \"icon\": \"event\", // 图标 (可为空)\n            \"pages\": [ // 子页面\n                {\n                    \"name\": \"A\", // 显示名称\n                    \"icon\": \"event\", // 图标 (可为空)\n                    \"path\": \"/sdk/a\" // 路径\n                },\n                {\n                    \"name\": \"B\", // 显示名称\n                    \"icon\": \"\", // 图标 (可为空)\n                    \"path\": \"/sdk/b\" // 路径\n                }\n            ]\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"53097ba5-e9bb-4316-bfab-67f2435b10a2","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"ea506507-017a-4856-8552-27b97cd3b390"},{"name":"获取插件脚本","id":"98a268d2-09ec-458b-9d8d-72a987be9dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/scripts","urlObject":{"path":["ajax","scripts"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c0c4e94f-8eb1-42a7-ba31-f8b2f5dbae59","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/scripts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        \"/src/sdk/xxx.js\",\n        \"https://example.com/sdk.js\"\n    ],\n    \"Ok\": true\n}"},{"id":"f90588e2-39c7-4e9a-b25d-9c3825f429b5","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/scripts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"98a268d2-09ec-458b-9d8d-72a987be9dec"}],"id":"70c05a6c-be02-43cf-a155-5b5f2abc0245","_postman_id":"70c05a6c-be02-43cf-a155-5b5f2abc0245","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"状态","item":[{"name":"节点状态","id":"8b987b2f-cd29-412e-bf66-c88e5a66319e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/status","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ws","status"],"host":["wss://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c73cb1ef-5801-4d28-a786-f890d61fe807","name":"成功","originalRequest":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/status"},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Now\": 1703940339, // 面板当前时间戳\n    \"Nodes\": {\n        \"1\": [ // 节点ID\n            {\n                \"SessionId\": \"xxx\", // 节点Session ID\n                \"Host\": {\n                    \"Platform\": \"debian\", // 系统\n                    \"PlatformVersion\": \"12.4\", // 系统版本号\n                    \"CPU\": [\n                        \"Intel(R) Xeon(R) CPU @ 2.00GHz 0 Virtual Core\"\n                    ], // CPU型号 \n                    \"MemTotal\": 1534046208, // 内存大小 (单位 b)\n                    \"DiskTotal\": 82324262912, // 硬盘大小 (单位 b)\n                    \"SwapTotal\": 12884893696, // Swap大小 (单位 b)\n                    \"Arch\": \"x86_64\", // 架构\n                    \"Virtualization\": \"kvm\", // 虚拟化类型\n                    \"BootTime\": 1702396211, // 启动时间\n                    \"IPv4\": \"\", // 节点 IPv4 地址 (仅管理员可见)\n                    \"IPv6\": \"\", // 节点 IPv6 地址 (仅管理员可见)\n                    \"CountryCode\": \"hk\", // 节点国家/地区代码\n                    \"Version\": \"1.1.6 (Core 1.2)\" // 后端版本号\n                },\n                \"State\": {\n                    \"CPU\": 8.695652162176149, // CPU占用\n                    \"MemUsed\": 693018624, // 已用内存 (单位 b)\n                    \"SwapUsed\": 0, // 已用Swap (单位 b)\n                    \"DiskUsed\": 13527203840, // 已用硬盘 (单位 b)\n                    \"NetInTransfer\": 369880001107, // 下载总流量 (单位 b)\n                    \"NetOutTransfer\": 358743466647, // 上传总流量 (单位 b)\n                    \"NetInSpeed\": 228448, // 下载速度 (单位 b/s)\n                    \"NetOutSpeed\": 222189, // 上传速度 (单位 b/s)\n                    \"Uptime\": 1544128, // 已启动时间 (单位 秒)\n                    \"Load1\": 0.08, // 近1分钟内平均负载\n                    \"Load5\": 0.06, // 近5分钟内平均负载\n                    \"Load15\": 0.06, // 近15分钟内平均负载\n                    \"TcpConnCount\": 298, // TCP连接数\n                    \"UdpConnCount\": 1, // UDP连接数\n                    \"ProcessCount\": 76 // 进程数量\n                },\n                \"Active\": 1703940339 // 节点上报时间 (超过多少秒视为掉线)\n            }\n        ]\n    }\n}"},{"id":"706117b8-e33b-4d0d-9ff6-8e785c4fa13e","name":"失败","originalRequest":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b987b2f-cd29-412e-bf66-c88e5a66319e"}],"id":"37227ab0-dff4-489c-be01-820646239d86","_postman_id":"37227ab0-dff4-489c-be01-820646239d86","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"Looking Glass","item":[{"name":"Ping","id":"46ae0846-02c2-447b-8bbb-98ec26162046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/looking-glass/ping?node=1&host=1.1.1.1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ws","looking-glass","ping"],"host":["wss://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"}],"variable":[]}},"response":[{"id":"cdc4d86b-d85e-4de0-b38d-184d6fdf14cd","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/ping?node=1&host=1.1.1.1","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","ping"],"query":[{"key":"node","value":"1","description":"节点ID\n"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"PING 1.1.1.1 (1.1.1.1):\\n\",\n    \"Ok\": true\n}"},{"id":"d9eee221-06de-40d4-a511-e1a915167737","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/ping?node=1&host=1.1.1.1","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","ping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"46ae0846-02c2-447b-8bbb-98ec26162046"},{"name":"TCPing","id":"15a7b10a-8dd4-49b0-8dfb-d92fbd73639c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/looking-glass/tcping?node=1&host=1.1.1.1&port=80","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","looking-glass","tcping"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"},{"description":{"content":"<p>端口号</p>\n","type":"text/plain"},"key":"port","value":"80"}],"variable":[]}},"response":[{"id":"24284010-f79c-4e66-ab7f-5d8c01df5f92","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/looking-glass/tcping?node=1&host=dns.google&port=80","host":["https://dev.zeroteam.top"],"path":["ajax","looking-glass","tcping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"dns.google","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口号"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"8.8.8.8\": \"3 ms\",\n        \"8.8.4.4\": \"3 ms\"\n    },\n    \"Ok\": true\n}"},{"id":"73d5452c-95b8-4526-8c2b-d64d1f54b839","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/looking-glass/tcping?node=1&host=1.1.1.1&port=80","host":["https://dev.zeroteam.top"],"path":["ajax","looking-glass","tcping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口号"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"15a7b10a-8dd4-49b0-8dfb-d92fbd73639c"},{"name":"MTR","id":"7a663c96-8cd6-4b1e-83b7-4be0550eefa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/looking-glass/mtr?node=1&host=1.1.1.1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ws","looking-glass","mtr"],"host":["wss://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"}],"variable":[]}},"response":[{"id":"428e8b01-0e2c-40a6-903f-f281a06932d7","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/mtr?node=1&host=1.1.1.1","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","mtr"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Avg\": 3,\n        \"Best\": 3,\n        \"Host\": \"1.1.1.1\",\n        \"Last\": 3,\n        \"LossPercent\": 0,\n        \"Sent\": 5,\n        \"TTL\": 4,\n        \"Worst\": 3\n    },\n    \"Ok\": true\n}"},{"id":"54b0c653-4726-4985-a6c6-14583dfc235b","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/mtr?node=1&host=1.1.1.1","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","mtr"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"7a663c96-8cd6-4b1e-83b7-4be0550eefa6"},{"name":"IPerf3","id":"96175f17-ac9e-4d33-9908-6eecb6b50e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ws","looking-glass","iperf3"],"host":["wss://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"},{"description":{"content":"<p>端口</p>\n","type":"text/plain"},"key":"port","value":"80"},{"description":{"content":"<p>线程数量</p>\n","type":"text/plain"},"key":"parallel","value":"1"},{"description":{"content":"<p>下载模式 ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"reverse","value":"true"},{"description":{"content":"<p>是否使用UDP ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"udp","value":"true"},{"description":{"content":"<p>是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"ipv6","value":"true"}],"variable":[]}},"response":[{"id":"f1e25b19-78ab-4c0b-9520-caaa6cd14032","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","iperf3"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口"},{"key":"parallel","value":"1","description":"线程数量"},{"key":"reverse","value":"true","description":"下载模式 ( true 开 / false 关 ) 默认 关"},{"key":"udp","value":"true","description":"是否使用UDP ( true 开 / false 关 ) 默认 关"},{"key":"ipv6","value":"true","description":"是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Id\": \"ID\",\n        \"Interval\": \"\",\n        \"Transfer\": \"\",\n        \"Bitrate\": \"\",\n        \"Retr\": 0,\n        \"Cwnd\": \"\",\n        \"Jitter\": \"\",\n        \"Datagrams\": \"\",\n        \"Tag\": \"\",\n        \"Raw\": \"[ ID] Interval           Transfer     Bitrate         Retr  Cwnd\",\n        \"Traffic\": 0\n    },\n    \"Ok\": true\n}"},{"id":"46e78f5b-d22e-49e1-8727-0d68ef256593","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","host":["wss://dev.zeroteam.top"],"path":["ws","looking-glass","iperf3"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口"},{"key":"parallel","value":"1","description":"线程数量"},{"key":"reverse","value":"true","description":"下载模式 ( true 开 / false 关 ) 默认 关"},{"key":"udp","value":"true","description":"是否使用UDP ( true 开 / false 关 ) 默认 关"},{"key":"ipv6","value":"true","description":"是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"96175f17-ac9e-4d33-9908-6eecb6b50e82"}],"id":"3ba4737c-fe0f-4bf0-9fe5-f62838fbf87f","_postman_id":"3ba4737c-fe0f-4bf0-9fe5-f62838fbf87f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"管理员区","item":[{"name":"用户","item":[{"name":"余额","item":[{"name":"获取余额变更日志","id":"482545e3-e36c-4cf1-937b-43201369defd","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user/balance/logs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"6fdf29cb-33e8-4224-b0bd-4af9e518d86a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (充值), cdkey (兑换码), invite_reward (通过邀请码注册奖励), affiliate_payout (邀请奖提现至余额), buy_plan (购买套餐), manual_renew (手动续费), manual_reset_traffic (手动重置流量), auto_renew (自动续费), auto_reset_traffic (自动重置流量), admin_edit (管理员修改)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"5d6269d1-7832-4c04-bce2-db29a364f90a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"482545e3-e36c-4cf1-937b-43201369defd"},{"name":"重置余额变更日志","id":"5566efb7-8207-45f3-8cb0-d5fd91d4ab53","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user/balance/logs?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b376575b-62a8-43b9-b5ba-7e859f1bb9d5","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/balance/logs?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"3b1b3141-cbda-44cb-b1be-0b0bfce4f25c","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/balance/logs?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5566efb7-8207-45f3-8cb0-d5fd91d4ab53"}],"id":"8c9c79d4-c9ad-4c51-9e6c-6087ebcad45a","_postman_id":"8c9c79d4-c9ad-4c51-9e6c-6087ebcad45a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"邀请","item":[{"name":"获取受邀用户列表","id":"14005dcf-0d8b-4a5c-830b-d90c623ecd05","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user/affiliate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 邀请人ID</p>\n","type":"text/plain"},"key":"invite_user_id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"first_charged"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"9f41810a-31a1-4bdf-a56c-475dc586016d","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","affiliate"],"query":[{"key":"invite_user_id","value":"1","description":"[可选] 邀请人ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 被邀请用户ID\n            \"invite_user_id\": 1, // 邀请用户ID\n            \"first_charged\": false, // 已完成首单充值\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"46e63ee5-4458-4b14-91a5-ba374fe13693","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","affiliate"],"query":[{"key":"invite_user_id","value":"1","description":"[可选] 邀请人ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"14005dcf-0d8b-4a5c-830b-d90c623ecd05"}],"id":"7e30aba3-57ba-4a9e-8a42-542956210f70","_postman_id":"7e30aba3-57ba-4a9e-8a42-542956210f70","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"获取全部用户","id":"5e7a538d-5396-45a3-acd9-a2db2a3c689a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"8b16b024-c127-4f6a-8c85-7a0fff2ad390","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 用户ID\n            \"username\": \"demo\", // 用户名\n            \"name\": \"demo\", // 昵称\n            \"plan_id\": 0, // 套餐ID\n            \"permission_id\": 0, // 权限组ID\n            \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n            \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n            \"auto_renew\": false, // 自动续费状态\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"traffic\": 0, // 总流量 (单位 b)\n            \"traffic_used\": 0, // 已用流量 (单位 b)\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"balance\": 0, // 余额\n            \"price\": 0, // 续费价格 (单位 元)\n            \"period\": 0, // 套餐周期 (单位 天)\n            \"permission\": 2, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n            \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n            \"last_ip\": \"1.2.3.4\", // 上次登录IP \n            \"last_active\": \"2024-01-06 00:00:00\", // 上次登录时间\n            \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"ced08f34-2d6d-4275-8b1f-118301ad39e1","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"5e7a538d-5396-45a3-acd9-a2db2a3c689a"},{"name":"获取指定用户","id":"1769e6e6-af99-40f3-a295-994f8d5c2dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"53276936-1068-4f7f-b4c3-7171c356a3d0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发) \n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 2, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"last_ip\": \"1.2.3.4\", // 上次登录IP \n        \"last_active\": \"2024-01-06 00:00:00\", // 上次登录时间\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    },\n    \"Ok\": true\n}"},{"id":"2f140cf9-4c0e-4ddf-883f-9ee02e37f60a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此用户不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"1769e6e6-af99-40f3-a295-994f8d5c2dd3"},{"name":"添加用户","id":"91ad3611-a2d7-4751-9bee-fdbf56f6ab49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/user","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"1b7c810b-ccdf-4505-86c7-517cd6c82a2d","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"8d00a63a-ea45-45e1-b9c9-f4c536444f70","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"91ad3611-a2d7-4751-9bee-fdbf56f6ab49"},{"name":"编辑用户","id":"6d583fcb-70b3-4680-b9e3-39f644e81429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/user?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"93a18eaf-d419-4dea-a473-30557bfd090a","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"9768f7bd-8b8d-489c-bbd6-aa473873113a","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6d583fcb-70b3-4680-b9e3-39f644e81429"},{"name":"删除用户","id":"27ec568b-9052-49dd-9050-e4afefdffcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/user?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"364e3a60-b854-4ffc-a1db-615d84dff361","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f043c455-fe13-4987-89ca-b60a0e777737","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"27ec568b-9052-49dd-9050-e4afefdffcfd"},{"name":"重置用户已用流量","id":"4591f6cd-c6bd-4db9-87d6-2fac7f163029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/ajax/admin/user/resetTraffic?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","user","resetTraffic"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4fcff6da-e06a-493c-b0c3-c5e34471d31d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/resetTraffic?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","resetTraffic"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f5a17ea7-e98e-40b6-aa69-506169b161ea","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/user/resetTraffic?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","user","resetTraffic"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此用户不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"4591f6cd-c6bd-4db9-87d6-2fac7f163029"}],"id":"f46cccf6-c6a8-4f6d-9421-3ba9762e2f16","_postman_id":"f46cccf6-c6a8-4f6d-9421-3ba9762e2f16","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"邀请","item":[{"name":"邀请奖励余额","item":[{"name":"获取余额变更日志","id":"a9e400e6-9647-4ba9-b01f-4d111ef476dc","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"cc349ef0-6c78-48f5-9047-8061ffb7e151","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (被邀请用户充值), payout (提现)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"07fd9a79-b7b5-4432-ab62-6b3289a12f9f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a9e400e6-9647-4ba9-b01f-4d111ef476dc"},{"name":"重置余额变更日志","id":"58aa67c8-011f-4160-85ca-5ff21c879960","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs?user_id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"923aa7bb-2317-41ba-ba4e-d991e2b894a5","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"58204d8a-204c-4e85-be42-c1fb534a3447","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/balance/logs?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"58aa67c8-011f-4160-85ca-5ff21c879960"}],"id":"8647ecb9-ff47-4435-855c-9cf22f8a0762","_postman_id":"8647ecb9-ff47-4435-855c-9cf22f8a0762","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"获取邀请信息","id":"056698e7-d032-4938-a053-e9f6967dcd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/affiliate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"code"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"AABBCC"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"98eb01ee-4417-4ef1-be0e-54716532ceb3","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"code","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"AABBCC","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 0, // ID\n            \"user_id\": 0, // 用户 ID\n            \"code\": \"\", // 邀请码\n            \"balance\": \"\", // 邀请奖励余额\n            \"created_at\": \"2024-05-13\" // 激活时间 \n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"98ba5f0f-b245-489e-9943-757edf163575","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"code","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"AABBCC","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"056698e7-d032-4938-a053-e9f6967dcd91"},{"name":"获取指定用户邀请信息","id":"e2e1fdac-8318-4560-88e1-baa03504ac73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/affiliate?user_id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"b95b2a27-cddb-4d20-98f5-1bed8eb351b5","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": {\n        \"user_id\": 0, // 用户 ID\n        \"code\": \"\", // 邀请码\n        \"balance\": \"\", // 邀请奖励余额\n        \"created_at\": \"2024-05-13\" // 激活时间 \n    }\n}"},{"id":"769a1e6b-8a84-4362-aa3d-fee765f9502d","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e2e1fdac-8318-4560-88e1-baa03504ac73"},{"name":"提现邀请奖励","id":"aa380596-a603-4db5-8793-c3078d5f975f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>提现金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/admin/affiliate/payout?user_id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","affiliate","payout"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"32e10e7a-6c04-4104-851a-84def310891e","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"提现金额","type":"text"}]},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/payout?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","payout"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"9c031980-dbc1-40cc-a1d8-80ff7f8d7a56","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","equals":true,"description":"提现金额"}]},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/affiliate/payout?user_id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","affiliate","payout"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"aa380596-a603-4db5-8793-c3078d5f975f"}],"id":"f66969f5-d541-4e7b-bafe-bbfcf3279617","_postman_id":"f66969f5-d541-4e7b-bafe-bbfcf3279617","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"转发管理","item":[{"name":"转发规则","item":[{"name":"获取全部规则","id":"b4f17421-1eb4-499e-a017-aa0875994dfb","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"572464b6-6ba4-4c91-83bc-4fa27b8234e4","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n            \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"outbound\": \"\", // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_node\": 0, // 出口节点\n            \"dest_device\": 0, // 出口设备\n            \"dest_sync\": false // 出口同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"20509549-becf-4356-938f-dc471ad46794","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b4f17421-1eb4-499e-a017-aa0875994dfb"},{"name":"获取指定规则","id":"1f7c95eb-16fe-48c5-89b1-4583edd3ea9c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fac4a126-50a7-45e6-aaa8-59d5308eb6e8","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n        \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"outbound\": \"\", // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_node\": 0, // 出口节点\n        \"dest_device\": 0, // 出口设备\n        \"dest_sync\": false // 出口同步状态\n    },\n    \"Ok\": true\n}"},{"id":"72e2b857-579e-47e8-9952-245e5d14e38e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1f7c95eb-16fe-48c5-89b1-4583edd3ea9c"},{"name":"修改规则","id":"6b5f7229-600f-4f83-be22-c1e3fdf58ecc","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3db17432-92cf-459d-80ce-bb8107c6e43d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d77ecb47-4bea-40b3-bcea-1ca25c79af2f","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6b5f7229-600f-4f83-be22-c1e3fdf58ecc"},{"name":"删除规则","id":"fe901837-dbff-4629-8283-7948afc81677","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"d719a0a9-9780-4385-b95f-0b3ae79f6774","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"adf1cae4-405a-49b0-b40b-b123f24422fa","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fe901837-dbff-4629-8283-7948afc81677"},{"name":"重启规则","id":"d5b8ba0d-5790-428a-9dc1-6191e8ad1ee8","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/restart?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"2e7b0a67-5713-4833-912c-15dde164b782","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"d01b0019-3ba0-4a80-bc5b-d1b9a556da45","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d5b8ba0d-5790-428a-9dc1-6191e8ad1ee8"},{"name":"暂停规则","id":"e756c10a-c0a9-43bb-a3fe-c495a1a502aa","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/stop?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"5cf9c1b7-2946-42ec-a34d-f103f4da69ff","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"04b06029-2364-408c-b890-8e8a33956588","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e756c10a-c0a9-43bb-a3fe-c495a1a502aa"},{"name":"启用规则","id":"75d22b8b-9edf-437f-9714-5ac271ab9b15","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/start?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"8bdea738-2ee1-4723-979b-95cc61452c77","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"ab4baca3-315d-40ab-a8f0-e30a160cda46","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"75d22b8b-9edf-437f-9714-5ac271ab9b15"},{"name":"封禁规则","id":"28d9ba86-dc4a-436d-82c8-ddf17ae69018","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/ban?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","ban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"edf1228b-69b0-4135-9f8e-e2918d8b893b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"1835ecec-d3ff-48e3-8c25-c8de2e5f4988","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"28d9ba86-dc4a-436d-82c8-ddf17ae69018"},{"name":"解封规则","id":"5a05811d-c515-46ce-9c54-9cb0371fe6c5","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/unban?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","unban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"6525643c-3c29-4b50-846b-96c2d2efea36","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"9346f4a4-417c-4f08-ab71-89ebe3e3c08b","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5a05811d-c515-46ce-9c54-9cb0371fe6c5"},{"name":"规则流量统计","id":"bcf447b2-056d-4e7e-9754-64607f93adb1","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"546ef48e-18f2-4793-9fe1-1c503f2ca45f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"a2b2e603-c6e4-467f-a835-d915372ff114","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"bcf447b2-056d-4e7e-9754-64607f93adb1"},{"name":"重置规则流量统计","id":"4d298aa4-a375-403c-b499-3f76113284c3","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"85e5c760-765d-4a61-b1f9-aaf7eaf566c0","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d3b26598-2c8b-4b76-b890-7b04ec88c8fb","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"4d298aa4-a375-403c-b499-3f76113284c3"},{"name":"规则诊断","id":"9f64da3b-2e43-4113-83ef-7b6e2a7f58f9","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/forward_rule/debug?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4d16d243-304b-41c9-ad3b-6a8c4c0d622b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"example.com:443\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:24\", // 出口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"localhost:22\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"fde24732-2d85-41df-a65f-7aaa7e2832b1","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 出口节点反馈状态\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"499b654c-1464-4f12-91e1-edeb3538d1e9","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null,\n    \"OutBound\": null, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"f1019253-7669-4d14-9361-c2b5cf953318","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"9f64da3b-2e43-4113-83ef-7b6e2a7f58f9"}],"id":"61d16f7e-99c9-4a96-bd8e-f348076dc8c6","_postman_id":"61d16f7e-99c9-4a96-bd8e-f348076dc8c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部规则","id":"a9b75f1b-7801-40d3-9417-94c7ea07c856","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"8dd3555f-16d0-4934-916b-3071f0678d42","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_device\": 0, // 内网设备\n            \"dest_sync\": false // 内网设备同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"450d93d8-fbe4-40e3-82b9-bcd92a5bd86b","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a9b75f1b-7801-40d3-9417-94c7ea07c856"},{"name":"获取指定规则","id":"da706396-c264-4eb1-a2b4-25c4fe9dc53c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"074d3888-e1f0-4e47-9ec9-f5cadff02077","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_device\": 0, // 内网设备\n        \"dest_sync\": false // 内网设备同步状态\n    },\n    \"Ok\": true\n}"},{"id":"59c2bec8-12f9-473d-998c-d42e68751c98","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"da706396-c264-4eb1-a2b4-25c4fe9dc53c"},{"name":"修改规则","id":"53f09c41-d256-45bd-8dfc-1b78f684fe03","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"ab3f3f15-925f-4c05-b09b-842af0dc4738","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"e4403683-b4c2-4cab-b97f-77e6569b1b9b","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"53f09c41-d256-45bd-8dfc-1b78f684fe03"},{"name":"删除规则","id":"36503ebf-f560-492a-8c2e-98cc707a8a2b","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"e46755e4-9b9f-4e3f-9629-6c962a5cf52c","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"50854ce4-52f8-4700-a3df-85ef2978be0a","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"36503ebf-f560-492a-8c2e-98cc707a8a2b"},{"name":"重启规则","id":"2cfee6ad-f9ed-4c71-919d-729e4cd45c87","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/restart?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"98040326-f5c1-412c-86f1-5e63234bd9af","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"21cc6022-dd63-4caa-b841-c9ca85e4cb85","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"2cfee6ad-f9ed-4c71-919d-729e4cd45c87"},{"name":"暂停规则","id":"712a356b-ef85-4300-831e-46a0adc302bc","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/stop?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f6fc2e9c-a9e2-43a2-8e9a-78a1014defa3","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"f7f58348-5011-452e-b097-6060ecfa39ee","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"712a356b-ef85-4300-831e-46a0adc302bc"},{"name":"启用规则","id":"e7427635-3e97-4411-a3ef-2a13f2cdeb5e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/start?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"bb454f0a-a675-45ab-a8b5-c868dbb9fd36","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"b72fa0dc-4bed-4468-b299-dfbe92c4ce71","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e7427635-3e97-4411-a3ef-2a13f2cdeb5e"},{"name":"封禁规则","id":"64593fab-e086-4816-b860-2aae32d84bda","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/ban?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","ban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"6c4e946b-7b52-479d-a4b2-c7a4ad2c5675","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"e3d3e44f-aabf-4b9e-a4d8-901f2eee3f2c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"64593fab-e086-4816-b860-2aae32d84bda"},{"name":"解封规则","id":"ffe208e1-95f2-4ffb-9417-1337225b593c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/unban?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","unban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9ed57eff-0330-4abb-b85a-31e78291c557","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"b745b8a2-ea87-46b8-9aac-27f4e4b0c4ed","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ffe208e1-95f2-4ffb-9417-1337225b593c"},{"name":"规则流量统计","id":"e9d05cf8-fd29-4a0a-a656-0073da000c3e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"d8b701bd-53a2-4edc-8741-5b43335940a3","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"f4ddbc4e-914a-41a1-b284-ec539e719052","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e9d05cf8-fd29-4a0a-a656-0073da000c3e"},{"name":"重置规则流量统计","id":"1b467745-e272-43f3-bc82-7bc0c5dfbd33","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"64d63f1c-1f12-4174-b6b6-cbd847f867b5","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"914934f4-5ee4-4e7a-bbfd-33b34a801baa","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1b467745-e272-43f3-bc82-7bc0c5dfbd33"},{"name":"规则诊断","id":"c34b91ab-21f6-48fa-adb9-a051508b6ace","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/debug?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"34b32681-42eb-4479-b4ef-4b317b49203b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"RClient\": {\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回连接信息\n                        \"TCP\": \"已连接 (1.2.3.4:12345)\",\n                        \"UDP\": \"已连接 (1.2.3.4:12345)\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    }\n}"},{"id":"3ad84c24-127b-49b1-a966-4031028c285f","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    }\n}"},{"id":"11fc2c60-9622-4906-baac-f23763522c35","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null\n}"},{"id":"5703ef96-702a-486b-a745-48ea7138dcf4","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c34b91ab-21f6-48fa-adb9-a051508b6ace"}],"id":"80cc31e5-e9a4-4880-9206-14eb12fce70f","_postman_id":"80cc31e5-e9a4-4880-9206-14eb12fce70f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"7642879f-8629-43e9-8acb-b117e390a0f5","_postman_id":"7642879f-8629-43e9-8acb-b117e390a0f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"套餐","item":[{"name":"获取全部套餐","id":"19137197-b760-4ad4-9abf-c341c1dc4f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plan","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"80657ffe-18ee-40f5-a1a7-eb801d9b5b48","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 套餐ID\n            \"order\": 0, // 套餐排序\n            \"name\": \"Test Plan\", // 套餐名称\n            \"permission_id\": 1, // 权限组ID\n            \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS (0为不限制)\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"traffic\": 0, // 套餐流量 (单位 b)\n            \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\n            \"price\": 0, // 价格 (单位 元)\n            \"period\": 0, // 时长 (单位 天)\n            \"note\": \"\" // 说明\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"35f7f206-cd05-44d7-a2dd-fa90d104790c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"19137197-b760-4ad4-9abf-c341c1dc4f4c"},{"name":"获取指定套餐","id":"d60c8780-7fd9-48fc-8c0f-fe346a3a2ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plan?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"968eda14-895a-47e7-bfd2-e97c366aff20","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 套餐ID\n        \"order\": 0, // 套餐排序\n        \"name\": \"Test Plan\", // 套餐名称\n        \"permission_id\": 1, // 权限组ID\n        \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS (0为不限制)\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"traffic\": 0, // 套餐流量 (单位 b)\n        \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\n        \"price\": 0, // 价格 (单位 元)\n        \"period\": 0, // 时长 (单位 天)\n        \"note\": \"\" // 说明\n    },\n    \"Ok\": true\n}"},{"id":"d2e12291-dcf6-4566-abcd-beaef1599db8","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"2","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此套餐不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"d60c8780-7fd9-48fc-8c0f-fe346a3a2ab2"},{"name":"添加套餐","id":"1dd08ecc-115f-43ed-a969-92dd8528129a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/plan","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4f7dccea-bea1-4c45-9598-9e81e7498e96","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"aa9fad57-d9bb-4f4e-986a-5af9b25d8f35","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1dd08ecc-115f-43ed-a969-92dd8528129a"},{"name":"编辑套餐","id":"970a0a31-5a10-4aae-ba2c-5fceb6cb99c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/plan?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"bf7fa310-68eb-4064-8871-ed31ab63e597","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"1fc6db39-c273-4f78-93df-3b023b69865b","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"970a0a31-5a10-4aae-ba2c-5fceb6cb99c3"},{"name":"删除套餐","id":"21df3ba1-f934-402f-8f73-596a41738eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plan?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"846757c6-d925-4c93-8790-f57297dda762","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f9f18366-ebd8-4b96-8a6a-488ab4e675bd","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"21df3ba1-f934-402f-8f73-596a41738eb0"},{"name":"套餐同步","id":"41580592-1393-475f-874b-02ad75ae944d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plan/sync?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plan","sync"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"721edbf0-a580-48a6-b189-992ebe219c88","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan/sync?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan","sync"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"c2414feb-e215-41a0-a252-5c443073f34b","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plan/sync?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plan","sync"],"query":[{"key":"id","value":"2","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此套餐不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"41580592-1393-475f-874b-02ad75ae944d"}],"id":"f57af46c-0f7e-4deb-98b9-5c16f13f435b","_postman_id":"f57af46c-0f7e-4deb-98b9-5c16f13f435b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"权限组","item":[{"name":"获取全部权限组","id":"3edf6322-7379-46e3-8891-6bef77bc9b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/permission","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"54b56f56-7af7-489a-bda8-35ebf111d36f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 权限组 ID\n            \"name\": \"\", // 权限组名称\n            \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n            \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n            \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"a9fb265a-4ae2-4c93-b0bb-8d2f9dafc9a2","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"3edf6322-7379-46e3-8891-6bef77bc9b3f"},{"name":"获取指定权限组","id":"52da2b65-e242-432a-8544-d93aa643144e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/permission?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"11bfeef9-3b21-40c0-b6a1-a287bf706088","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 权限组 ID\n        \"name\": \"\", // 权限组名称\n        \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n        \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n        \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n    },\n    \"Ok\": true\n}"},{"id":"2fc3982e-ccec-49c1-9fa2-bd7a31f095b5","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"2","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此权限组不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"52da2b65-e242-432a-8544-d93aa643144e"},{"name":"添加权限组","id":"438f96d9-3670-44b8-852d-6cfd9b520150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/permission","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"019893b5-25ca-4793-b230-1fd7d1773659","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"22eacb23-c7e5-42f2-9a00-7e295e98f762","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"438f96d9-3670-44b8-852d-6cfd9b520150"},{"name":"编辑权限组","id":"76498cdd-c511-45b1-a5d2-31d2850277f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/permission?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"723387d1-f5bd-4bc2-a2c0-23495be22b11","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"21ee9c8c-57a7-4d19-aa96-575ec12f933f","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"76498cdd-c511-45b1-a5d2-31d2850277f4"},{"name":"删除权限组","id":"9c8ba02f-137d-40f7-bf4d-4a679a696b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/permission?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3517a074-6c44-44e8-86b0-babbc99de5ca","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"79754e02-c0cc-426f-9e5e-418e8cee726e","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"9c8ba02f-137d-40f7-bf4d-4a679a696b7c"}],"id":"b18bb5d2-30de-4a80-bc77-c0d0a0721430","_postman_id":"b18bb5d2-30de-4a80-bc77-c0d0a0721430","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"节点","item":[{"name":"获取全部节点","id":"bd7925db-b2ed-4c28-b605-3681ff142ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/node","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"9ad99f87-d998-4838-8b36-65665888565c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 节点ID\n            \"order\": 0, // 节点排序\n            \"name\": \"\", // 节点名称\n            \"addr\": \"\", // 节点地址\n            \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\n            \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"protocol\": \"\", // 转发协议 (用 | 分割)\n            \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"outbounds\": {\n                \"CT\": \"192.168.1.1\"\n            }, // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\n            \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n            \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n            \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\n            \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\n            \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\n            \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\n            \"insecure\": false, // 允许不安全\n            \"traffic\": 1, // 流量倍率 (倍率)\n            \"speed\": 1, // 限速倍率 (速率)\n            \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n            \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n            \"advanced_security\": false, // 高级安全模式\n            \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n            \"firewall\": false, // 防火墙状态\n            \"detect_all_traffic\": false, // 检测全部流量\n            \"protect\": false, // 保护模式\n            \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\n            \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\n            \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\n            \"secret\": \"xxxxx\", // 节点密钥 \n            \"port_range\": \"10000-60000\", // 端口范围\n            \"reserved_ports\": \"\", // 保留的监听端口\n            \"reserved_target_ports\": \"\", // 保留的目标端口\n            \"note\": \"\", // 说明\n            \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"be0a8934-2f53-4bd9-8943-79f5edf134d9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"bd7925db-b2ed-4c28-b605-3681ff142ad6"},{"name":"获取指定节点","id":"298cb70a-0dd4-460e-af39-696270edc3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/node?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c2a9b03b-87aa-4089-8bec-9803bb863ec3","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 节点ID\n        \"order\": 0, // 节点排序\n        \"name\": \"\", // 节点名称\n        \"addr\": \"\", // 节点地址\n        \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个        \n        \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"protocol\": \"\", // 转发协议 (用 | 分割)\n        \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"outbounds\": {\n            \"CT\": \"192.168.1.1\"\n        }, // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\n        \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n        \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n        \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\n        \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\n        \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\n        \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\n        \"insecure\": false, // 允许不安全\n        \"traffic\": 1, // 流量倍率 (倍率)\n        \"speed\": 1, // 限速倍率 (速率)\n        \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n        \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n        \"advanced_security\": false, // 高级安全模式\n        \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n        \"firewall\": false, // 防火墙状态\n        \"detect_all_traffic\": false, // 检测全部流量\n        \"protect\": false, // 保护模式\n        \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\n        \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\n        \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\n        \"secret\": \"xxxxx\", // 节点密钥 \n        \"port_range\": \"10000-60000\", // 端口范围\n        \"reserved_ports\": \"\", // 保留的监听端口\n        \"reserved_target_ports\": \"\", // 保留的目标端口\n        \"note\": \"\", // 说明\n        \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n    },\n    \"Ok\": true\n}"},{"id":"34b2d2c6-4058-44b7-b500-b0f0019ecf43","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"2","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"298cb70a-0dd4-460e-af39-696270edc3d9"},{"name":"添加节点","id":"5ff6ac49-7c8b-4880-b96e-8571ea3cf032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/node","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","node"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"6be7d54d-6962-4d11-bc92-ab0f8fbb5416","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/node"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"0b231605-2d67-4734-a0a1-fafa8dd8ec2b","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/node"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5ff6ac49-7c8b-4880-b96e-8571ea3cf032"},{"name":"编辑节点","id":"1bcb3fed-9138-4b90-8f2a-81e111da251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/node?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1fd3c510-fbba-43c4-b61d-ba97d51c95b6","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"df849bfc-7a80-4911-b19f-6dbe5bc7fcde","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1bcb3fed-9138-4b90-8f2a-81e111da251f"},{"name":"删除节点","id":"30a256be-8329-4537-8680-96dfe8c4ec32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/node?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"a7a62a9d-9512-49b5-b117-2706d7e3af5e","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"ecb97d99-c1c6-4328-9a29-02b2010d1682","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"30a256be-8329-4537-8680-96dfe8c4ec32"},{"name":"网页终端","id":"e70e8c29-e98b-49fd-a9b6-655ce59ef09b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ws","terminal"],"host":["wss://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"description":{"content":"<p>节点会话ID (用于标识同一节点下多台机器)</p>\n","type":"text/plain"},"key":"session","value":"YOUR_MACHINE_SESSION_ID"}],"variable":[]}},"response":[{"id":"2db514c2-eaf7-4ce6-88a8-03de302efa4c","name":"终端 - 标准输入","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// WebSocket 数据类型: 二进制数据\r\n// WebSocket 载荷: xterm.js 二进制终端数据","options":{"raw":{"language":"json"}}},"url":{"raw":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","host":["wss://dev.zeroteam.top"],"path":["ws","terminal"],"query":[{"key":"id","value":"1","description":"节点ID"},{"key":"session","value":"YOUR_MACHINE_SESSION_ID","description":"节点会话ID (用于标识同一节点下多台机器)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"974f7dfe-18f6-4a72-8718-46491464d60d","name":"终端 - 窗口大小修改","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// WebSocket 数据类型: 文本数据\r\n// WebSocket 载荷: JSON\r\n{\r\n    \"Cols\": 1600, // 宽度 (数据类型 uint32)\r\n    \"Rows\": 800 // 高度 (数据类型 uint32)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","host":["wss://dev.zeroteam.top"],"path":["ws","terminal"],"query":[{"key":"id","value":"1","description":"节点ID"},{"key":"session","value":"YOUR_MACHINE_SESSION_ID","description":"节点会话ID (用于标识同一节点下多台机器)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"d1f9fea2-91a1-44dd-bf5c-2b57ddaaae22","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","host":["wss://dev.zeroteam.top"],"path":["ws","terminal"],"query":[{"key":"id","value":"1","description":"节点ID"},{"key":"session","value":"YOUR_MACHINE_SESSION_ID","description":"节点会话ID (用于标识同一节点下多台机器)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// WebSocket 数据类型: 二进制数据\n// WebSocket 载荷: xterm.js 二进制终端数据"},{"id":"6dda82d3-1b5e-4d7c-820c-e61d3e901a60","name":"失败-参数错误","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","host":["wss://dev.zeroteam.top"],"path":["ws","terminal"],"query":[{"key":"id","value":"1","description":"节点ID"},{"key":"session","value":"YOUR_MACHINE_SESSION_ID","description":"节点会话ID (用于标识同一节点下多台机器)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"f992d266-4638-4c1f-a49b-89a1220b865d","name":"失败-权限不足","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://dev.zeroteam.top/ws/terminal?id=1&session=YOUR_MACHINE_SESSION_ID","host":["wss://dev.zeroteam.top"],"path":["ws","terminal"],"query":[{"key":"id","value":"1","description":"节点ID"},{"key":"session","value":"YOUR_MACHINE_SESSION_ID","description":"节点会话ID (用于标识同一节点下多台机器)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e70e8c29-e98b-49fd-a9b6-655ce59ef09b"}],"id":"f5ba4831-155a-448c-a6ee-4306bfcfdef7","_postman_id":"f5ba4831-155a-448c-a6ee-4306bfcfdef7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"设备","item":[{"name":"单端隧道","item":[{"name":"获取全部设备","id":"7f87792b-2f56-42ec-b925-474f98b03a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/tunnel_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"67a24943-504f-4eb4-b83e-5ba7897f1b54","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/tunnel_device","host":["https://dev.zeroteam.top"],"path":["ajax","admin","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"ips\": \"\", // IPs\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"secure_port\": 0, // Secure 隧道端口\n            \"securex_port\": 0, // SecureX 隧道端口\n            \"tls_port\": 0, // TLS 隧道端口\n            \"tls_sni\": \"\", // TLS 隧道SNI\n            \"insecure\": false, // 允许不安全\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"92412a3d-2cd6-492f-bce2-9064a394e02c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/tunnel_device","host":["https://dev.zeroteam.top"],"path":["ajax","admin","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7f87792b-2f56-42ec-b925-474f98b03a07"},{"name":"获取指定设备","id":"a92f86af-9cfb-4d0f-9470-a07a64882812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/tunnel_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"6c59b1aa-e6b5-4e41-b8e7-9011ba259cb4","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"ips\": \"\", // IPs\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"secure_port\": 0, // Secure 隧道端口\n        \"securex_port\": 0, // SecureX 隧道端口\n        \"tls_port\": 0, // TLS 隧道端口\n        \"tls_sni\": \"\", // TLS 隧道SNI\n        \"insecure\": false, // 允许不安全\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"d3e5947d-4371-47f5-acfe-68db151d4221","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a92f86af-9cfb-4d0f-9470-a07a64882812"}],"id":"1eaedf3a-bbc6-44c1-8442-0815eb52ae8a","_postman_id":"1eaedf3a-bbc6-44c1-8442-0815eb52ae8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部设备","id":"7ae9f31a-6dfe-45dc-8431-290fb143665d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_device","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"1674bdea-75f7-4881-8d2a-304838c6ef66","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_device","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"cb3e1fdd-ff3b-4463-a5db-ad97d6f8e651","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_device","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7ae9f31a-6dfe-45dc-8431-290fb143665d"},{"name":"获取指定设备","id":"730f3489-faa4-4258-a981-0547bf65cd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/nat_device?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"804abeb3-0536-46c9-879c-ce502034fd2c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"6e26f9bb-ee03-416c-a733-ff6dd42eb551","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"730f3489-faa4-4258-a981-0547bf65cd19"}],"id":"38d6fba8-46da-4792-b2c2-c5d9ae8d7146","_postman_id":"38d6fba8-46da-4792-b2c2-c5d9ae8d7146","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"e8f191b6-87dd-4065-84a2-ea4fbc221a9f","_postman_id":"e8f191b6-87dd-4065-84a2-ea4fbc221a9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"公告","item":[{"name":"获取全部公告","id":"546ea745-7216-484d-93a4-d74feefb2bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/announcement","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"a6667083-b919-4d0c-92af-0461c2984aab","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 公告ID\n            \"title\": \"测试\", // 标题\n            \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n            \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"69a1de71-5bee-4f28-b7bc-f060be9189b3","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"title","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"546ea745-7216-484d-93a4-d74feefb2bd3"},{"name":"获取指定公告","id":"4cd54adb-9beb-4a06-a04d-e66b01282554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1bc08130-07cb-499a-812c-59cd51ca4bcb","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 公告ID\n        \"title\": \"测试\", // 标题\n        \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n        \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n    },\n    \"Ok\": true\n}"},{"id":"722ab3a4-63ad-4f54-aa31-19db6e3922c9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"2","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此公告不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"4cd54adb-9beb-4a06-a04d-e66b01282554"},{"name":"添加公告","id":"dc25b34b-c21a-4cee-889d-4dac797d72b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/announcement","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"ad7d4829-f8a9-4e24-a89d-fd5f1370ec7a","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/announcement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"ccc70341-9b9c-4837-aef9-1bebe45bf939","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/announcement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"dc25b34b-c21a-4cee-889d-4dac797d72b4"},{"name":"编辑公告","id":"7bede2e4-d1d2-4b0e-8e39-ede3e2fd5b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7b9bd173-bc39-48be-92d7-d62593b15b91","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"69c7aed8-532c-4b65-a2c6-67b48ed97c03","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7bede2e4-d1d2-4b0e-8e39-ede3e2fd5b72"},{"name":"删除公告","id":"f8a34fd0-be5f-4028-b5fe-5fab31496118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"af77c1f6-5081-4e70-b24c-53233e4ed0fb","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d162696f-af40-462f-bd6e-bbc8d1b9f8ce","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f8a34fd0-be5f-4028-b5fe-5fab31496118"}],"id":"1ef7caea-e720-4884-b93f-34c5307a9693","_postman_id":"1ef7caea-e720-4884-b93f-34c5307a9693","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"账单","item":[{"name":"获取全部账单","id":"b5302810-e151-4165-9e52-d75abc1f0870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/invoice","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"amount"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1.00"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"8b372f03-bea0-428e-b0fd-317c3611e5b5","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/invoice","host":["https://dev.zeroteam.top"],"path":["ajax","admin","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1, // 用户ID\n            \"amount\": 12.34, // 金额\n            \"status\": \"Unpaid\", // 状态 已支付 Paid 未支付 Unpaid\n            \"payment\": \"\", // 支付网关\n            \"trade_id\": \"\", // 订单号  \n            \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n            \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"95d729be-b0a2-417b-b2f0-55b93709bbae","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/invoice","host":["https://dev.zeroteam.top"],"path":["ajax","admin","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"b5302810-e151-4165-9e52-d75abc1f0870"},{"name":"获取指定账单","id":"51eafc43-1fdd-4a49-aca9-1bf2b2963c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/invoice?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7f431e83-7b78-4262-ae1c-af03eb5e504c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"user_id\": 1, // 用户ID\n        \"amount\": 12.34, // 金额\n        \"status\": \"Unpaid\", // 状态 已支付 Paid 未支付 Unpaid\n        \"payment\": \"\", // 支付网关\n        \"trade_id\": \"\", // 订单号\n        \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n        \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n    },\n    \"Ok\": true\n}"},{"id":"d1cf51ba-1880-49ba-9139-720a3f5a22f9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"51eafc43-1fdd-4a49-aca9-1bf2b2963c99"},{"name":"手动补单","id":"41b1fdcf-390e-4d54-befc-4c3116a3a7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"<p>账单ID</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/admin/invoice","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"cae512a2-dbe1-4040-823e-57fa45cffad9","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"账单ID","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/admin/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"153f2287-62da-46b4-9c1f-7f607b36d2c8","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"账单ID","type":"text"}]},"url":"https://dev.zeroteam.top/ajax/admin/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"41b1fdcf-390e-4d54-befc-4c3116a3a7a1"}],"id":"5bdf37e7-ff3f-4500-a9db-7b35ce089273","_postman_id":"5bdf37e7-ff3f-4500-a9db-7b35ce089273","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"系统","item":[{"name":"兑换码 CD Key","item":[{"name":"获取全部兑换码","id":"ff0f30f5-317f-4feb-aee1-c6c98f8eb31c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cdkey","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"246741cd-4309-42f0-87d0-2fbe82049b80","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 兑换码ID\n            \"name\": \"Test CDKey\", // 兑换码名称\n            \"code\": \"AABBCC\", // 兑换码\n            \"qty\": 999, // 剩余使用次数\n            \"type\": \"\", // 类型 balance (余额) plan (套餐)\n            \"balance\": 5.00, // 兑换的余额 (类型为余额时)\n            \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"f945acad-d9ae-4cc0-b5a8-340994cbed91","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"ff0f30f5-317f-4feb-aee1-c6c98f8eb31c"},{"name":"获取指定兑换码","id":"2b5a1121-29ab-4c28-ab9b-87bb34984eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4baab760-e891-4f2b-8d38-3a18539602df","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"name\": \"Test CDKey\", // 兑换码名称\n        \"code\": \"AABBCC\", // 兑换码\n        \"qty\": 999, // 剩余使用次数\n        \"type\": \"\", // 类型 balance (余额) plan (套餐)\n        \"balance\": 5.00, // 兑换的余额 (类型为余额时)\n        \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\n    },\n    \"Ok\": true\n}"},{"id":"74c63088-76b7-4089-ab3a-a218e1b05abc","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=2","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"2","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"2b5a1121-29ab-4c28-ab9b-87bb34984eb5"},{"name":"添加兑换码","id":"b47c696f-c4c0-45cd-8357-ec11e93af45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/cdkey","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"9b28b111-ddf5-4014-97cf-93ab7c85836e","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"4e9e3eb0-6676-4f1a-859d-eb617ec35b39","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b47c696f-c4c0-45cd-8357-ec11e93af45a"},{"name":"编辑兑换码","id":"fb1e7905-f0fc-4dae-8257-ffaf583c7a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9e91f81d-ef62-45c0-8dcd-a7d5c1440680","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"a8707fdf-aebf-4237-8551-f8264cea07d3","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fb1e7905-f0fc-4dae-8257-ffaf583c7a34"},{"name":"删除兑换码","id":"8857b0c3-6be8-4930-bf51-390a3fdd6b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9775498e-6249-4dd7-beef-8c747bd6ba4b","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"09026b00-e670-4e95-a7e4-0d185f93020a","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8857b0c3-6be8-4930-bf51-390a3fdd6b2d"},{"name":"获取兑换码使用日志","id":"acf2c453-ccfe-491d-b4bf-ef2b62059aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cdkey/logs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"}],"variable":[]}},"response":[{"id":"3fc1ee29-ecab-4c6e-94fa-6c7a5429230b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"[可选] 兑换码ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 0, // ID\n            \"user_id\": 0, // 用户ID\n            \"cdkey_id\": 0, // 兑换码ID\n            \"created_at\": \"2024-05-13\" // 兑换时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"325be4bd-7230-4314-b418-8ced1e26c7e8","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey/logs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"[可选] 兑换码ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"acf2c453-ccfe-491d-b4bf-ef2b62059aed"},{"name":"重置兑换码使用日志","id":"328f7408-8796-42f6-a30f-6b3e90fa1f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cdkey/logs?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cdkey","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"05cfc434-8d4e-4b50-9ad0-4bbf8395edd9","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey/logs?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"788638dc-440b-459e-bcc4-1e786b6510eb","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/cdkey/logs?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"328f7408-8796-42f6-a30f-6b3e90fa1f0b"}],"id":"3a47a596-41e5-4ffd-93d3-375923c97c6b","_postman_id":"3a47a596-41e5-4ffd-93d3-375923c97c6b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"认证接口","item":[{"name":"获取全部认证接口设置","id":"201c52ba-7967-46e4-b6dc-db10743bc389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"889c6ad3-851f-45a5-88bf-c146fd29c46d","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"type\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"58d0652d-3ee3-4501-82ce-84dbbe58d801","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"201c52ba-7967-46e4-b6dc-db10743bc389"},{"name":"获取指定认证接口设置","id":"9341591b-5adf-4728-8d44-1bc9b7bab260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c981713e-aac9-4523-b313-ff1a663e1256","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"type\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"65236d48-e605-4fea-b969-fbed8d110e5a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"9341591b-5adf-4728-8d44-1bc9b7bab260"},{"name":"获取全部认证接口元数据","id":"a5a7fdf3-a01c-403e-9d14-db021c5f7cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth/meta","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4cdcc79c-b274-4947-a4c4-78b0006ed926","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"oauth_whmcs\": {\n            \"Name\": \"WHMCS\", // 显示名称\n            \"Description\": \"OpenID: WHMCS\", // 描述\n            \"Maintainer\": \"官方\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Auth\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"Targetajax\": 0, // 目标ajax\n            \"Permissions\": [\n                \"network\"\n            ] // 权限\n        }\n    },\n    \"Ok\": true\n}"},{"id":"97cfd227-e699-4739-9e11-61f587e42d5e","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a5a7fdf3-a01c-403e-9d14-db021c5f7cbd"},{"name":"获取指定认证接口配置项数据","id":"506d0f06-712e-4d57-bb5c-1b3b4b0eafb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth/meta?name=oauth2_whmcs","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口类型</p>\n","type":"text/plain"},"key":"name","value":"oauth2_whmcs"}],"variable":[]}},"response":[{"id":"039e0fb9-66f1-4477-8cd1-9d70a595c906","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth/meta?name=oauth2_whmcs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth","meta"],"query":[{"key":"name","value":"oauth2_whmcs","description":"认证接口类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"接口地址\",\n            \"Type\": \"text\"\n        }, // configoption1\n        {\n            \"Name\": \"客户端 ID\",\n            \"Type\": \"text\"\n        }, // configoption2\n        {\n            \"Name\": \"客户端 Secret\",\n            \"Type\": \"text\"\n        }  // configoption3\n    ],\n    \"Ok\": true\n}"},{"id":"acb049fe-3d98-4dfb-9f85-6494b8acc8cc","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth/meta?name=oauth2_whmcs","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth","meta"],"query":[{"key":"name","value":"oauth2_whmcs","description":"认证接口类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"506d0f06-712e-4d57-bb5c-1b3b4b0eafb2"},{"name":"添加认证接口","id":"1d0073d3-b64f-42f2-83a0-81403a8870b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/auth","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4844f5f0-54b9-4ed2-ab75-83907be09eb1","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Msg\": \"添加成功, ID xx\",\r\n    \"Ok\": true\r\n}"},{"id":"c3b66ec0-4a74-4b20-858c-1c85a5ddae98","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"1d0073d3-b64f-42f2-83a0-81403a8870b9"},{"name":"修改认证接口","id":"9023a8d0-3507-4987-907b-c488985c445a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/auth?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"995831c7-6455-475b-9177-4e66b2daf57e","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"4ee22e63-6a0d-40a4-a598-a469c4a969e8","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"9023a8d0-3507-4987-907b-c488985c445a"},{"name":"删除认证接口","id":"24b2b756-80dc-4b4c-871e-bc8e5aa8a98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/auth?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3084de0a-ccf2-4e39-9f21-d9e0816d46c3","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"44ab6790-461e-4e86-933e-9226be99fff7","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"24b2b756-80dc-4b4c-871e-bc8e5aa8a98b"}],"id":"30e13b87-b479-4b1a-bc60-ec1686caf9c0","_postman_id":"30e13b87-b479-4b1a-bc60-ec1686caf9c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"支付网关","item":[{"name":"获取全部支付网关设置","id":"78cbc971-ff72-48bc-a397-4e6d90e9bd53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"e7529a0f-ea80-4f65-bf9f-121c63b273e1","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"type\": \"\",\n            \"currency\": \"\",\n            \"fixed_fee\": 0.00,\n            \"fee\": 0.00,\n            \"name_template\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"ee107e01-733c-44e8-847b-a9b4d57d092a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/settings","host":["https://dev.zeroteam.top"],"path":["ajax","admin","settings"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"78cbc971-ff72-48bc-a397-4e6d90e9bd53"},{"name":"获取指定支付网关设置","id":"d31ac1be-ed42-477f-a159-cedd7cecc957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"6071043a-d828-4c9b-9dce-5938122117d7","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"type\": \"\",\n        \"currency\": \"\",\n        \"fixed_fee\": 0.00,\n        \"fee\": 0.00,\n        \"name_template\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"b88cd564-3b94-4beb-b4ec-ef9da94c1647","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"d31ac1be-ed42-477f-a159-cedd7cecc957"},{"name":"获取全部支付网关元数据","id":"512377fc-6e27-4a1d-b92f-9edcfdf1900b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway/meta","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"54835c9a-4be2-4fa5-b50c-1dd5352381ec","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"alipay_qr\": {\n            \"Name\": \"支付宝当面付\", // 显示名称\n            \"Description\": \"支付网关: 支付宝当面付\", // 描述\n            \"Maintainer\": \"官方\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Gateway\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"TargetAPI\": 0, // 目标API\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ] // 权限\n        },\n        \"epay\": {\n            \"Name\": \"易支付\",\n            \"Description\": \"支付网关: 易支付\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"routes\",\n                \"invoice\"\n            ]\n        },\n        \"epusdt\": {\n            \"Name\": \"EPUSDT\",\n            \"Description\": \"支付网关: EPUSDT\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ]\n        },\n        \"mgate\": {\n            \"Name\": \"MGate\",\n            \"Description\": \"支付网关: MGate\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ]\n        }\n    },\n    \"Ok\": true\n}"},{"id":"64aecefd-5561-473c-8b04-ba36ad5b1d5e","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"512377fc-6e27-4a1d-b92f-9edcfdf1900b"},{"name":"获取指定支付网关配置项数据","id":"f73a440b-013b-4928-aa93-1b72dc509482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway/meta?name=alipay_qr","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关类型</p>\n","type":"text/plain"},"key":"name","value":"alipay_qr"}],"variable":[]}},"response":[{"id":"f1e12f51-79ed-4346-8fae-05b172d65aed","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway/meta?name=alipay_qr","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway","meta"],"query":[{"key":"name","value":"alipay_qr","description":"网关类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"App ID\",\n            \"Type\": \"text\"\n        }, // configoption1\n        {\n            \"Name\": \"公钥\",\n            \"Type\": \"textarea\"\n        }, // configoption2\n        {\n            \"Name\": \"私钥\",\n            \"Type\": \"textarea\"\n        }  // configoption3\n    ],\n    \"Ok\": true\n}"},{"id":"b0125102-f6ee-4f04-b25b-7a20eade8cd2","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway/meta?name=alipay_qr","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway","meta"],"query":[{"key":"name","value":"alipay_qr","description":"网关类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"f73a440b-013b-4928-aa93-1b72dc509482"},{"name":"获取全部货币","id":"4d4083b0-cd01-4216-958c-fac25432b875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/currencies","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","currencies"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c84786b9-ee84-43c0-a29a-e84380ef3be3","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        \"NOK\",\n        \"AUD\",\n        \"HUF\",\n        \"DKK\",\n        \"ZAR\",\n        \"CZK\",\n        \"IDR\",\n        \"INR\",\n        \"JPY\",\n        \"CHF\",\n        \"SGD\",\n        \"SEK\",\n        \"ILS\",\n        \"PLN\",\n        \"ISK\",\n        \"KRW\",\n        \"USD\",\n        \"BGN\",\n        \"CAD\",\n        \"HKD\",\n        \"MYR\",\n        \"NZD\",\n        \"GBP\",\n        \"RON\",\n        \"TRY\",\n        \"MXN\",\n        \"THB\",\n        \"BRL\",\n        \"EUR\",\n        \"CNY\",\n        \"PHP\"\n    ],\n    \"Ok\": true\n}"},{"id":"091351d4-a30b-467d-9755-a47cf82aa170","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"4d4083b0-cd01-4216-958c-fac25432b875"},{"name":"添加支付网关","id":"e1cc6d7d-3f8e-4a7f-8bbb-cf70fb4b081f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/gateway","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"6f0ef78b-b32a-4abf-a977-43b8fea9a92b","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/gateway"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Msg\": \"添加成功, 网关ID 1\",\r\n    \"Ok\": true\r\n}"},{"id":"695128a3-aa47-4782-9379-eb9643f9151f","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/gateway"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"e1cc6d7d-3f8e-4a7f-8bbb-cf70fb4b081f"},{"name":"修改支付网关","id":"3c67cc43-b9a9-401a-baff-fcfc5e6fa1a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"5bd69551-381d-461c-8a9e-acaf9b4f5eb5","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"5ff0b86a-c094-45de-a043-23107f78679d","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"3c67cc43-b9a9-401a-baff-fcfc5e6fa1a1"},{"name":"删除支付网关","id":"3b9b07fc-61c2-47b8-919c-e5395cc1f643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f469761d-e54b-4942-986d-d99e7246447d","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"5c3c1f02-8a42-4d64-ac30-30f333f3a75c","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"3b9b07fc-61c2-47b8-919c-e5395cc1f643"}],"id":"dc2a0836-f0ac-49ed-a480-41e74923b5be","_postman_id":"dc2a0836-f0ac-49ed-a480-41e74923b5be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"插件","item":[{"name":"获取全部插件设置","id":"143da87e-26a1-447a-afc4-35a4e339362f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"0cae3a46-59bc-4b40-b720-d1c5d729c9ba","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"8ddee26e-caf2-49cf-b0e0-57dc1bddccf1","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"143da87e-26a1-447a-afc4-35a4e339362f"},{"name":"获取指定插件设置","id":"c0ce88f7-ec72-4e1b-92d2-615a468e0181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0cbc86b3-d84d-4386-a99d-a47e717cb0ac","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"a9086829-231a-45a2-b515-4afff390c694","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"c0ce88f7-ec72-4e1b-92d2-615a468e0181"},{"name":"获取全部插件元数据","id":"41fefe5d-e94f-4c70-aae7-3d3fec05f445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin/meta","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"1ffcf8d3-c281-482f-b10d-b4f6b9c1b90c","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"demo\": {\n            \"Name\": \"Demo\", // 显示名称\n            \"Description\": \"示例插件\", // 描述\n            \"Maintainer\": \"Example\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Plugin\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"TargetAPI\": 0, // 目标API版本号\n            \"Permissions\": [\n                \"network\"\n            ] // 权限\n        }\n    },\n    \"Ok\": true\n}"},{"id":"523a6491-904f-4a9c-a58b-d8f5dc1dfd91","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"41fefe5d-e94f-4c70-aae7-3d3fec05f445"},{"name":"获取指定插件配置项数据","id":"fb1332b6-4aa3-4aa9-8fa5-1d37b376297d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin/meta?name=demo","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件名称</p>\n","type":"text/plain"},"key":"name","value":"demo"}],"variable":[]}},"response":[{"id":"52a16ea1-8f5f-40e5-bf0a-19ff76035a66","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin/meta?name=demo","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin","meta"],"query":[{"key":"name","value":"demo","description":"插件名称"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"Bot ID\",\n            \"Type\": \"text\"\n        } // configoption1\n    ],\n    \"Ok\": true\n}"},{"id":"ee5082c7-e93d-438d-ae4a-473b79b7e695","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin/meta?name=demo","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin","meta"],"query":[{"key":"name","value":"demo","description":"插件名称"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"fb1332b6-4aa3-4aa9-8fa5-1d37b376297d"},{"name":"修改插件设置","id":"89252930-9a68-456b-a651-5f6db431de2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9765a36a-3f02-4f93-8423-d3c6fffa7866","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"89a40801-f812-4ecc-9936-164f090b7693","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"89252930-9a68-456b-a651-5f6db431de2c"},{"name":"卸载插件","id":"ee49b104-1a5a-4494-a231-209f5d3b6150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f994554e-af6a-4615-9f88-a7970fdf9088","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true,\r\n    \"Msg\": \"卸载成功\"\r\n}"},{"id":"6fe7875c-9334-4d05-aace-275b9d1f55f4","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/ajax/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["ajax","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"ee49b104-1a5a-4494-a231-209f5d3b6150"}],"id":"e0935e50-f78c-439e-a11b-06d66dbeca43","_postman_id":"e0935e50-f78c-439e-a11b-06d66dbeca43","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"计划任务","item":[{"name":"用户流量重置/到期时间/不活跃自动清理","id":"3a2c1e07-0044-4f60-aa01-aec83982641a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/user","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7a6ca901-6803-4874-84c2-39c6bc25551b","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/user"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"8f0c3e11-ba14-48de-a371-c54b6d23fdb6","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/user"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"3a2c1e07-0044-4f60-aa01-aec83982641a"},{"name":"清理无效用户 (无套餐无余额)","id":"3bc8bc33-6268-474a-8eca-bdc67f62ad66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/clear_user","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","clear_user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b1a0d185-dfbb-4310-9e98-101b0f7afb6e","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/clear_user"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"285d357e-5304-4195-bd00-5f81ca16a311","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/clear_user"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"3bc8bc33-6268-474a-8eca-bdc67f62ad66"},{"name":"流量用量","id":"0bd5b380-d8cb-4dce-bb8b-865f27bc2feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_usage","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","traffic_usage"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7bdd10dd-46f3-4fd7-ad45-59bf4bffc2f9","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_usage"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"1b4c46e3-761a-49c1-87c9-e748c20fd0ce","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_usage"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"0bd5b380-d8cb-4dce-bb8b-865f27bc2feb"},{"name":"合并流量数据","id":"160c89a9-2ee1-41cb-99f9-45db15af54fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/merge_usage","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","merge_usage"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"947fa46b-1114-4cbf-b55f-cf952ef5eb2b","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/merge_usage"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"272b4849-10f4-46b2-8f8f-ce13cf32958a","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/merge_usage"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"160c89a9-2ee1-41cb-99f9-45db15af54fc"},{"name":"过期账单清理","id":"9cc58773-7bbe-40b7-9953-3320fe752544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/invoices","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","invoices"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7cf79014-da61-4e89-adfb-48de6e20b04d","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/invoices"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f1e1a3d7-911c-442e-91d1-12b9a80ac60a","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/invoices"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"9cc58773-7bbe-40b7-9953-3320fe752544"},{"name":"自动清理流量详细统计","id":"56ca8ebe-05a3-465c-9cd2-cdd47cb10469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_statistics","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","traffic_statistics"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"a2148838-bfaf-45e6-b693-a3a91ee6a9ab","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_statistics"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"49151df5-ae3a-49a4-a84c-459b8c30e021","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/traffic_statistics"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"56ca8ebe-05a3-465c-9cd2-cdd47cb10469"},{"name":"更新汇率","id":"08e306df-0c02-45d9-b2dc-1c6d43cd3d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/currency_update","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","currency_update"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"ab9bdfde-8439-48ef-bafa-9c44e2799857","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/currency_update"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"6d127d8d-4789-406d-8522-466dbd54cb12","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/currency_update"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"08e306df-0c02-45d9-b2dc-1c6d43cd3d28"},{"name":"刷新第三方认证配置","id":"83d937f1-7555-47f2-a85d-e1d3dc61a05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/refresh_auth_profile","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","refresh_auth_profile"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7d18f5bf-51ff-4c31-954b-7d940bfc33d5","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/refresh_auth_profile"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"50ff14d5-447f-48e6-8cd5-1c8bea9b0c89","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/refresh_auth_profile"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"83d937f1-7555-47f2-a85d-e1d3dc61a05a"},{"name":"数据库每日备份","id":"74250372-c3a0-417c-a412-8936799713d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/database_backup","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","cron","database_backup"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"773900e5-b191-4a2d-b531-29d51aa7774f","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/database_backup"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"989032b9-de46-4acb-aafa-e6fadd05dd4a","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/cron/database_backup"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"74250372-c3a0-417c-a412-8936799713d4"}],"id":"e499b7f1-1106-48a4-b698-6714b5850038","_postman_id":"e499b7f1-1106-48a4-b698-6714b5850038","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"备份和恢复","item":[{"name":"备份数据库","id":"2584ad47-cd3c-4d6d-9219-85f3607ffd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/database/backup","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","database","backup"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b4bf01c1-91f6-4cd3-8dd4-a5ea313dd4a6","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/database/backup"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Link\": \"/admin/download/backup/database?filename=database.bin\" // 重定向的URL\n}"},{"id":"0ed348a3-a014-4634-8caa-5ae4247a4d3c","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/ajax/admin/database/backup"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"2584ad47-cd3c-4d6d-9219-85f3607ffd7d"},{"name":"还原数据库","id":"83bb487c-2896-44fe-9e08-8a62e61744a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/ajax/admin/database/recover","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","database","recover"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"e1f5a0c2-f5c5-4001-a57f-a3f63bef7871","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/ajax/admin/database/recover"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"2e934800-7d92-4781-91f1-7abf87a1325a","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/ajax/admin/database/recover"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"83bb487c-2896-44fe-9e08-8a62e61744a8"}],"id":"388344b0-3694-4d21-bb1c-7731b3e3768b","_postman_id":"388344b0-3694-4d21-bb1c-7731b3e3768b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}},{"name":"获取系统设置","id":"c249dc04-8cf5-4c76-a0ab-6594ddac6072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/settings","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b38a04bf-24c8-45e3-a9ff-846d07407c8c","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n\t\"Data\": {\n\t\t\"version\": \"\", // 版本号\n\t\t\"site_name\": \"\", // 站点名称\n\t\t\"system_url\": \"\", // 系统链接\n\t\t\"secure_key\": \"\", // 隧道密钥\n\t\t\"script_mirror\": \"\", // 脚本源\n\t\t\"pkg_mirror\": \"\", // 安装源\n\t\t\"suspend_days\": \"0\", // 到期后暂停天数,\n\t\t\"register\": \"false\", // 是否开启注册\n        \"register_invite\": \"false\", // 注册需要邀请码\n\t\t\"register_recaptcha\": \"false\", // 是否开启注册验证码\n\t\t\"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\n\t\t\"recaptcha_private\": \"\", // reCAPTCHA 私约\n        \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\n        \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\n        \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\n\t},\n\t\"Ok\": true\n}"},{"id":"dddc20de-f743-4722-8759-28be50dae7e4","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/ajax/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"c249dc04-8cf5-4c76-a0ab-6594ddac6072"},{"name":"修改系统设置","id":"e5ab8625-ae2a-44ac-9763-bfa5c11bb0b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/settings","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}},"urlObject":{"path":["ajax","admin","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"95a1ba1f-41a6-47f5-89c9-edad230aa4e9","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"0cd1ff7f-9f13-461e-b6c8-e88a9bc40cbe","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/ajax/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"e5ab8625-ae2a-44ac-9763-bfa5c11bb0b7"}],"id":"6e72e766-25a5-4d03-ab06-01ac7fff7e54","_postman_id":"6e72e766-25a5-4d03-ab06-01ac7fff7e54","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"11e7ee22-9aa5-475e-9fab-e7723355c462","_postman_id":"11e7ee22-9aa5-475e-9fab-e7723355c462","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","name":"UI交互","type":"folder"}}}],"id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5","description":"<p>这里是PortForwardGo面板UI交互(Ajax)的接口文档</p>\n<p>这里的接口使用 Cookie 认证 或 Authorization 认证</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ad103dff-dda8-49d0-af7c-3724359f46ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba8a43bc-ac71-4062-8b39-098de4cf6a46","type":"text/javascript","exec":[""]}}],"_postman_id":"7eec93c9-b1b9-4f1d-b2f0-1c2030446ab5"},{"name":"API","item":[{"name":"Version 1","item":[{"name":"用户信息区","item":[{"name":"余额","item":[{"name":"获取余额变更日志","id":"5551cef3-ca5b-48f0-a426-d8b732d89aae","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/user/balance/logs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"946d264c-9946-4474-9a06-dc3143cc9dd0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","user","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (充值), cdkey (兑换码), invite_reward (通过邀请码注册奖励), affiliate_payout (邀请奖提现至余额), buy_plan (购买套餐), manual_renew (手动续费), manual_reset_traffic (手动重置流量), auto_renew (自动续费), auto_reset_traffic (自动重置流量), admin_edit (管理员修改)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"89bb0ba4-a39e-4a0f-a9ee-2bad54390c81","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","user","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5551cef3-ca5b-48f0-a426-d8b732d89aae"}],"id":"00cc41c2-0707-47b1-b394-dee20ff33937","_postman_id":"00cc41c2-0707-47b1-b394-dee20ff33937","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"邀请","item":[{"name":"获取受邀用户列表","id":"40740f8e-6fd7-42ba-8c15-5bb8d772ea63","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/user/affiliate","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","user","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"first_charged"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"b3bb44be-e106-4d12-b5aa-a833f9020077","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/user/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","user","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 被邀请用户ID\n            \"invite_user_id\": 1, // 邀请用户ID\n            \"first_charged\": false, // 已完成首单充值\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"4b542ee9-39a5-4a8f-bc4d-cdc0d57854cd","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/user/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","user","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"40740f8e-6fd7-42ba-8c15-5bb8d772ea63"}],"id":"38f76966-d3e7-4a9c-b2c4-d9691c789f9b","_postman_id":"38f76966-d3e7-4a9c-b2c4-d9691c789f9b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"获取用户信息","id":"92d5d076-465a-4a70-9f2a-7e37f34ff5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/user","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"fe46d3e8-a27d-421e-9c69-99b97163ea19","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 2, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 1, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    },\n    \"Ok\": true\n}"},{"id":"b2546d6a-ac2b-4795-9c02-e99c0f50e540","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"92d5d076-465a-4a70-9f2a-7e37f34ff5b8"},{"name":"充值余额","id":"e8a33bb1-a515-4ec2-bfce-b361636aa1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>充值金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/user/charge","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","user","charge"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"81fa1d0c-839e-4081-8f44-7eb014b9f5dd","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"充值金额","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/user/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": 1 // 账单ID\n}"},{"id":"abeeed97-e773-4df2-8d69-8c10f322a6d0","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"0","description":"充值金额","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/user/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"最少充值5元\",\n    \"Ok\": false\n}"}],"_postman_id":"e8a33bb1-a515-4ec2-bfce-b361636aa1d5"}],"id":"8b1c6f39-da3d-4c5f-9d2e-e58b43b739c1","_postman_id":"8b1c6f39-da3d-4c5f-9d2e-e58b43b739c1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"邀请","item":[{"name":"邀请奖励余额","item":[{"name":"获取余额变更日志","id":"fe6a843a-c92d-40a8-ae1a-6188cbf8c6d8","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate/balance/logs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"e0156506-8278-4b5b-950f-d068c5a680be","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","affiliate","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (被邀请用户充值), payout (提现)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"1bf07231-d694-4540-91c7-09c3767dc367","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","affiliate","balance","logs"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fe6a843a-c92d-40a8-ae1a-6188cbf8c6d8"}],"id":"82d1e887-0bda-4d82-8ea6-0b4506696180","_postman_id":"82d1e887-0bda-4d82-8ea6-0b4506696180","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"获取邀请信息","id":"6d3c0a0c-1dde-49dc-bc48-089e3888a4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","affiliate"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"15982dc2-f4b2-4137-8c9c-630cddc6d396","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": {\n        \"user_id\": 0, // 用户 ID\n        \"code\": \"\", // 邀请码\n        \"balance\": \"\", // 邀请奖励余额\n        \"created_at\": \"2024-05-13\" // 激活时间 \n    }\n}"},{"id":"23a47d11-df08-426c-bfae-fc60a726d062","name":"成功-未激活","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": null\n}"},{"id":"4a527014-c25b-42ed-86c4-d82b30b8550e","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6d3c0a0c-1dde-49dc-bc48-089e3888a4a8"},{"name":"激活邀请系统","id":"07e0b238-88a0-448b-a703-1d69d09a5f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","affiliate"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"2a09e790-ab52-494b-a7c8-c3c905a10046","name":"成功","originalRequest":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"24b6aebf-51bb-4a3a-aae4-6954a59432ee","name":"失败","originalRequest":{"method":"POST","header":[],"url":"https://dev.zeroteam.top/api/v1/affiliate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"07e0b238-88a0-448b-a703-1d69d09a5f6e"},{"name":"提现邀请奖励至余额","id":"527918e8-e06e-4cce-a97f-648e1f6290ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>提现金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/affiliate/payout","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","affiliate","payout"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"0ab7760f-a542-4bda-b029-e587840f1b5d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"提现金额","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/affiliate/payout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"9f7a0162-92e9-4ba6-9d41-8939f213898b","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","equals":true,"description":"提现金额"}]},"url":"https://dev.zeroteam.top/api/v1/affiliate/payout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"527918e8-e06e-4cce-a97f-648e1f6290ab"}],"id":"b4352c23-6e0d-488c-bf13-4c450791cfa6","_postman_id":"b4352c23-6e0d-488c-bf13-4c450791cfa6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"套餐","item":[{"name":"获取全部套餐","id":"4dadc1bd-27c0-4af8-96ed-8ca49c6d9c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/api/v1/cart","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","cart"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"e568e0f4-4f87-4894-8f68-dac8cbede418","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Permission\": [\n        {\n            \"id\": 0, // 权限组 ID\n            \"name\": \"\", // 权限组名称\n            \"nodes\": \"\", // 可用节点 (使用 | 分割)\n            \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n            \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n        }\n    ],\n    \"Plan\": [\n        {\n            \"id\": 0, // 套餐ID\n            \"order\": 0, // 套餐排序\n            \"name\": \"\", // 套餐名称\n            \"permission_id\": 0, // 权限组ID\n            \"hidden\": false, // 当前套餐是否隐藏\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS (0为不限制)\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"traffic\": 0, // 套餐流量 (单位 b)\n            \"qty\": 999, // 剩余库存\n            \"price\": 0, // 价格 (单位 元)\n            \"period\": 0, // 时长 (单位 天)\n            \"note\": \"\" // 说明\n        }\n    ]\n}"},{"id":"b4660fbf-5066-47e4-afa3-46eb65438b1a","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"4dadc1bd-27c0-4af8-96ed-8ca49c6d9c28"},{"name":"购买套餐","id":"ba654d53-403a-48a4-9f98-83dd50513b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"<p>套餐ID</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/cart/buy","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","cart","buy"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"348677b0-d1fa-46f5-913b-403c3d43e57e","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/cart/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"购买成功\",\n    \"Ok\": true\n}"},{"id":"6597e640-2f53-4a99-86ad-02ff33cd6692","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/cart/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ba654d53-403a-48a4-9f98-83dd50513b58"},{"name":"获取当前套餐","id":"ba4fb70c-854f-4cae-9143-d0bc3c41b8be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/api/v1/plan","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","plan"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"0ae7ccbb-fa4f-44a8-bee5-6d091da1fdf2","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Permission\": { // 权限组\n        \"id\": 0, // 权限组 ID\n        \"name\": \"\", // 权限组名称\n        \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n        \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n        \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n    },\n    \"Plan\": {\n        \"id\": 0, // 套餐ID\n        \"order\": 0, // 套餐排序\n        \"name\": \"\", // 套餐名称\n        \"permission_id\": 0, // 权限组ID\n        \"hidden\": false, // 当前套餐是否隐藏\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS (0为不限制)\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"qty\": 999, // 剩余库存\n        \"traffic\": 0, // 套餐流量 (单位 b)\n        \"price\": 0, // 价格 (单位 元)\n        \"period\": 0, // 时长 (单位 天)\n        \"note\": \"\" // 说明\n    },\n    \"User\": {\n        \"id\": 2, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制)\n        \"burst_speed\": 0, // 突发限速 (0为无突发)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 1, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    }\n}"},{"id":"18e491a0-04bf-4e44-9501-d99cc93ef70b","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ba4fb70c-854f-4cae-9143-d0bc3c41b8be"},{"name":"到期续费","id":"9ef39ba2-e825-447c-862f-16016d1b0655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/renew","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","plan","renew"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"546b520a-2cbf-4d99-b0ca-d6bcc41c89d8","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"操作成功\",\n    \"Ok\": true\n}"},{"id":"5d49e08f-55f0-49f6-b51f-8d1885243d90","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"9ef39ba2-e825-447c-862f-16016d1b0655"},{"name":"重置流量","id":"2e7ab071-e1f8-407f-8a17-b81a6cd78ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/reset","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","plan","reset"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4fb14b88-9def-4eb1-902e-56537a41ebf2","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"操作成功\",\n    \"Ok\": true\n}"},{"id":"8ca45618-7be3-4a70-a37e-f50badfb9291","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"2e7ab071-e1f8-407f-8a17-b81a6cd78ec8"},{"name":"开启/关闭 自动续费","id":"16ebdbae-9922-44c9-8050-613a108063ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/plan/auto_renew?enabled=true","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","plan","auto_renew"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>开启 / 关闭 自动续费 true / false</p>\n","type":"text/plain"},"key":"enabled","value":"true"}],"variable":[]}},"response":[{"id":"f0b1e5db-fa88-4219-9948-98fd8866d85c","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/plan/auto_renew?enabled=true","host":["https://dev.zeroteam.top"],"path":["api","v1","plan","auto_renew"],"query":[{"key":"enabled","value":"true","description":"开启 / 关闭 自动续费 true / false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f2bebf06-61e7-4587-9b08-7f2534640a20","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/plan/auto_renew?enabled=true","host":["https://dev.zeroteam.top"],"path":["api","v1","plan","auto_renew"],"query":[{"key":"enabled","value":"true","description":"开启 / 关闭 自动续费 true / false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录失效\"\n}"}],"_postman_id":"16ebdbae-9922-44c9-8050-613a108063ef"}],"id":"ed941832-8ed3-4e95-b75a-6fbfb90a585c","_postman_id":"ed941832-8ed3-4e95-b75a-6fbfb90a585c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"转发管理","item":[{"name":"转发规则","item":[{"name":"获取全部规则","id":"b17819f9-2dbf-435e-b3fe-dc6d850e1f60","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"f2d649de-c0ab-4094-8262-293ba46cebc8","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n            \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"outbound\": \"\", // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_node\": 0, // 出口节点\n            \"dest_device\": 0, // 出口设备\n            \"dest_sync\": false // 出口同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"de979e39-5a49-4a52-a5cf-9c99b20cd6e2","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b17819f9-2dbf-435e-b3fe-dc6d850e1f60"},{"name":"获取指定规则","id":"2d132ca7-bd99-4ff7-a142-9e432147fe4a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b714df52-e595-4599-9d90-5c89e7affd3d","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n        \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"outbound\": \"\", // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_node\": 0, // 出口节点\n        \"dest_device\": 0, // 出口设备\n        \"dest_sync\": false // 出口同步状态\n    },\n    \"Ok\": true\n}"},{"id":"0b9ca4fc-ed3e-4723-b57c-cf60b9930a7f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"2d132ca7-bd99-4ff7-a142-9e432147fe4a"},{"name":"添加规则","id":"6e305fef-9690-4868-8eb8-a2b3e44ad682","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"e189cf64-d87d-4c8b-acfc-b3ff084360d2","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, 规则ID: 1\",\n    \"Ok\": true\n}"},{"id":"d8e49cdf-c061-4bf5-9798-a585b1c4a3d5","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6e305fef-9690-4868-8eb8-a2b3e44ad682"},{"name":"修改规则","id":"9f922cf2-1dd0-4a51-8734-9451f13b96e6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"dfceceb6-f0f0-4989-a769-c5f701ab1f2b","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d3378464-fae6-4574-ac68-2f1b2cd27649","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"9f922cf2-1dd0-4a51-8734-9451f13b96e6"},{"name":"删除规则","id":"0e2129ab-7831-4cc5-adb7-1ecc4ba3a7ec","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7c96dfd6-034c-49c8-882c-c4bb25d0ccd4","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"e311edbd-4e32-4a2f-b1a3-6276121102d5","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"0e2129ab-7831-4cc5-adb7-1ecc4ba3a7ec"},{"name":"重启规则","id":"c4055b1b-7793-4ebe-af00-f962d878873f","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/restart?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"09461371-fb2b-4bf7-a265-d9f902318ec9","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"5e39df28-ab53-4dd8-8277-1b14b7317cd2","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c4055b1b-7793-4ebe-af00-f962d878873f"},{"name":"暂停规则","id":"d3e6c395-7083-47c8-b8d6-12acacc8ebae","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/stop?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"90621baf-15c9-4067-8ef5-30ba9f323c8c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"f164d6cd-31fe-415e-804e-9fab844dc29f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d3e6c395-7083-47c8-b8d6-12acacc8ebae"},{"name":"启用规则","id":"d068a482-923d-44d8-ba88-45ba994cc690","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/start?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3a1fec5c-0368-40ac-9620-d05978fff1c4","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"f5efc391-ccff-4242-bce6-6e5ca224f933","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d068a482-923d-44d8-ba88-45ba994cc690"},{"name":"封禁规则","id":"7ac77efe-9d1c-41ee-a703-27a6044b127a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/ban?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","ban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"a4b342ab-dda8-4157-8e08-d433c7d1c205","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"50a39980-f981-47fb-97b0-0a9a10c81c8b","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7ac77efe-9d1c-41ee-a703-27a6044b127a"},{"name":"解封规则","id":"fdef7de3-c82e-4edf-98cc-fc2380b6f062","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/unban?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","unban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7710ab78-4344-4e48-aac5-ee59d46933d6","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"3df279d8-d564-4ce3-b76f-1bedda15d845","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fdef7de3-c82e-4edf-98cc-fc2380b6f062"},{"name":"规则流量统计","id":"b9246f8d-b88b-44ec-bfb8-f376abec4ec9","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/statistics","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"fb786c08-1b9c-4fba-83b8-2ab0b97dac31","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"4837013d-04f4-47a0-8056-6469854ca8b5","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b9246f8d-b88b-44ec-bfb8-f376abec4ec9"},{"name":"重置规则流量统计","id":"f77a8caf-7326-483c-a92d-b189854002ba","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/statistics?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fd65b194-10cc-4daf-98cb-dadfd6d592ab","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"3c034461-758c-468a-ac84-33c7f7aa277e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f77a8caf-7326-483c-a92d-b189854002ba"},{"name":"规则诊断","id":"f8d394c6-5957-4127-b39f-2d3a48a2a673","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/forward_rule/debug?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0d11251b-a045-41ab-900d-318df17d4442","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"example.com:443\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:24\", // 出口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"localhost:22\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"6523de96-6a56-4e51-a9bb-2ef422905ab4","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 出口节点反馈状态\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"0c8a14f1-7ccd-414d-b0b3-0712a656f82b","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null,\n    \"OutBound\": null, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"a6c79c48-8a34-4e0f-a853-e1980a43d01f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f8d394c6-5957-4127-b39f-2d3a48a2a673"}],"id":"cec9bfa1-8e72-4d88-a887-4f32cbefcaf4","_postman_id":"cec9bfa1-8e72-4d88-a887-4f32cbefcaf4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部规则","id":"f26226fb-9a4c-4c61-ab85-25e3c7e9894a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"c1e5397d-2e20-4344-8770-e1361f8e6bbb","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_device\": 0, // 内网设备\n            \"dest_sync\": false // 内网设备同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"56de55a1-1f8a-4db3-95f4-5b025a32c344","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f26226fb-9a4c-4c61-ab85-25e3c7e9894a"},{"name":"获取指定规则","id":"fd1fff0c-4bd7-4b5f-aa0a-4635a9893e40","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"edbefce9-4e01-4744-a635-8fb9f49629e2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_device\": 0, // 内网设备\n        \"dest_sync\": false // 内网设备同步状态\n    },\n    \"Ok\": true\n}"},{"id":"320ecac8-482b-4964-bce4-a72e47783e8e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fd1fff0c-4bd7-4b5f-aa0a-4635a9893e40"},{"name":"添加规则","id":"775a2c73-e06b-4eb8-a311-577e04ec0418","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"6a0e59f2-d137-4444-aba3-60d2ffa3d310","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, 规则ID: 1\",\n    \"Ok\": true\n}"},{"id":"e45258b7-a5d2-46ef-ae8d-800d5dd364fb","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"protocol\": \"\", // 协议\r\n    \"bind\": \"\", // 监听端口(留空系统随机分配) / 绑定域名\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"node_id\": 1, // 入口节点ID\r\n    \"dest_device\": 1 // 内网设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"775a2c73-e06b-4eb8-a311-577e04ec0418"},{"name":"修改规则","id":"16a52173-c66b-4a37-925a-6b8c382a011d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"918c09e9-143e-4059-a661-098e35deb595","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"1ffa33dd-fe58-4cfd-b9ce-dc86f6afc111","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"16a52173-c66b-4a37-925a-6b8c382a011d"},{"name":"删除规则","id":"b554cfae-e378-4690-b04a-9e9960592499","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f3979659-00fe-40e5-a4dc-e03dfe9a6c8b","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"75df3aef-4586-4118-8d48-c17fb2cb546f","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b554cfae-e378-4690-b04a-9e9960592499"},{"name":"重启规则","id":"7fc91f27-9e12-46b0-9c84-6c1dd3f83c8f","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/restart?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"e3549b7d-4e09-45ba-bfb8-e420e6835628","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"d13d51ae-08b9-4e73-90dc-7fa5726fd623","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7fc91f27-9e12-46b0-9c84-6c1dd3f83c8f"},{"name":"暂停规则","id":"8d07efab-f607-4801-82c2-19b99ea95974","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/stop?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fe4b8439-602c-401f-b67c-79357d54dbb2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"1bffd981-b451-4065-b582-d489f10ac9fe","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8d07efab-f607-4801-82c2-19b99ea95974"},{"name":"启用规则","id":"74630967-e646-4838-98b1-9e4d7a75ec28","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/start?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7a4c1a24-8ed5-437d-815e-d7d65a3509ca","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"a9fdba18-ab0b-4665-a31e-fdaf84d66be9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"74630967-e646-4838-98b1-9e4d7a75ec28"},{"name":"封禁规则","id":"13d38b14-e0bd-483d-b857-685d8e256c25","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/ban?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","ban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"88f974cb-d510-4e55-bfa6-9df975ae2a6e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"cb6330af-e0e6-46ab-a0ee-29ea1e0ec720","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/ban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","ban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"13d38b14-e0bd-483d-b857-685d8e256c25"},{"name":"解封规则","id":"4dd3666d-795c-4c1f-9636-464c87bafbb3","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/unban?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","unban"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"11c8d299-4049-4f43-a8b0-4bf7947ed37c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"948ee5e4-72f4-493a-822b-80cee40b8190","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/unban?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","unban"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"4dd3666d-795c-4c1f-9636-464c87bafbb3"},{"name":"规则流量统计","id":"c59f3f70-0189-45e0-ab23-ec9d7adeccfb","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"2c58d40d-637b-4c99-a3d0-7e1e6123a16c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"003974fe-44fc-46de-802c-5a75359c11fd","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c59f3f70-0189-45e0-ab23-ec9d7adeccfb"},{"name":"重置规则流量统计","id":"a9668926-4778-466a-816e-9f486fbf1cc6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3178a155-ce52-4079-a712-2a2c1d44fe5e","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"e4cd1dc5-fc95-45bc-944a-d1cbd759e783","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a9668926-4778-466a-816e-9f486fbf1cc6"},{"name":"规则诊断","id":"13dde2d2-ee65-4358-a449-1bc5af784083","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_forward_rule/debug?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"864241a1-8d17-4a56-b4c8-fc065cffa8bd","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"RClient\": {\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回连接信息\n                        \"TCP\": \"已连接 (1.2.3.4:12345)\",\n                        \"UDP\": \"已连接 (1.2.3.4:12345)\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    }\n}"},{"id":"9548cd70-c40a-4513-903e-4c1cf9171deb","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    }\n}"},{"id":"273607f6-b9b1-4b48-b016-458230f94131","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null\n}"},{"id":"f2419218-5f56-479f-8207-69b482036b79","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"13dde2d2-ee65-4358-a449-1bc5af784083"}],"id":"63974b6f-62fb-475e-b029-e7a57b9f60a0","_postman_id":"63974b6f-62fb-475e-b029-e7a57b9f60a0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"549588e2-9aee-4eb9-8101-00fb172b3b47","_postman_id":"549588e2-9aee-4eb9-8101-00fb172b3b47","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"设备","item":[{"name":"单端隧道","item":[{"name":"获取全部设备","id":"63e8df79-ea4f-40ec-8bd2-e039248b70ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/tunnel_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"30de63c5-d54c-49e3-b22a-c932fc21cbed","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"ips\": \"\", // IPs\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"secure_port\": 0, // Secure 隧道端口\n            \"securex_port\": 0, // SecureX 隧道端口\n            \"tls_port\": 0, // TLS 隧道端口\n            \"tls_sni\": \"\", // TLS 隧道SNI\n            \"insecure\": false, // 允许不安全\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"185898f9-948d-4bc6-a62e-80ea7655e201","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"63e8df79-ea4f-40ec-8bd2-e039248b70ca"},{"name":"获取指定设备","id":"5f602554-ca5f-41aa-93f5-3279f4b5fa65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"99ac2890-ec65-419c-906c-f842eb68aebc","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"ips\": \"\", // IPs\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"secure_port\": 0, // Secure 隧道端口\n        \"securex_port\": 0, // SecureX 隧道端口\n        \"tls_port\": 0, // TLS 隧道端口\n        \"tls_sni\": \"\", // TLS 隧道SNI\n        \"insecure\": false, // 允许不安全\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"fd0fee94-9603-4825-a7fe-802b804d442e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5f602554-ca5f-41aa-93f5-3279f4b5fa65"},{"name":"添加设备","id":"afbe334c-f71d-47b8-867d-dadab3b55211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/tunnel_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"e5b00840-c272-468a-8bc7-e9b0a5335ce4","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"example.com\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/tunnel_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功\",\n    \"Ok\": true\n}"},{"id":"2828b1c3-89f4-4091-806f-0b54287caa23","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/tunnel_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"afbe334c-f71d-47b8-867d-dadab3b55211"},{"name":"修改设备","id":"8e758eb1-d994-4987-b56c-cf5dd9bfaaf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c66f9a67-d873-4be6-8e2f-dfd630ef7048","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"example.com\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"64a1cfe0-7925-49f7-8aed-e41cf49354df","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 设备名称\r\n    \"ips\": \"\", // IPs\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"secure_port\": 0, // Secure 隧道端口\r\n    \"securex_port\": 0, // SecureX 隧道端口\r\n    \"tls_port\": 0, // TLS 隧道端口\r\n    \"tls_sni\": \"\", // TLS 隧道SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"8e758eb1-d994-4987-b56c-cf5dd9bfaaf2"},{"name":"删除设备","id":"00dba289-be06-496d-a1f7-3990d14d1303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"601c0768-2ddd-4410-98b5-91c86d9d4d4e","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"8c0df43a-bc97-40a2-9e86-a93d82df328a","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"00dba289-be06-496d-a1f7-3990d14d1303"}],"id":"5815731f-3d1a-40d5-b623-fd302dae321e","_postman_id":"5815731f-3d1a-40d5-b623-fd302dae321e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部设备","id":"d72368a5-2f39-4a62-bf96-6f52ebd38c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"e0bc59f7-d083-453e-93c3-5d8489d778b0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"f45fecf6-d811-411d-8f84-23c5782fee58","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d72368a5-2f39-4a62-bf96-6f52ebd38c5f"},{"name":"获取指定设备","id":"ed0e5365-999d-4fe5-962c-84b1613a48ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1541d051-c119-4fd1-aed1-17bb7e60cfce","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"da6e8fe0-27b7-4be6-8a5c-d32343d67069","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ed0e5365-999d-4fe5-962c-84b1613a48ba"},{"name":"添加设备","id":"8d84c49a-4453-458c-8343-1ddcfc9063aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_device"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"253abf6f-977e-457c-928f-8cca19ffb0d2","name":"成功","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功\",\n    \"Ok\": true\n}"},{"id":"b1c235d1-499a-422b-8692-023dfa3ec444","name":"失败","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"8d84c49a-4453-458c-8343-1ddcfc9063aa"},{"name":"修改设备","id":"d61f0c65-9e0d-4228-8b1b-d391fad96860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/nat_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f74856f4-67af-4535-a962-f954a3e3beb5","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Demo\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"4fb43a63-3c5f-49ee-9f94-dbc4ee327fc1","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\" // 设备名称\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"名称不能为空\",\n    \"Ok\": false\n}"}],"_postman_id":"d61f0c65-9e0d-4228-8b1b-d391fad96860"},{"name":"删除设备","id":"2f57ea03-9b9e-472b-9ad7-fdf571b6aef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/nat_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b81243bd-7ae5-4e5c-b8ae-3548dad2046a","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"a19be780-39b0-46fb-b0a4-ed56a3f1bb96","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"2f57ea03-9b9e-472b-9ad7-fdf571b6aef5"}],"id":"aac7d62c-7e7e-4650-815b-20f70387ca17","_postman_id":"aac7d62c-7e7e-4650-815b-20f70387ca17","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"107723f2-6be7-497e-a589-f917d0adcf38","_postman_id":"107723f2-6be7-497e-a589-f917d0adcf38","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"节点","item":[{"name":"获取全部节点","id":"09d5addc-73ea-4b62-92be-235dda5a1a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/node","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","node"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"移动"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"56f7a37e-5140-4cdb-95be-635ef7d8c539","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/node","host":["https://dev.zeroteam.top"],"path":["api","v1","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"移动","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 节点ID\n            \"name\": \"\", // 节点名称\n            \"addr\": \"\", // 节点地址\n            \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n            \"protocol\": \"\", // 转发协议 (用 | 分隔)\n            \"nat_protocol\": \"\", // 转发协议 (用 | 分隔)\n            \"outbounds\": [], // 流量出口\n            \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n            \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n            \"traffic\": 1, // 流量倍率 (倍率)\n            \"speed\": 1, // 限速倍率 (速率)\n            \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n            \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n            \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n            \"firewall\": false, // 防火墙状态\n            \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分隔)\n            \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分隔)\n            \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分隔)\n            \"port_range\": \"10000-60000\", // 端口范围\n            \"reserved_ports\": \"\", // 保留的监听端口\n            \"reserved_target_ports\": \"\", // 保留的目标端口\n            \"note\": \"\", // 说明\n            \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"f508916c-89d0-4a69-9229-500ca782aa15","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/node","host":["https://dev.zeroteam.top"],"path":["api","v1","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"移动","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"09d5addc-73ea-4b62-92be-235dda5a1a81"},{"name":"获取指定节点","id":"95cac0ca-1319-45ec-9294-e87b0c50b065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/node?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"914c6594-34db-4442-8196-0fba50909477","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","node"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 节点ID\n        \"name\": \"\", // 节点名称\n        \"addr\": \"\", // 节点地址\n        \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n        \"protocol\": \"\", // 转发协议 (用 | 分隔)\n        \"nat_protocol\": \"\", // 转发协议 (用 | 分隔)\n        \"outbounds\": [], // 流量出口\n        \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n        \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n        \"traffic\": 1, // 流量倍率 (倍率)\n        \"speed\": 1, // 限速倍率 (速率)\n        \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n        \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n        \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n        \"firewall\": false, // 防火墙状态\n        \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分隔)\n        \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分隔)\n        \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分隔)\n        \"port_range\": \"10000-60000\", // 端口范围\n        \"reserved_ports\": \"\", // 保留的监听端口\n        \"reserved_target_ports\": \"\", // 保留的目标端口\n        \"note\": \"\", // 说明\n        \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n    },\n    \"Ok\": true\n}"},{"id":"61cbb6e2-1a91-4d2e-97b7-cae5b663d153","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","node"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"95cac0ca-1319-45ec-9294-e87b0c50b065"},{"name":"获取全部节点机器","id":"163d76dd-b2da-4f91-99bd-a83026bd17fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/node/session","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","node","session"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"adf4e419-5c54-4e80-ae70-09a4daea641f","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/node/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"1\": [ // 节点ID\n            \"A\", // 机器标识符\n            \"B\" // 机器标识符\n        ]\n    },\n    \"Ok\": true\n}"},{"id":"13b31d18-2d08-413b-a2fc-53768315a6c6","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/node/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": true\n}"}],"_postman_id":"163d76dd-b2da-4f91-99bd-a83026bd17fb"}],"id":"93b87532-99b3-4e7f-8064-08f275946b26","_postman_id":"93b87532-99b3-4e7f-8064-08f275946b26","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"公告","item":[{"name":"获取全部公告","id":"406042a3-eb57-4b43-8676-f9a1ac5b391c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/announcement","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"042ac3a1-3b35-4848-b450-50cd4cedc8ea","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/announcement","host":["https://dev.zeroteam.top"],"path":["api","v1","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 公告ID\n            \"title\": \"测试\", // 标题\n            \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n            \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"077adffd-5c41-418c-8ce2-0d0e796336c1","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/announcement","host":["https://dev.zeroteam.top"],"path":["api","v1","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"406042a3-eb57-4b43-8676-f9a1ac5b391c"},{"name":"获取指定公告","id":"e2a579b0-7386-416e-99dd-c96cf1e8206b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/announcement?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"27d1a954-189d-4d20-b00b-cb56fac272e7","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 公告ID\n        \"title\": \"测试\", // 标题\n        \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n        \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n    },\n    \"Ok\": true\n}"},{"id":"1a8079a6-9c2a-4bcd-b663-f285b59abe95","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/announcement?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","announcement"],"query":[{"key":"id","value":"2","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此公告不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"e2a579b0-7386-416e-99dd-c96cf1e8206b"}],"id":"94ce5af1-91b7-4c01-9229-4bd0a83ae152","_postman_id":"94ce5af1-91b7-4c01-9229-4bd0a83ae152","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"账单","item":[{"name":"获取全部账单","id":"54103324-c652-48fc-b0a6-28f690d8202c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/invoice","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"amount"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"5"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"de582692-61ce-4264-a10e-eb3ba86d7aaa","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/invoice","host":["https://dev.zeroteam.top"],"path":["api","v1","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"5","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 账单ID\n            \"user_id\": 1, // 用户ID\n            \"amount\": 5, // 账单金额\n            \"status\": \"Unpaid\", // 状态 Paid (已支付) / Unpaid (未支付)\n            \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n            \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"0cdf6769-b7cf-4d3c-9bd1-eb808ddea041","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/invoice","host":["https://dev.zeroteam.top"],"path":["api","v1","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"5","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"54103324-c652-48fc-b0a6-28f690d8202c"},{"name":"获取指定账单","id":"deb663b5-8efe-4df7-815e-dcf9bcd24422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/invoice?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0e4d8448-426b-4ba3-bd66-e8c20173863e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 账单ID\n        \"user_id\": 1, // 用户ID\n        \"amount\": 5, // 账单金额\n        \"status\": \"Unpaid\", // 状态 Paid (已支付) / Unpaid (未支付)\n        \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n        \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n    },\n    \"Ok\": true\n}"},{"id":"ff056c15-7863-4ac1-a905-6bec08af82ba","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","invoice"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"deb663b5-8efe-4df7-815e-dcf9bcd24422"}],"id":"33376e99-a860-4370-949e-08403af1f9a4","_postman_id":"33376e99-a860-4370-949e-08403af1f9a4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"支付","item":[{"name":"去支付","id":"4e62f3cb-0a2f-427d-aa42-984566124e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/pay/1?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","pay","1"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"27ba1850-f1b7-4bb1-9ab7-e45e617e38ab","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/pay/1?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","pay","1"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"RedirectLink\": \"https://alipay.com/xxxxx\", // 可选\n    \"QrCode\": \"https://alipay.com/xxxxx\" // 可选\n}"},{"id":"65b5d87f-bd65-4914-81be-55a23541799e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/pay/1?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","pay","1"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"解析支付网关响应出错\",\n    \"Ok\": false\n}"}],"_postman_id":"4e62f3cb-0a2f-427d-aa42-984566124e5a"},{"name":"获取可用支付网关","id":"d17fec1a-577b-45cc-bd61-163ae3390987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/gateways","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","gateways"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7cf3d2d6-5a1b-4224-94bc-5a99df95e24d","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/gateways"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 2, // 网关ID\n            \"name\": \"EPay\", // 网关名称\n            \"currency\": \"\", // 货币转换\n            \"fixed_fee\": 0.00, // 固定手续费\n            \"fee\": 1.00 // 手续费百分比\n        },\n        {\n            \"id\": 1,\n            \"name\": \"USDT\",\n            \"currency\": \"\",\n            \"fixed_fee\": 0.00,\n            \"fee\": 0.00\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"7e390cd2-d091-4166-a8ab-ee995a538ce0","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/gateways"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d17fec1a-577b-45cc-bd61-163ae3390987"}],"id":"cd29e69e-a090-4407-bfc5-cdddbbb20447","_postman_id":"cd29e69e-a090-4407-bfc5-cdddbbb20447","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"系统","item":[{"name":"获取系统授权","id":"5a839f12-8f6b-4e28-aa13-b803e9d25fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/license","urlObject":{"path":["api","v1","license"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"f6405d7a-4bd2-41cc-ac04-db93b03d7fc9","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Type\": \"online\", // local 本地部署 online 本地部署 (在线授权) cloud 云面板\n        \"Valid\": true, // 是否授权\n        \"Level\": \"dev\", // personal 个人版 pro 专业版 business 商业版 dev 开发测试版\n        \"Until\": 0 // 时间戳 0为永久\n    },\n    \"Ok\": true\n}"},{"id":"9c8a0615-51df-4035-94f4-3acb3ede0428","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"5a839f12-8f6b-4e28-aa13-b803e9d25fff"},{"name":"获取系统设置","id":"1a408858-4c30-4fe2-b1b1-b0d204b1bb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/settings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"317199ec-e846-4976-a7e9-05b9a7218571","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"version\": \"\", // 版本号\n        \"site_name\": \"\", // 站点名称\n        \"script_mirror\": \"\", // 脚本源\n        \"pkg_mirror\": \"\", // 安装源\n        \"register\": \"false\", // 是否开启注册\n        \"register_invite\": \"false\", // 注册需要邀请码\n        \"register_recaptcha\": \"true\", // 是否开启注册验证码\n        \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\n        \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\n        \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\n        \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\n    },\n    \"Ok\": true\n}"},{"id":"c418c02b-17c5-4a32-834b-c00516fe9105","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"1a408858-4c30-4fe2-b1b1-b0d204b1bb17"},{"name":"获取插件页面","id":"d6bef9b3-fd70-447f-950d-62b648bcb489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/pages","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","pages"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"6ae29ded-c863-4bb0-876c-81b3dd89afb6","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        { // 页面\n            \"name\": \"Demo\", // 显示名称\n            \"icon\": \"event\", // 图标 (可为空)\n            \"path\": \"/demo\" // 路径\n        },\n        { // 页面\n            \"name\": \"test\", // 显示名称\n            \"icon\": \"\", // 图标 (可为空)\n            \"path\": \"/test\" // 路径\n        },\n        { // 菜单\n            \"name\": \"SDK\", // 显示名称\n            \"icon\": \"event\", // 图标 (可为空)\n            \"pages\": [ // 子页面\n                {\n                    \"name\": \"A\", // 显示名称\n                    \"icon\": \"event\", // 图标 (可为空)\n                    \"path\": \"/sdk/a\" // 路径\n                },\n                {\n                    \"name\": \"B\", // 显示名称\n                    \"icon\": \"\", // 图标 (可为空)\n                    \"path\": \"/sdk/b\" // 路径\n                }\n            ]\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"bf547f0a-4d94-4156-9eb7-bba1b9c22885","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"d6bef9b3-fd70-447f-950d-62b648bcb489"},{"name":"获取插件脚本","id":"0868e1e7-5a8b-4188-9a8f-763ea2679587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/scripts","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","scripts"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"51acdaa9-a769-4060-b52a-44adfaeb94b4","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/scripts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        \"/src/sdk/xxx.js\",\n        \"https://example.com/sdk.js\"\n    ],\n    \"Ok\": true\n}"},{"id":"69c4cddf-3491-4c7e-b78d-3ea67238ae5d","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/scripts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"0868e1e7-5a8b-4188-9a8f-763ea2679587"}],"id":"32ab2399-fb3e-412f-911f-98d5cf406f44","_postman_id":"32ab2399-fb3e-412f-911f-98d5cf406f44","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"状态","item":[{"name":"节点状态","id":"18fc7626-719a-4eb7-99d7-ff230edf6328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/status","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"protocol":"wss","path":["api","v1","ws","status"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"43015761-e684-436a-9d2d-452197c0938c","name":"成功","originalRequest":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/status"},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Now\": 1703940339, // 面板当前时间戳\n    \"Nodes\": {\n        \"1\": [ // 节点ID\n            {\n                \"SessionId\": \"xxx\", // 节点Session ID\n                \"Host\": {\n                    \"Platform\": \"debian\", // 系统\n                    \"PlatformVersion\": \"12.4\", // 系统版本号\n                    \"CPU\": [\n                        \"Intel(R) Xeon(R) CPU @ 2.00GHz 0 Virtual Core\"\n                    ], // CPU型号 \n                    \"MemTotal\": 1534046208, // 内存大小 (单位 b)\n                    \"DiskTotal\": 82324262912, // 硬盘大小 (单位 b)\n                    \"SwapTotal\": 12884893696, // Swap大小 (单位 b)\n                    \"Arch\": \"x86_64\", // 架构\n                    \"Virtualization\": \"kvm\", // 虚拟化类型\n                    \"BootTime\": 1702396211, // 启动时间\n                    \"IPv4\": \"\", // 节点 IPv4 地址 (仅管理员可见)\n                    \"IPv6\": \"\", // 节点 IPv6 地址 (仅管理员可见)\n                    \"CountryCode\": \"hk\", // 节点国家/地区代码\n                    \"Version\": \"1.1.6 (Core 1.2)\" // 后端版本号\n                },\n                \"State\": {\n                    \"CPU\": 8.695652162176149, // CPU占用\n                    \"MemUsed\": 693018624, // 已用内存 (单位 b)\n                    \"SwapUsed\": 0, // 已用Swap (单位 b)\n                    \"DiskUsed\": 13527203840, // 已用硬盘 (单位 b)\n                    \"NetInTransfer\": 369880001107, // 下载总流量 (单位 b)\n                    \"NetOutTransfer\": 358743466647, // 上传总流量 (单位 b)\n                    \"NetInSpeed\": 228448, // 下载速度 (单位 b/s)\n                    \"NetOutSpeed\": 222189, // 上传速度 (单位 b/s)\n                    \"Uptime\": 1544128, // 已启动时间 (单位 秒)\n                    \"Load1\": 0.08, // 近1分钟内平均负载\n                    \"Load5\": 0.06, // 近5分钟内平均负载\n                    \"Load15\": 0.06, // 近15分钟内平均负载\n                    \"TcpConnCount\": 298, // TCP连接数\n                    \"UdpConnCount\": 1, // UDP连接数\n                    \"ProcessCount\": 76 // 进程数量\n                },\n                \"Active\": 1703940339 // 节点上报时间 (超过多少秒视为掉线)\n            }\n        ]\n    }\n}"},{"id":"3061c7e4-30f8-41e0-bd32-a6ef02321509","name":"失败","originalRequest":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18fc7626-719a-4eb7-99d7-ff230edf6328"}],"id":"621f14c6-b54b-4231-9cb2-a78a8eadb3ee","_postman_id":"621f14c6-b54b-4231-9cb2-a78a8eadb3ee","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"Looking Glass","item":[{"name":"Ping","id":"c601f362-6c1b-467d-b708-42961e287db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/ping?node=1&host=1.1.1.1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"protocol":"wss","path":["api","v1","ws","looking-glass","ping"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"}],"variable":[]}},"response":[{"id":"aeeba14d-55a3-4d04-83f5-aaeca6317290","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/ping?node=1&host=1.1.1.1","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","ping"],"query":[{"key":"node","value":"1","description":"节点ID\n"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"PING 1.1.1.1 (1.1.1.1):\\n\",\n    \"Ok\": true\n}"},{"id":"4b118b0d-5f44-45ae-af0e-0c5169a2ada1","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/ping?node=1&host=1.1.1.1","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","ping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"c601f362-6c1b-467d-b708-42961e287db6"},{"name":"TCPing","id":"8dc94f51-1025-4627-8fee-e050e99a0065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/looking-glass/tcping?node=1&host=1.1.1.1&port=80","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","looking-glass","tcping"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"},{"description":{"content":"<p>端口号</p>\n","type":"text/plain"},"key":"port","value":"80"}],"variable":[]}},"response":[{"id":"fdaf9e0d-2b12-40b3-8c2d-15e10004ae80","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/looking-glass/tcping?node=1&host=dns.google&port=80","host":["https://dev.zeroteam.top"],"path":["api","v1","looking-glass","tcping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"dns.google","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口号"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"8.8.8.8\": \"3 ms\",\n        \"8.8.4.4\": \"3 ms\"\n    },\n    \"Ok\": true\n}"},{"id":"c9192df3-c65b-430e-8067-8d30590e04c2","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/looking-glass/tcping?node=1&host=1.1.1.1&port=80","host":["https://dev.zeroteam.top"],"path":["api","v1","looking-glass","tcping"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口号"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"8dc94f51-1025-4627-8fee-e050e99a0065"},{"name":"MTR","id":"0d9e92ea-4f41-4474-a3a4-2e2bc30c2a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/mtr?node=1&host=1.1.1.1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"protocol":"wss","path":["api","v1","ws","looking-glass","mtr"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"}],"variable":[]}},"response":[{"id":"a97bf69a-5bd5-434e-86b4-c449a2f5afaf","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/mtr?node=1&host=1.1.1.1","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","mtr"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Avg\": 3,\n        \"Best\": 3,\n        \"Host\": \"1.1.1.1\",\n        \"Last\": 3,\n        \"LossPercent\": 0,\n        \"Sent\": 5,\n        \"TTL\": 4,\n        \"Worst\": 3\n    },\n    \"Ok\": true\n}"},{"id":"fbed4e4d-4bfb-4b27-b072-93376b3831f3","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/mtr?node=1&host=1.1.1.1","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","mtr"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"0d9e92ea-4f41-4474-a3a4-2e2bc30c2a15"},{"name":"IPerf3","id":"c593a01d-73dd-4eb1-97c1-477ff888869d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"protocol":"wss","path":["api","v1","ws","looking-glass","iperf3"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"node","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 机器标识符 (默认随机分配任务) </p>\n","type":"text/plain"},"key":"session","value":""},{"disabled":true,"description":{"content":"<p>[可选] 流量出口</p>\n","type":"text/plain"},"key":"outbound","value":""},{"description":{"content":"<p>主机地址 (IP/域名)</p>\n","type":"text/plain"},"key":"host","value":"1.1.1.1"},{"description":{"content":"<p>端口</p>\n","type":"text/plain"},"key":"port","value":"80"},{"description":{"content":"<p>线程数量</p>\n","type":"text/plain"},"key":"parallel","value":"1"},{"description":{"content":"<p>下载模式 ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"reverse","value":"true"},{"description":{"content":"<p>是否使用UDP ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"udp","value":"true"},{"description":{"content":"<p>是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关</p>\n","type":"text/plain"},"key":"ipv6","value":"true"}],"variable":[]}},"response":[{"id":"014bbe31-da11-49a7-99d8-992f1dbddf18","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","iperf3"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口"},{"key":"parallel","value":"1","description":"线程数量"},{"key":"reverse","value":"true","description":"下载模式 ( true 开 / false 关 ) 默认 关"},{"key":"udp","value":"true","description":"是否使用UDP ( true 开 / false 关 ) 默认 关"},{"key":"ipv6","value":"true","description":"是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Id\": \"ID\",\n        \"Interval\": \"\",\n        \"Transfer\": \"\",\n        \"Bitrate\": \"\",\n        \"Retr\": 0,\n        \"Cwnd\": \"\",\n        \"Jitter\": \"\",\n        \"Datagrams\": \"\",\n        \"Tag\": \"\",\n        \"Raw\": \"[ ID] Interval           Transfer     Bitrate         Retr  Cwnd\",\n        \"Traffic\": 0\n    },\n    \"Ok\": true\n}"},{"id":"d0127031-15e9-47ed-bcb4-c011975c7d0c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"wss://https://dev.zeroteam.top/api/v1/ws/looking-glass/iperf3?node=1&host=1.1.1.1&port=80&parallel=1&reverse=true&udp=true&ipv6=true","protocol":"wss","host":["https://dev.zeroteam.top"],"path":["api","v1","ws","looking-glass","iperf3"],"query":[{"key":"node","value":"1","description":"节点ID"},{"key":"session","value":"","description":"[可选] 机器标识符 (默认随机分配任务) ","disabled":true},{"key":"outbound","value":"","description":"[可选] 流量出口","disabled":true},{"key":"host","value":"1.1.1.1","description":"主机地址 (IP/域名)"},{"key":"port","value":"80","description":"端口"},{"key":"parallel","value":"1","description":"线程数量"},{"key":"reverse","value":"true","description":"下载模式 ( true 开 / false 关 ) 默认 关"},{"key":"udp","value":"true","description":"是否使用UDP ( true 开 / false 关 ) 默认 关"},{"key":"ipv6","value":"true","description":"是否强制使用IPv6解析域名 ( true 开 / false 关 ) 默认 关"}]}},"status":"Switching Protocols","code":101,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": \"管理员禁用了此节点的 Looking Glass\",\n    \"Ok\": false\n}"}],"_postman_id":"c593a01d-73dd-4eb1-97c1-477ff888869d"}],"id":"4793416d-85fd-4a38-8833-40cb7783821d","_postman_id":"4793416d-85fd-4a38-8833-40cb7783821d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"管理员区","item":[{"name":"用户","item":[{"name":"余额","item":[{"name":"获取余额变更日志","id":"7870224c-6629-47b2-9299-36614e48c89c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"6f14bb1d-2638-429c-9fe0-2239f333d577","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (充值), cdkey (兑换码), invite_reward (通过邀请码注册奖励), affiliate_payout (邀请奖提现至余额), buy_plan (购买套餐), manual_renew (手动续费), manual_reset_traffic (手动重置流量), auto_renew (自动续费), auto_reset_traffic (自动重置流量), admin_edit (管理员修改)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"063d82cb-fa33-4e03-be61-63e79ad0b752","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"7870224c-6629-47b2-9299-36614e48c89c"},{"name":"重置余额变更日志","id":"8579adfd-4401-4986-b0e4-687341d8427a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fe689ed2-b7a2-4369-8170-c670318879b7","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"b02aa029-0972-4a1a-ad93-180e0735c4a3","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/balance/logs?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","balance","logs"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8579adfd-4401-4986-b0e4-687341d8427a"}],"id":"45cb164a-404b-465b-884b-6df973e9bb2c","_postman_id":"45cb164a-404b-465b-884b-6df973e9bb2c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"邀请","item":[{"name":"获取受邀用户列表","id":"5e63d311-040d-42ac-b831-9d1436c32e9d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user/affiliate","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 邀请人ID</p>\n","type":"text/plain"},"key":"invite_user_id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"first_charged"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"30ee36c8-5126-495e-81e7-c39c0a401797","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","affiliate"],"query":[{"key":"invite_user_id","value":"1","description":"[可选] 邀请人ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 被邀请用户ID\n            \"invite_user_id\": 1, // 邀请用户ID\n            \"first_charged\": false, // 已完成首单充值\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"f5e9b5f8-3bc1-415d-a4d4-d7f167dc5bac","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","affiliate"],"query":[{"key":"invite_user_id","value":"1","description":"[可选] 邀请人ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"first_charged","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5e63d311-040d-42ac-b831-9d1436c32e9d"}],"id":"d1849c6a-8e28-45a7-ab62-ee42f1af6004","_postman_id":"d1849c6a-8e28-45a7-ab62-ee42f1af6004","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"获取全部用户","id":"3ff82d1d-7e6a-43ef-b365-a6389e377ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"432aa6cf-ef67-47cb-99cb-7e6152e42e2b","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 用户ID\n            \"username\": \"demo\", // 用户名\n            \"name\": \"demo\", // 昵称\n            \"plan_id\": 0, // 套餐ID\n            \"permission_id\": 0, // 权限组ID\n            \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n            \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n            \"auto_renew\": false, // 自动续费状态\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"traffic\": 0, // 总流量 (单位 b)\n            \"traffic_used\": 0, // 已用流量 (单位 b)\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"balance\": 0, // 余额\n            \"price\": 0, // 续费价格 (单位 元)\n            \"period\": 0, // 套餐周期 (单位 天)\n            \"permission\": 2, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n            \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n            \"last_ip\": \"1.2.3.4\", // 上次登录IP \n            \"last_active\": \"2024-01-06 00:00:00\", // 上次登录时间\n            \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"58d6d67d-8a47-4b46-857d-62e66479ab53","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"3ff82d1d-7e6a-43ef-b365-a6389e377ec5"},{"name":"获取指定用户","id":"fa0b7f68-ce85-4f7e-ae37-90ff0b623873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4ee3849f-8a8a-4ce5-9728-ad4081ab3156","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 用户ID\n        \"username\": \"demo\", // 用户名\n        \"name\": \"demo\", // 昵称\n        \"plan_id\": 0, // 套餐ID\n        \"permission_id\": 0, // 权限组ID\n        \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\n        \"auto_renew\": false, // 自动续费状态\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"traffic\": 0, // 总流量 (单位 b)\n        \"traffic_used\": 0, // 已用流量 (单位 b)\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS\n        \"burst_qps\": 0, // 突发QPS (0为无突发) \n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"balance\": 0, // 余额\n        \"price\": 0, // 续费价格 (单位 元)\n        \"period\": 0, // 套餐周期 (单位 天)\n        \"permission\": 2, // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\n        \"token\": \"nca2kP21Kgy2lECgqgem\", // API Token\n        \"last_ip\": \"1.2.3.4\", // 上次登录IP \n        \"last_active\": \"2024-01-06 00:00:00\", // 上次登录时间\n        \"registration_date\": \"2023-12-29 14:44:24\" // 注册时间\n    },\n    \"Ok\": true\n}"},{"id":"d9b69114-b3cb-452c-bb85-c705e36a926c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此用户不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"fa0b7f68-ce85-4f7e-ae37-90ff0b623873"},{"name":"添加用户","id":"3a2d7c86-2dea-40db-9f67-9d43d75165da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/user","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"2a893c29-5b7c-41b7-85db-27cd245881ab","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"97dcf17e-370d-4d6e-897f-97fc4896fef4","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demo\", // 用户名\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"3a2d7c86-2dea-40db-9f67-9d43d75165da"},{"name":"编辑用户","id":"5de3b904-f7c8-4dc3-82e4-439591981f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/user?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"015c90c2-9828-41b6-bfea-f029657c170e","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"bc08b4ec-876c-4fda-ab35-d0123dcb246e","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo\", // 昵称\r\n    \"password\": \"xxxxx\", // 密码 (不修改请留空)\r\n    \"plan_id\": 0, // 套餐ID\r\n    \"permission_id\": 0, // 权限组ID\r\n    \"reset_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"expire_date\": \"0001-01-01\", // 流量重置日期 (0001-01-01等同于0000-00-00 未设置)\r\n    \"auto_renew\": false, // 自动续费状态\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"traffic\": 0, // 总流量 (单位 b)\r\n    \"traffic_used\": 0, // 已用流量 (单位 b)\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"balance\": 0, // 余额\r\n    \"price\": 0, // 续费价格 (单位 元)\r\n    \"period\": 0, // 套餐周期 (单位 天)\r\n    \"permission\": 2 // 权限 (0: 已封禁 1: 普通用户 2: 管理员)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5de3b904-f7c8-4dc3-82e4-439591981f32"},{"name":"删除用户","id":"13fe7d58-f311-4b80-aa0a-268d69e62d9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/user?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"caf9e053-23da-4166-b306-ce26ea4b9942","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"062b7735-08e4-4a2f-9a82-04b69aa33075","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"13fe7d58-f311-4b80-aa0a-268d69e62d9b"},{"name":"重置用户已用流量","id":"54461d26-66bb-4050-8d91-2487979609fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://dev.zeroteam.top/api/v1/admin/user/resetTraffic?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","user","resetTraffic"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"bf622fdc-e027-442e-9801-1656ce046aa9","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"用户ID","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/admin/user/resetTraffic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"8d55a0c6-80fe-4dec-8ac4-677e3d850ccd","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/user/resetTraffic?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","user","resetTraffic"],"query":[{"key":"id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此用户不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"54461d26-66bb-4050-8d91-2487979609fe"}],"id":"55565ea1-f088-475a-bea5-658fe25594ef","_postman_id":"55565ea1-f088-475a-bea5-658fe25594ef","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"邀请","item":[{"name":"邀请奖励余额","item":[{"name":"获取余额变更日志","id":"d730f15e-fe1b-4d7c-b53f-ff977cca3ec7","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"type"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"charge"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"3249a470-7aa3-4ab2-aaa6-7ac1dd76ab7a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // ID\n            \"user_id\": 1, // 用户ID\n            \"type\": \"\", // 类型: charge (被邀请用户充值), payout (提现)\n            \"value\": 0.00, // 变更值\n            \"origin_value\": 0.00, // 变更前\n            \"new_value\": 0.00, // 变更后\n            \"note\": \"\", // 说明\n            \"created_at\": \"2024-05-13\" // 时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"4463bbe5-cf0d-4eac-af92-dde1256667cb","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"[可选] 用户ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"type","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"charge","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d730f15e-fe1b-4d7c-b53f-ff977cca3ec7"},{"name":"重置余额变更日志","id":"6335287a-c82e-4acc-b9fd-577e052a5de3","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs?user_id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","affiliate","balance","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"b2fd364f-2f00-4ee2-8124-c3162deeaacc","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"fbebeb67-760b-4900-b051-78b07323b42d","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/balance/logs?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","balance","logs"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6335287a-c82e-4acc-b9fd-577e052a5de3"}],"id":"ff5469d6-42ae-43b4-87e8-7a6cc0a8214d","_postman_id":"ff5469d6-42ae-43b4-87e8-7a6cc0a8214d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"获取邀请信息","id":"a788d943-e43b-49c5-8064-ce7a7aa42461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/affiliate","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"code"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"AABBCC"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"}],"variable":[]}},"response":[{"id":"d71c7b10-7eb2-4e5d-b22f-12d0d4eeb23d","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"code","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"AABBCC","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 0, // ID\n            \"user_id\": 0, // 用户 ID\n            \"code\": \"\", // 邀请码\n            \"balance\": \"\", // 邀请奖励余额\n            \"created_at\": \"2024-05-13\" // 激活时间 \n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"0689a9a6-4b68-4dec-b575-aab1e946b109","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"code","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"AABBCC","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a788d943-e43b-49c5-8064-ce7a7aa42461"},{"name":"获取指定用户邀请信息","id":"640e1a0e-44f1-4155-82fa-9690b3ee5c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/affiliate?user_id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","affiliate"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"4a7eb1fd-386b-49bb-a01e-1bd471f1d613","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Data\": {\n        \"user_id\": 0, // 用户 ID\n        \"code\": \"\", // 邀请码\n        \"balance\": \"\", // 邀请奖励余额\n        \"created_at\": \"2024-05-13\" // 激活时间 \n    }\n}"},{"id":"96b60af4-b769-4f1c-bc49-039af5d24fd8","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"640e1a0e-44f1-4155-82fa-9690b3ee5c92"},{"name":"提现邀请奖励","id":"6a055fdf-fdb3-47fb-8f0a-5beb3422fe26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"<p>提现金额</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/admin/affiliate/payout?user_id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","affiliate","payout"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"ba89349d-70ac-4f49-805c-82df6526554d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","description":"提现金额","type":"text"}]},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/payout?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","payout"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"f473f5be-7b16-4207-b2cd-19f4bd00b574","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"money","value":"5","equals":true,"description":"提现金额"}]},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/affiliate/payout?user_id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","affiliate","payout"],"query":[{"key":"user_id","value":"1","description":"用户ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6a055fdf-fdb3-47fb-8f0a-5beb3422fe26"}],"id":"d83d5665-31f4-4dfe-ae6a-286376106930","_postman_id":"d83d5665-31f4-4dfe-ae6a-286376106930","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"转发管理","item":[{"name":"转发规则","item":[{"name":"获取全部规则","id":"a376dbc2-af6e-4063-9ef6-52ebeea01e8d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"66dc275a-7c95-41b5-82a7-f7d8e2fa400e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n            \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"outbound\": \"\", // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_node\": 0, // 出口节点\n            \"dest_device\": 0, // 出口设备\n            \"dest_sync\": false // 出口同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"d9d96dc7-4900-4ee9-8c96-2dd5c7b6b27e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a376dbc2-af6e-4063-9ef6-52ebeea01e8d"},{"name":"获取指定规则","id":"fb6a1bb1-33bc-43e3-8564-f8279e23f2bf","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f693fbae-6ebc-4d19-b43d-b6ac69ba5591","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\n        \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"outbound\": \"\", // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_node\": 0, // 出口节点\n        \"dest_device\": 0, // 出口设备\n        \"dest_sync\": false // 出口同步状态\n    },\n    \"Ok\": true\n}"},{"id":"690734d1-6bd2-498a-932b-c6964e6d3e09","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"fb6a1bb1-33bc-43e3-8564-f8279e23f2bf"},{"name":"修改规则","id":"a98ec4be-d613-4b9c-a0e2-c93770611d8c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"d7131683-91f8-47e2-aa77-3c2097ff54d4","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"e5eb66ba-1759-4a47-803d-59234f38b944","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"mode\": 0, // 模式 (0: 单转发 1: 负载均衡 2: 故障转移 3: IP Hash)\r\n    \"resolve\": 0, // 模式 (0: 跟随节点设置 1: 默认 2: IPv4 优先 3: IPv6 优先 4: 仅 IPv4 5: 仅 IPv6)\r\n    \"targets\": \"127.0.0.1:22\\n[:1]:22\", // 目标\r\n    \"outbound\": \"\", // 流量出口\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"dest_node\": 0, // 出口节点ID\r\n    \"dest_device\": 0 // 出口设备ID\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"a98ec4be-d613-4b9c-a0e2-c93770611d8c"},{"name":"删除规则","id":"c797f4e5-9351-4c2f-8c86-40664838a76c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7dbf8130-b57b-41c4-9d22-bf4a4517eee2","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"024abee4-cf28-4c74-84ed-ce0613d21512","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"c797f4e5-9351-4c2f-8c86-40664838a76c"},{"name":"重启规则","id":"5761b2cc-9126-4769-8c4b-0e50ae27dfc2","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/restart?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"286d7e18-8431-4690-9b56-89dc84aaa5c0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"b513cddb-9a62-4485-b6eb-f666c8aded7e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"5761b2cc-9126-4769-8c4b-0e50ae27dfc2"},{"name":"暂停规则","id":"bc23b194-0f8e-4fef-b14b-58c5cb3e49f5","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/stop?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"bb9ef816-8032-4ec0-b1f1-7606dc01a0ad","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"1585453b-f122-4c5b-9ef6-d64ce7214837","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"bc23b194-0f8e-4fef-b14b-58c5cb3e49f5"},{"name":"启用规则","id":"4798e4cd-155f-4ba5-b4d2-0bc80a0ea954","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/start?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"a47628c2-407b-40f1-96cb-d3b4dbe03bf1","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"ff5563bc-2dc6-434d-b604-dec120d21251","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"4798e4cd-155f-4ba5-b4d2-0bc80a0ea954"},{"name":"规则流量统计","id":"e4a15a1d-6866-42ed-b634-800c4d617fb9","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"e871221c-3ddf-4030-bed8-9239d59b8cb2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"20907333-5dce-4ae7-8597-c593a5f39536","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e4a15a1d-6866-42ed-b634-800c4d617fb9"},{"name":"重置规则流量统计","id":"f978f38a-21dd-45f6-a11e-b1eaa999506d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"cd22f90d-b33f-4e95-904d-f6a0d62e585d","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"a6ab9a43-c69c-4d37-af37-ae6c7813c9ce","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f978f38a-21dd-45f6-a11e-b1eaa999506d"},{"name":"规则诊断","id":"13f73856-567c-4c6b-8150-b4538beb23cc","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/forward_rule/debug?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"96a60773-5f2f-4cdd-b47c-fb7333f976c1","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"example.com:443\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:24\", // 出口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"localhost:22\": { // 目标地址\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回目标地址解析IP地址和延迟\n                        \"127.0.0.1\": \"1 ms\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"d4b14bc7-6887-4d40-8623-f2af9127e6d3","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    },\n    \"OutBound\": {\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 出口节点反馈状态\n    }, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"170fa389-3947-4fb8-a026-01781f19a529","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null,\n    \"OutBound\": null, // 出口节点诊断 (可选)\n    \"ShowOutbound\": true // 是否包含出口节点诊断\n}"},{"id":"fe9998b3-83f3-43f4-8ef8-6881805352be","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"13f73856-567c-4c6b-8150-b4538beb23cc"}],"id":"7d3a3000-d5c7-4b86-8ccc-d65e9bb3564f","_postman_id":"7d3a3000-d5c7-4b86-8ccc-d65e9bb3564f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部规则","id":"1bb33e03-3c22-4a82-acee-e7097adb18e5","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"7a1a011c-9575-4784-93e1-d842369e9f42","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 规则ID\n            \"user_id\": 1, // 用户ID\n            \"node_id\": 1, // 节点ID\n            \"name\": \"\", // 名称\n            \"protocol\": \"\", // 协议\n            \"bind\": \"10022\", // 监听端口 / 绑定域名\n            \"targets\": \"127.0.0.1:22\", // 目标\n            \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n            \"conf\": {\n                \"key\": \"value\"\n            }, //配置项\n            \"status\": \"\", // 状态\n            \"sync\": false, // 入口节点同步状态\n            \"dest_device\": 0, // 内网设备\n            \"dest_sync\": false // 内网设备同步状态\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"648df143-8dfc-43a2-bb7f-7f5347bea2d9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1bb33e03-3c22-4a82-acee-e7097adb18e5"},{"name":"获取指定规则","id":"967831a3-d6c6-48fa-8da7-ff0ca8e554dd","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4de7f15a-986a-4cfe-a841-e272a98f607e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 规则ID\n        \"user_id\": 1, // 用户ID\n        \"node_id\": 1, // 节点ID\n        \"name\": \"\", // 名称\n        \"protocol\": \"\", // 协议\n        \"bind\": \"10022\", // 监听端口 / 绑定域名\n        \"targets\": \"127.0.0.1:22\", // 目标\n        \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\n        \"conf\": {\n            \"key\": \"value\"\n        }, //配置项\n        \"status\": \"\", // 状态\n        \"sync\": false, // 入口节点同步状态\n        \"dest_device\": 0, // 内网设备\n        \"dest_sync\": false // 内网设备同步状态\n    },\n    \"Ok\": true\n}"},{"id":"2ba9e759-c361-4a52-8c43-244b927a4108","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"967831a3-d6c6-48fa-8da7-ff0ca8e554dd"},{"name":"修改规则","id":"d020c0d2-a62a-4fd8-afc5-38fbbaaaa498","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"5df7354f-68e5-44ec-accf-db952a756e8d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"0b0e9cdb-b324-44bc-824a-ec1f00b09b2c","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 名称\r\n    \"targets\": \"127.0.0.1:22\", // 目标\r\n    \"proxy_protocol\": 0, // Proxy Protocol协议 (0:关闭 1:v1 2:v2 255:RProxy)\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    } // 配置项\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d020c0d2-a62a-4fd8-afc5-38fbbaaaa498"},{"name":"删除规则","id":"6eb4b70f-a370-474d-97f8-d57e7cb42771","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"804bdf90-d6d8-4f05-9d76-643689a80f05","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d204b5f3-8c3a-4a11-8c83-f28864ac50ed","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6eb4b70f-a370-474d-97f8-d57e7cb42771"},{"name":"重启规则","id":"9279a441-c384-4436-af99-f8ff37ffb7ab","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/restart?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","restart"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1d0f8dbe-fcd9-48cd-8498-74996b861ffb","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"6108703d-3367-475d-a830-23b33776f124","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/restart?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","restart"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"9279a441-c384-4436-af99-f8ff37ffb7ab"},{"name":"暂停规则","id":"530a94e1-59e9-4603-915a-55f754619147","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/stop?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","stop"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"a4469398-a599-4df3-ab41-fa4f7bb6d547","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"8df1a8a5-3f91-49d5-89a1-8f4b5314147e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/stop?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","stop"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"530a94e1-59e9-4603-915a-55f754619147"},{"name":"启用规则","id":"eb8391d6-b8b3-4d1f-a532-a25669baf93c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/start?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","start"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1ab6ae07-5bb3-48d3-9d54-847aa4c97d5f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Msg\": \"操作成功\"\n}"},{"id":"8b7e9bf8-7056-4b5b-b2f7-5846559aa754","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/start?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","start"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"eb8391d6-b8b3-4d1f-a532-a25669baf93c"},{"name":"规则流量统计","id":"6009cff5-842f-44ec-b690-adae2af5cccc","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"13a80e40-85ad-4448-ac03-47aa0ff91ec0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"rule_id\": 1, // 规则ID\n            \"traffic\": 0, // 流量 (单位 b)\n            \"date\": \"2023-11-30\" // 日期\n        }\n    ]\n}"},{"id":"11ca5c1d-37a5-4b7f-8b0d-b160993eb5f9","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"[可选] 规则ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"6009cff5-842f-44ec-b690-adae2af5cccc"},{"name":"重置规则流量统计","id":"1e299951-1822-47a9-b366-7dd253d8df10","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","statistics"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"9a2872f2-ff5f-4816-bd74-1dd807d41625","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"d176835d-44bd-4c03-afef-f375c4563f27","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/statistics?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","statistics"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1e299951-1822-47a9-b366-7dd253d8df10"},{"name":"规则诊断","id":"ac7b3e6b-b555-42d1-9be8-b6f07ef274d4","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/debug?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_forward_rule","debug"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>规则ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b424b226-754e-4d7b-8357-64a4b0388858","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": {\n            \"Timestarp\": \"2023-12-29 17:25\", // 入口节点当前北京时间\n            \"Error\": 0, // 上次错误代码 (0为无)\n            \"Status\": \"Active\", // 规则状态\n            \"MaxConn\": 0, // 最大连接数 (0为不限制)\n            \"Connected\": 0, // 已链接数量\n            \"Targets\": { // 目标诊断\n                \"RClient\": {\n                    \"Ok\": true, // 目标状态\n                    \"Error\": \"\", // 如果状态不正常则返回错误信息\n                    \"Data\": { // 如果状态正常则返回连接信息\n                        \"TCP\": \"已连接 (1.2.3.4:12345)\",\n                        \"UDP\": \"已连接 (1.2.3.4:12345)\"\n                    }\n                }\n            }\n        },\n        \"Ok\": true // 入口节点反馈状态\n    }\n}"},{"id":"4f1cc6b9-d590-4f08-b899-50c846630e55","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": { // 入口节点反馈\n        \"Data\": \"rule not found\", // 消息内容\n        \"Ok\": false // 入口节点反馈状态\n    }\n}"},{"id":"68ca3af3-df1d-49fa-9b57-1f3b3f73504c","name":"节点链接失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"InBound\": null\n}"},{"id":"504f19ac-74ca-4d51-a31a-19af63bc8e6a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_forward_rule/debug?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_forward_rule","debug"],"query":[{"key":"id","value":"1","description":"规则ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"ac7b3e6b-b555-42d1-9be8-b6f07ef274d4"}],"id":"bbe1884f-59de-4f50-b4e8-7b2c8c30889e","_postman_id":"bbe1884f-59de-4f50-b4e8-7b2c8c30889e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"4c2129f4-3458-44ec-b59d-d3a21b33ac9f","_postman_id":"4c2129f4-3458-44ec-b59d-d3a21b33ac9f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"套餐","item":[{"name":"获取全部套餐","id":"922cb0f6-13c2-4814-a924-15dccc3a1a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plan","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"a7febf08-b315-4cde-821a-aa6fad5d91ea","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 套餐ID\n            \"order\": 0, // 套餐排序\n            \"name\": \"Test Plan\", // 套餐名称\n            \"permission_id\": 1, // 权限组ID\n            \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\n            \"rule\": 0, // 转发规则数量\n            \"nat_rule\": 0, // 内网穿透规则数量\n            \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n            \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n            \"qps\": 0, // QPS (0为不限制)\n            \"burst_qps\": 0, // 突发QPS (0为无突发)\n            \"max_ips\": 0, // 最大IP数 (0为不限制)\n            \"max_conn\": 0, // 最大连接数 (0为不限制)\n            \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n            \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n            \"ip_qps\": 0, // 单IP QPS (0为不限制)\n            \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"traffic\": 0, // 套餐流量 (单位 b)\n            \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\n            \"price\": 0, // 价格 (单位 元)\n            \"period\": 0, // 时长 (单位 天)\n            \"note\": \"\" // 说明\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"a799833b-4912-4a36-969d-843cc9c4c06a","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"922cb0f6-13c2-4814-a924-15dccc3a1a5b"},{"name":"获取指定套餐","id":"f4e76d0c-c206-4bea-866e-5db114bf27fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"8e3c5009-ff83-40b4-a3a6-08430d904270","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 套餐ID\n        \"order\": 0, // 套餐排序\n        \"name\": \"Test Plan\", // 套餐名称\n        \"permission_id\": 1, // 权限组ID\n        \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\n        \"rule\": 0, // 转发规则数量\n        \"nat_rule\": 0, // 内网穿透规则数量\n        \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\n        \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\n        \"qps\": 0, // QPS (0为不限制)\n        \"burst_qps\": 0, // 突发QPS (0为无突发)\n        \"max_ips\": 0, // 最大IP数 (0为不限制)\n        \"max_conn\": 0, // 最大连接数 (0为不限制)\n        \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\n        \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\n        \"ip_qps\": 0, // 单IP QPS (0为不限制)\n        \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"traffic\": 0, // 套餐流量 (单位 b)\n        \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\n        \"price\": 0, // 价格 (单位 元)\n        \"period\": 0, // 时长 (单位 天)\n        \"note\": \"\" // 说明\n    },\n    \"Ok\": true\n}"},{"id":"e3cf678a-0de8-440a-a3c1-b1cefbe1a0ca","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"2","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此套餐不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"f4e76d0c-c206-4bea-866e-5db114bf27fe"},{"name":"添加套餐","id":"f6f1220c-947b-47c7-bdf5-9c78077aa6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/plan","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"7aabdb65-6249-4ca3-95bb-7e96939d7e5a","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"002aed58-c406-46e6-8938-1d08297a6a14","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"f6f1220c-947b-47c7-bdf5-9c78077aa6d3"},{"name":"编辑套餐","id":"59ec06b8-a6be-4330-9e4e-90a6c66d6ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"744326c2-931a-4de4-b40d-3589ea1c90aa","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"4350eed1-f6ac-406b-bb5b-828d9c33fcdc","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 套餐排序\r\n    \"name\": \"Test Plan\", // 套餐名称\r\n    \"permission_id\": 1, // 权限组ID\r\n    \"hidden\": false, // 是否隐藏 隐藏套餐不会被显示 也无法新购\r\n    \"rule\": 0, // 转发规则数量\r\n    \"nat_rule\": 0, // 内网穿透规则数量\r\n    \"speed\": 0, // 限速 (0为不限制) (单位 Mbps)\r\n    \"burst_speed\": 0, // 突发限速 (0为无突发) (单位 Mbps)\r\n    \"qps\": 0, // QPS (0为不限制)\r\n    \"burst_qps\": 0, // 突发QPS (0为无突发)\r\n    \"max_ips\": 0, // 最大IP数 (0为不限制)\r\n    \"max_conn\": 0, // 最大连接数 (0为不限制)\r\n    \"ip_speed\": 0, // 单IP限速 (0为不限制) (单位 Mbps)\r\n    \"ip_burst_speed\": 0, // 单IP突发限速 (0为无突发) (单位 Mbps)\r\n    \"ip_qps\": 0, // 单IP QPS (0为不限制)\r\n    \"ip_burst_qps\": 0, // 单IP突发QPS (0为无突发) \r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"traffic\": 0, // 套餐流量 (单位 b)\r\n    \"qty\": 999, // 剩余库存 (兑换码不受库存限制)\r\n    \"price\": 0, // 价格 (单位 元)\r\n    \"period\": 0, // 时长 (单位 天)\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"59ec06b8-a6be-4330-9e4e-90a6c66d6ee5"},{"name":"删除套餐","id":"0452752b-620c-4163-80c8-7447e933f63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"33e22c4b-f433-475f-8962-886d964213c7","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"69d28bf4-9061-4bea-9f50-e5e0faa9d063","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"0452752b-620c-4163-80c8-7447e933f63a"},{"name":"套餐同步","id":"dc06b930-b6a0-4b06-b310-b5d721c4b48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plan/sync?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plan","sync"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>套餐ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c6ba296a-a8bb-4dea-9109-d6f9dbb2e258","name":"成功","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan/sync?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan","sync"],"query":[{"key":"id","value":"1","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"02963122-5928-4267-af30-87c629898647","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plan/sync?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plan","sync"],"query":[{"key":"id","value":"2","description":"套餐ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此套餐不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"dc06b930-b6a0-4b06-b310-b5d721c4b48b"}],"id":"53d3bcbf-9afb-45ee-8bbb-a943a37e8d76","_postman_id":"53d3bcbf-9afb-45ee-8bbb-a943a37e8d76","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"权限组","item":[{"name":"获取全部权限组","id":"44a0a189-4a9c-4571-b27e-df1d99ee874c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/permission","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"a5922853-288c-4dd9-8e6f-2478c400dcb2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 权限组 ID\n            \"name\": \"\", // 权限组名称\n            \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n            \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n            \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"dedc0db8-b9b1-4b53-a304-6ab352897251","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"44a0a189-4a9c-4571-b27e-df1d99ee874c"},{"name":"获取指定权限组","id":"08d543a1-80b7-4114-97e1-f3cd7e57240d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"61d333ff-a58a-4c42-b888-121468d40d24","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 权限组 ID\n        \"name\": \"\", // 权限组名称\n        \"nodes\": \"\", // 可用节点ID (使用 | 分割)\n        \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\n        \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\n    },\n    \"Ok\": true\n}"},{"id":"3b0f23e2-3aff-4432-b097-5464ddffb0ac","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"2","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此权限组不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"08d543a1-80b7-4114-97e1-f3cd7e57240d"},{"name":"添加权限组","id":"1971fa37-c7db-4b87-be37-93e9c51a93a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/permission","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"fb313560-a5a8-4877-b58e-6060e84ca6d5","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"99d7a15f-c80a-4b5f-bbc3-321b08fb1dea","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1971fa37-c7db-4b87-be37-93e9c51a93a0"},{"name":"编辑权限组","id":"8c25e846-8071-46e5-b833-e2fd10acf337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1f145a13-c191-4478-824d-0c50a70512be","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"8b17cc3c-ca77-4446-86b7-5c68d581f468","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1, // 权限组 ID\r\n    \"name\": \"\", // 权限组名称\r\n    \"nodes\": \"\", // 可用节点ID (使用 | 分割)\r\n    \"protocol\": \"\", // 可用转发协议 (使用 | 分割)\r\n    \"nat_protocol\": \"\" // 可用内网穿透协议 (使用 | 分割)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8c25e846-8071-46e5-b833-e2fd10acf337"},{"name":"删除权限组","id":"b5fd71af-a297-4a72-8fd0-bb7bcebf49a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","permission"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>权限组ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"c30e1a44-f311-4b49-b67c-4326ca629ef0","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"178c72e9-e37a-4d4d-8ab8-5d6e37d08d5a","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/permission?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","permission"],"query":[{"key":"id","value":"1","description":"权限组ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b5fd71af-a297-4a72-8fd0-bb7bcebf49a8"}],"id":"710c434e-bed3-4aaf-a430-84e383d7f9c4","_postman_id":"710c434e-bed3-4aaf-a430-84e383d7f9c4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"节点","item":[{"name":"获取全部节点","id":"06f65e69-748b-494d-82b7-127cd7401617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/node","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"0905e8fe-234e-4ebb-af58-951f11ca8115","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 节点ID\n            \"order\": 0, // 节点排序\n            \"name\": \"\", // 节点名称\n            \"addr\": \"\", // 节点地址\n            \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\n            \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"protocol\": \"\", // 转发协议 (用 | 分割)\n            \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"outbounds\": {\n                \"CT\": \"192.168.1.1\"\n            }, // 流量出口\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\n            \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n            \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n            \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\n            \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\n            \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\n            \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\n            \"insecure\": false, // 允许不安全\n            \"traffic\": 1, // 流量倍率 (倍率)\n            \"speed\": 1, // 限速倍率 (速率)\n            \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n            \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n            \"advanced_security\": false, // 高级安全模式\n            \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n            \"firewall\": false, // 防火墙状态\n            \"detect_all_traffic\": false, // 检测全部流量\n            \"protect\": false, // 保护模式\n            \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\n            \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\n            \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\n            \"secret\": \"xxxxx\", // 节点密钥 \n            \"port_range\": \"10000-60000\", // 端口范围\n            \"reserved_ports\": \"\", // 保留的监听端口\n            \"reserved_target_ports\": \"\", // 保留的目标端口\n            \"note\": \"\", // 说明\n            \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"3183a772-645b-45b0-8729-6373d8b0c18e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"06f65e69-748b-494d-82b7-127cd7401617"},{"name":"获取指定节点","id":"db51baf1-a841-46e4-a6d6-bcde3205c8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/node?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"8220f076-ebf6-4f09-bcfc-1bdf9b164f2e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 节点ID\n        \"order\": 0, // 节点排序\n        \"name\": \"\", // 节点名称\n        \"addr\": \"\", // 节点地址\n        \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\n        \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"protocol\": \"\", // 转发协议 (用 | 分割)\n        \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"outbounds\": {\n            \"CT\": \"192.168.1.1\"\n        }, // 流量出口\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\n        \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\n        \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\n        \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\n        \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\n        \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\n        \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\n        \"insecure\": false, // 允许不安全\n        \"traffic\": 1, // 流量倍率 (倍率)\n        \"speed\": 1, // 限速倍率 (速率)\n        \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\n        \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\n        \"advanced_security\": false, // 高级安全模式\n        \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\n        \"firewall\": false, // 防火墙状态\n        \"detect_all_traffic\": false, // 检测全部流量\n        \"protect\": false, // 保护模式\n        \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\n        \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\n        \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\n        \"secret\": \"xxxxx\", // 节点密钥 \n        \"port_range\": \"10000-60000\", // 端口范围\n        \"reserved_ports\": \"\", // 保留的监听端口\n        \"reserved_target_ports\": \"\", // 保留的目标端口\n        \"note\": \"\", // 说明\n        \"updated\": \"2023-12-29 16:07:37\" // 上次同步时间\n    },\n    \"Ok\": true\n}"},{"id":"a3546ec9-7d75-4958-806e-24f1c6715b91","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"2","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此公告不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"db51baf1-a841-46e4-a6d6-bcde3205c8b4"},{"name":"添加节点","id":"8ce86155-8a4e-4ee0-8592-2fa9387c644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/node","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","node"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b5f05408-31f2-4a84-a298-36b1c75449cd","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/node"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"75e650be-2889-4fba-8c2e-14f3f035f6bc","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/node"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8ce86155-8a4e-4ee0-8592-2fa9387c644b"},{"name":"编辑节点","id":"2ed3f867-cc74-4cb7-a3ee-e9b7d86ace86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/node?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1186d277-a6c7-4931-9450-ad489c81e214","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"110f5016-2aa6-47cb-aedb-922d47ce2326","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": 0, // 节点排序\r\n    \"name\": \"\", // 节点名称\r\n    \"addr\": \"\", // 节点地址\r\n    \"assign_ips\": \"1.2.4.8\", // 节点IPs 一行一个\r\n    \"permission\": 2, // 权限 位运算 (0: 无权限 1: 入口节点 2: 出口节点 4: 内网穿透节点)\r\n    \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\r\n    \"protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"nat_protocol\": \"\", // 转发协议 (用 | 分割)\r\n    \"resolve_policy\": \"\", // 解析策略\r\n    \"resolve_override\": false, // 强制覆盖解析模式\r\n    \"outbounds\": {\r\n        \"CT\": \"192.168.1.1\"\r\n    }, // 流量出口\r\n    \"conf\": {\r\n        \"key\": \"value\"\r\n    }, // 配置项\r\n    \"nat_port\": 7000, // 内网穿透连接端口 (0为关闭)\r\n    \"http_port\": 80, // HTTP 协议入站端口 (0为关闭)\r\n    \"https_port\": 443, // HTTPS 协议入站端口 (0为关闭)\r\n    \"secure_port\": 40, // Secure 隧道入站端口 (0为关闭)\r\n    \"securex_port\": 41, // SecureX 隧道入站端口 (0为关闭)\r\n    \"tls_port\": 443, // TLS 隧道入站端口 (0为关闭)\r\n    \"tls_sni\": \"deb.debian.org\", // TLS 隧道 SNI\r\n    \"insecure\": false, // 允许不安全\r\n    \"traffic\": 1, // 流量倍率 (倍率)\r\n    \"speed\": 1, // 限速倍率 (速率)\r\n    \"status_permission\": 0, // 状态权限 (0: 登录可见 1: 仅拥有相关套餐用户可见 2: 仅管理员可见)\r\n    \"icp\": false, // HTTP/HTTPS协议转发是否需要域名备案\r\n    \"advanced_security\": false, // 高级安全模式\r\n    \"allow_dests\": \"\", // 允许的出口 (用 , 分隔节点ID, devices为单端设备)\r\n    \"firewall\": false, // 防火墙状态\r\n    \"detect_all_traffic\": false, // 检测全部流量\r\n    \"protect\": false, // 保护模式\r\n    \"blocked_path\": \"\", // 屏蔽的HTTP PATH (用 , 分割)\r\n    \"blocked_hostname\": \"\", // 屏蔽的HTTP HOST / TLS SNI (用 , 分割)\r\n    \"blocked_protocol\": \"\", // 屏蔽的协议 (用 , 分割)\r\n    \"port_range\": \"10000-60000\", // 端口范围\r\n    \"reserved_ports\": \"\", // 保留的监听端口\r\n    \"reserved_target_ports\": \"\", // 保留的目标端口\r\n    \"note\": \"\" // 说明\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"2ed3f867-cc74-4cb7-a3ee-e9b7d86ace86"},{"name":"删除节点","id":"b893d230-8a37-45bf-822d-a3aece229485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/node?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","node"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>节点ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3560650d-4b2c-4ef3-b303-4f0acd820042","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"83425fcf-c906-4645-84fb-7bc8f5db6bff","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/node?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","node"],"query":[{"key":"id","value":"1","description":"节点ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b893d230-8a37-45bf-822d-a3aece229485"}],"id":"a02119c0-205a-4c42-a38c-583d3a05917f","_postman_id":"a02119c0-205a-4c42-a38c-583d3a05917f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"设备","item":[{"name":"单端隧道","item":[{"name":"获取全部设备","id":"e5405dd8-81b4-48c2-8282-d2c3618ed8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/tunnel_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"afb658ea-b90d-4a7f-99fa-e8e6436e4a3a","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/tunnel_device","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"ips\": \"\", // IPs\n            \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n            \"resolve_policy\": \"\", // 解析策略\n            \"resolve_override\": false, // 强制覆盖解析模式\n            \"secure_port\": 0, // Secure 隧道端口\n            \"securex_port\": 0, // SecureX 隧道端口\n            \"tls_port\": 0, // TLS 隧道端口\n            \"tls_sni\": \"\", // TLS 隧道SNI\n            \"insecure\": false, // 允许不安全\n            \"conf\": {\n                \"key\": \"value\"\n            }, // 配置项\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"6aa1f1de-0ddc-4174-a272-d971170ae1ba","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/tunnel_device","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","tunnel_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e5405dd8-81b4-48c2-8282-d2c3618ed8ab"},{"name":"获取指定设备","id":"e219d918-a5ca-4687-be05-eb8e5fe55866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/tunnel_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","tunnel_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"21a74e07-0bc7-4dd2-ad49-bdf995feadaa","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"ips\": \"\", // IPs\n        \"mode\": 1, // 模式 (1: 负载均衡 2: 故障转移)\n        \"resolve_policy\": \"\", // 解析策略\n        \"resolve_override\": false, // 强制覆盖解析模式\n        \"secure_port\": 0, // Secure 隧道端口\n        \"securex_port\": 0, // SecureX 隧道端口\n        \"tls_port\": 0, // TLS 隧道端口\n        \"tls_sni\": \"\", // TLS 隧道SNI\n        \"insecure\": false, // 允许不安全\n        \"conf\": {\n            \"key\": \"value\"\n        }, // 配置项\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"c8b1a836-5cb7-4163-83ec-569648cf334e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/tunnel_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","tunnel_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e219d918-a5ca-4687-be05-eb8e5fe55866"}],"id":"333d583b-3b45-4e17-8e20-438eeb7d61b9","_postman_id":"333d583b-3b45-4e17-8e20-438eeb7d61b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"内网穿透","item":[{"name":"获取全部设备","id":"476e771c-a2f8-4f9a-ac23-313062cc5f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_device","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"1544f1db-a7fc-45ff-a83e-f300cc15c95c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_device","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 设备ID\n            \"name\": \"\", // 名称\n            \"secret\": \"\", // 设备密钥 Secret\n            \"version\": \"\", // 版本号\n            \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"1fe7a305-781c-4d80-9b40-018da571a849","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_device","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_device"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"476e771c-a2f8-4f9a-ac23-313062cc5f68"},{"name":"获取指定设备","id":"b214f751-d78b-4345-8182-52a2fc953cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/nat_device?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","nat_device"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>设备ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"1437e13f-204f-4a15-ba53-6b1d88c7c849","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 设备ID\n        \"name\": \"\", // 名称\n        \"secret\": \"\", // 设备密钥 Secret\n        \"version\": \"\", // 版本号\n        \"updated\": \"0001-01-01 00:00:00\" // 上次更新时间\n    },\n    \"Ok\": true\n}"},{"id":"9448af64-dfde-487c-978a-c230398c37c5","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/nat_device?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","nat_device"],"query":[{"key":"id","value":"1","description":"设备ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"b214f751-d78b-4345-8182-52a2fc953cf0"}],"id":"e2f8785d-eedc-4fd5-b731-b2ff9c6436d8","_postman_id":"e2f8785d-eedc-4fd5-b731-b2ff9c6436d8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"f6819cb0-891f-4243-a778-5617b7218856","_postman_id":"f6819cb0-891f-4243-a778-5617b7218856","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"公告","item":[{"name":"获取全部公告","id":"dc85aa2f-d6e7-420b-ad3b-6be5d49dddb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/announcement","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"title"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"6a85dfe7-3112-4349-b21d-9d332fbb1926","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"title","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 公告ID\n            \"title\": \"测试\", // 标题\n            \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n            \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"0a76fef4-3bac-4a7b-86d2-e3ccd7998c73","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"dc85aa2f-d6e7-420b-ad3b-6be5d49dddb4"},{"name":"获取指定公告","id":"b4f0d552-5dce-46fa-b2fc-9bea44891437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"e076e348-eb15-4def-97d5-0d24e1bfb3df","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1, // 公告ID\n        \"title\": \"测试\", // 标题\n        \"content\": \"这是一篇测试公告\", // 正文 (MarkDown格式)\n        \"edit_at\": \"2023-12-29 14:48:14\" // 修改时间\n    },\n    \"Ok\": true\n}"},{"id":"760df704-eecd-4a11-b037-97580502857c","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"2","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此公告不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"b4f0d552-5dce-46fa-b2fc-9bea44891437"},{"name":"添加公告","id":"d0f9e5de-4dc9-4318-97d5-eba424570f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/announcement","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"a19bd212-18ed-42e0-9173-ca8e649e2627","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/announcement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"0195d351-33b4-44fa-a27a-668b31b47bb2","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/announcement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d0f9e5de-4dc9-4318-97d5-eba424570f98"},{"name":"编辑公告","id":"e79a7873-f6b7-47a9-b227-62e816d30faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"fd149766-99f8-4f31-93e7-0516d1e65c9d","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"af0c6580-ccc1-455a-9320-522eea0a0d8d","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"测试\", // 标题\r\n    \"content\": \"这是一篇测试公告\" // 正文 (MarkDown格式)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"e79a7873-f6b7-47a9-b227-62e816d30faf"},{"name":"删除公告","id":"1da88c2b-4752-44eb-8742-ce123fa7a838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","announcement"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>公告ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"6a2a9f48-5e9c-4240-9fa2-1a40ec513a68","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"fc09aa00-9954-4a17-b569-4cbed109bd28","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/announcement?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","announcement"],"query":[{"key":"id","value":"1","description":"公告ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"1da88c2b-4752-44eb-8742-ce123fa7a838"}],"id":"7423bca2-3097-452a-b691-b787935ba7bc","_postman_id":"7423bca2-3097-452a-b691-b787935ba7bc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"账单","item":[{"name":"获取全部账单","id":"a29ba21c-e2e3-47e5-a6be-3c563c964a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/invoice","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"amount"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"1.00"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"dc7c0ea1-f13a-4d09-aa81-b29c1cba9f48","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/invoice","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1, // 用户ID\n            \"amount\": 12.34, // 金额\n            \"status\": \"Unpaid\", // 状态 已支付 Paid 未支付 Unpaid\n            \"payment\": \"\", // 支付网关\n            \"trade_id\": \"\", // 订单号\n            \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n            \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n        }\n    ],\n    \"Ok\": true\n}"},{"id":"48734e6c-f898-4b17-8c6e-3395ca60d4ea","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/invoice","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","invoice"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"amount","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"1.00","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a29ba21c-e2e3-47e5-a6be-3c563c964a6e"},{"name":"获取指定账单","id":"49986e22-db16-4921-ac66-cf1cbd8272ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/invoice?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>账单ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"cbc94d32-c056-47c1-ad1e-fbf84610aea5","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"user_id\": 1, // 用户ID\n        \"amount\": 12.34, // 金额\n        \"status\": \"Unpaid\", // 状态 已支付 Paid 未支付 Unpaid\n        \"payment\": \"\", // 支付网关\n        \"trade_id\": \"\", // 订单号\n        \"paid_at\": \"0001-01-01 00:00:00\", // 支付时间\n        \"created_at\": \"2024-05-01 00:00:00\" // 创建时间\n    },\n    \"Ok\": true\n}"},{"id":"6cef548e-adb9-40a8-a9ab-87ef117049bd","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/invoice?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","invoice"],"query":[{"key":"id","value":"1","description":"账单ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"49986e22-db16-4921-ac66-cf1cbd8272ee"},{"name":"手动补单","id":"85f67022-d390-4e63-8098-a5e2fdd2d55a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"<p>账单ID</p>\n","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/admin/invoice","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","invoice"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"b59dd820-2bdd-438a-8b45-25c8cb13b2e9","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"账单ID","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/admin/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"bc1dac4a-569f-44ae-9a36-c69cdaee2e93","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"账单ID","type":"text"}]},"url":"https://dev.zeroteam.top/api/v1/admin/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"85f67022-d390-4e63-8098-a5e2fdd2d55a"}],"id":"d8af31d8-8bc2-40fe-bd9f-b22012b777ca","_postman_id":"d8af31d8-8bc2-40fe-bd9f-b22012b777ca","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"系统","item":[{"name":"兑换码 CD Key","item":[{"name":"获取全部兑换码","id":"a338fbd2-66c2-44d5-99a5-ebe509fe96a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cdkey","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"bd2e1f3d-fa8a-45f0-b975-3e2be9770eae","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1, // 兑换码ID\n            \"name\": \"Test CDKey\", // 兑换码名称\n            \"code\": \"AABBCC\", // 兑换码\n            \"qty\": 999, // 剩余使用次数\n            \"type\": \"\", // 类型 balance (余额) plan (套餐)\n            \"balance\": 5.00, // 兑换的余额 (类型为余额时)\n            \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"6d1e113d-bd10-4fad-8779-142bbe8ad10e","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"filter","value":"name","disabled":true},{"key":"search","value":"测","disabled":true},{"key":"order","value":"id","disabled":true},{"key":"sort","value":"desc","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a338fbd2-66c2-44d5-99a5-ebe509fe96a3"},{"name":"获取指定兑换码","id":"59bca2a6-6963-45c8-9ab4-31e74fefdfe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0ba6fa0b-3312-4bd1-8415-112592e9818f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"name\": \"Test CDKey\", // 兑换码名称\n        \"code\": \"AABBCC\", // 兑换码\n        \"qty\": 999, // 剩余使用次数\n        \"type\": \"\", // 类型 balance (余额) plan (套餐)\n        \"balance\": 5.00, // 兑换的余额 (类型为余额时)\n        \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\n    },\n    \"Ok\": true\n}"},{"id":"e1fe0d5a-48d0-40ea-9e63-39b276468c28","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=2","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"2","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"59bca2a6-6963-45c8-9ab4-31e74fefdfe9"},{"name":"添加兑换码","id":"48a92bda-2cfa-4dfc-b3a1-996ff742c972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/cdkey","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"58e58c66-8fa5-4184-bc7f-90770f697351","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"添加成功, ID: xxx\",\n    \"Ok\": true\n}"},{"id":"9322a2ec-4f5e-4355-94f7-9bbbe4d65f4a","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/cdkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"48a92bda-2cfa-4dfc-b3a1-996ff742c972"},{"name":"编辑兑换码","id":"8723f81c-b37c-449d-8e1a-6f71072e2b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0af02fe6-93d5-409a-851f-51325444b8b6","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"修改成功\",\n    \"Ok\": true\n}"},{"id":"8482c859-0383-4a17-834f-8abcfc3c646d","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test CDKey\", // 兑换码名称\r\n    \"code\": \"AABBCC\", // 兑换码\r\n    \"qty\": 999, // 剩余使用次数\r\n    \"type\": \"\", // 类型 balance (余额) plan (套餐)\r\n    \"balance\": 5.00, // 兑换的余额 (类型为余额时)\r\n    \"plan_id\": 1 // 兑换的套餐ID (类型为套餐时)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"8723f81c-b37c-449d-8e1a-6f71072e2b06"},{"name":"删除兑换码","id":"d41fab66-b67e-4163-97ed-29f28c78af4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"faa1be90-c459-4adb-b814-9a193cbb86be","name":"成功","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"a4bf8c7d-b257-456d-8d82-3da0098a2dbc","name":"失败","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"查询错误\",\n    \"Ok\": false\n}"}],"_postman_id":"d41fab66-b67e-4163-97ed-29f28c78af4e"},{"name":"获取兑换码使用日志","id":"ba49e957-4299-4667-aac3-35ea7493654f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey","logs"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"测"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"357a1bf3-6394-4802-bd4d-aed921088e1f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"[可选] 兑换码ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 0, // ID\n            \"user_id\": 0, // 用户ID\n            \"cdkey_id\": 0, // 兑换码ID\n            \"created_at\": \"2024-05-13\" // 兑换时间\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"053ac150-8d68-4b9a-b053-ab5890a4d920","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"[可选] 兑换码ID","disabled":true},{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"测","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"ba49e957-4299-4667-aac3-35ea7493654f"},{"name":"重置兑换码使用日志","id":"4b0b693b-e136-4bed-9560-d2dda06bc2c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cdkey","logs"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>兑换码ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"86f7d5e2-a0fd-4132-854d-18307b1773d0","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"ee499a9d-699d-4317-bc44-03ac83ae34b7","name":"失败","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/cdkey/logs?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","cdkey","logs"],"query":[{"key":"id","value":"1","description":"兑换码ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Msg\": \"此兑换码不存在\",\n    \"Ok\": false\n}"}],"_postman_id":"4b0b693b-e136-4bed-9560-d2dda06bc2c0"}],"id":"e349ceb4-c250-4790-bdfe-a9740db4ec9b","_postman_id":"e349ceb4-c250-4790-bdfe-a9740db4ec9b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"认证接口","item":[{"name":"获取全部认证接口设置","id":"690bbfc4-c00a-414f-aceb-4fc7e866750b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"88ba4306-69a9-457b-806d-a72b8d9086f2","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"type\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"6ec17f28-5f51-437d-b887-483e00ecd595","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"690bbfc4-c00a-414f-aceb-4fc7e866750b"},{"name":"获取指定认证接口设置","id":"6e3962d6-e0f5-4f27-9ff9-163cce3567ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"23d9891d-9855-4f0b-9d35-cc4534e483de","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"type\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"3226c42c-1f96-44fe-89ad-6965a1e696ce","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"6e3962d6-e0f5-4f27-9ff9-163cce3567ae"},{"name":"获取全部认证接口元数据","id":"08d7a92e-e7ee-429f-be02-7b363502b9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth/meta","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"bbdcef6e-aeb5-47dc-8bf4-0d19134f5475","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"oauth_whmcs\": {\n            \"Name\": \"WHMCS\", // 显示名称\n            \"Description\": \"OpenID: WHMCS\", // 描述\n            \"Maintainer\": \"官方\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Auth\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"TargetAPI\": 0, // 目标API\n            \"Permissions\": [\n                \"network\"\n            ] // 权限\n        }\n    },\n    \"Ok\": true\n}"},{"id":"35bba511-3a59-46e4-acb9-19510f6df313","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"08d7a92e-e7ee-429f-be02-7b363502b9a9"},{"name":"获取指定认证接口配置项数据","id":"9fca5527-5704-4502-8a33-cd59c5ee6bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth/meta?name=oauth2_whmcs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口类型</p>\n","type":"text/plain"},"key":"name","value":"oauth2_whmcs"}],"variable":[]}},"response":[{"id":"6478834d-3e25-455d-b114-e8104d98d74c","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth/meta?name=oauth2_whmcs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth","meta"],"query":[{"key":"name","value":"oauth2_whmcs","description":"认证接口类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"接口地址\",\n            \"Type\": \"text\"\n        }, // configoption1\n        {\n            \"Name\": \"客户端 ID\",\n            \"Type\": \"text\"\n        }, // configoption2\n        {\n            \"Name\": \"客户端 Secret\",\n            \"Type\": \"text\"\n        }  // configoption3\n    ],\n    \"Ok\": true\n}"},{"id":"1bd1fafc-0521-4f3b-a829-2d82aa8b8c08","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth/meta?name=oauth2_whmcs","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth","meta"],"query":[{"key":"name","value":"oauth2_whmcs","description":"认证接口类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"9fca5527-5704-4502-8a33-cd59c5ee6bab"},{"name":"添加认证接口","id":"ce6db8d6-d7ce-463e-bfd2-42fc9a67a740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/auth","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"2846a297-1f7d-4070-81ee-ad0abd3ec9ea","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Msg\": \"添加成功, ID xx\",\r\n    \"Ok\": true\r\n}"},{"id":"9f0d3150-7e28-4aed-8c24-3737f4425494","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"type\": \"oauth2_whmcs\", // 认证接口类型\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"ce6db8d6-d7ce-463e-bfd2-42fc9a67a740"},{"name":"修改认证接口","id":"63eb46c5-e413-4cb2-bc62-1ab9df2924f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4bf34d1f-0a03-43e1-9624-09d5e5cc4597","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"652789ea-016c-4037-b14a-8c3bbc3f226d","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 认证接口名称\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"63eb46c5-e413-4cb2-bc62-1ab9df2924f4"},{"name":"删除认证接口","id":"a3985718-7bf0-42d1-b8c9-2c890b4d0614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","auth"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>认证接口ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b32702f2-c41e-40c2-b32b-1a9383decd42","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"b64902be-e9ca-4aa6-8005-5da5cbebd64a","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/auth?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","auth"],"query":[{"key":"id","value":"1","description":"认证接口ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a3985718-7bf0-42d1-b8c9-2c890b4d0614"}],"id":"ca6625e7-6db0-48d4-a41f-0e17597080ad","_postman_id":"ca6625e7-6db0-48d4-a41f-0e17597080ad","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"支付网关","item":[{"name":"获取全部支付网关设置","id":"ced070a6-1b9d-432d-aed4-ec734cb8c585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"}],"variable":[]}},"response":[{"id":"2338916d-8b84-4b36-b38c-63b8883f61cd","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"type\": \"\",\n            \"currency\": \"\",\n            \"fixed_fee\": 0.00,\n            \"fee\": 0.00,\n            \"name_template\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"141813f1-ee7a-4bbd-916e-1dce4fc8dac0","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"ced070a6-1b9d-432d-aed4-ec734cb8c585"},{"name":"获取指定支付网关设置","id":"04df7dc5-de1f-4f0a-a86c-7b026bd5b8df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"bf8937ed-b730-481a-8dc8-c82e35e300fb","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"type\": \"\",\n        \"currency\": \"\",\n        \"fixed_fee\": 0.00,\n        \"fee\": 0.00,\n        \"name_template\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"e9a0ea10-a957-42a7-859d-492be5d3dc9f","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"04df7dc5-de1f-4f0a-a86c-7b026bd5b8df"},{"name":"获取全部支付网关元数据","id":"782db604-453d-4ab8-ae9f-f501e524ce2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway/meta","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"e341d373-91c6-4b68-bfc2-6adc61f1074a","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"alipay_qr\": {\n            \"Name\": \"支付宝当面付\", // 显示名称\n            \"Description\": \"支付网关: 支付宝当面付\", // 描述\n            \"Maintainer\": \"官方\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Gateway\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"TargetAPI\": 0, // 目标API\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ] // 权限\n        },\n        \"epay\": {\n            \"Name\": \"易支付\",\n            \"Description\": \"支付网关: 易支付\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"routes\",\n                \"invoice\"\n            ]\n        },\n        \"epusdt\": {\n            \"Name\": \"EPUSDT\",\n            \"Description\": \"支付网关: EPUSDT\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ]\n        },\n        \"mgate\": {\n            \"Name\": \"MGate\",\n            \"Description\": \"支付网关: MGate\",\n            \"Maintainer\": \"官方\",\n            \"Version\": \"1.0.0\",\n            \"Type\": \"Gateway\",\n            \"Language\": \"\",\n            \"TargetAPI\": 0,\n            \"Permissions\": [\n                \"network\",\n                \"invoice\"\n            ]\n        }\n    },\n    \"Ok\": true\n}"},{"id":"913f2285-82a5-46e3-be00-b29d63f6980c","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"782db604-453d-4ab8-ae9f-f501e524ce2b"},{"name":"获取指定支付网关配置项数据","id":"eaf68356-cced-4ba3-9598-ab78f95541f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway/meta?name=alipay_qr","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关类型</p>\n","type":"text/plain"},"key":"name","value":"alipay_qr"}],"variable":[]}},"response":[{"id":"bf7719e9-7acf-4ab8-81da-5ca16070841e","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway/meta?name=alipay_qr","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway","meta"],"query":[{"key":"name","value":"alipay_qr","description":"网关类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"App ID\",\n            \"Type\": \"text\"\n        }, // configoption1\n        {\n            \"Name\": \"公钥\",\n            \"Type\": \"textarea\"\n        }, // configoption2\n        {\n            \"Name\": \"私钥\",\n            \"Type\": \"textarea\"\n        }  // configoption3\n    ],\n    \"Ok\": true\n}"},{"id":"2cf70018-b970-40c5-b89b-5f88f96f5a9d","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway/meta?name=alipay_qr","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway","meta"],"query":[{"key":"name","value":"alipay_qr","description":"网关类型"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"eaf68356-cced-4ba3-9598-ab78f95541f5"},{"name":"获取全部货币","id":"2aa153bf-f719-4986-830c-24c9561f3bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/currencies","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","currencies"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"90d3168a-2d21-4bba-962d-f149bb865f86","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        \"NOK\",\n        \"AUD\",\n        \"HUF\",\n        \"DKK\",\n        \"ZAR\",\n        \"CZK\",\n        \"IDR\",\n        \"INR\",\n        \"JPY\",\n        \"CHF\",\n        \"SGD\",\n        \"SEK\",\n        \"ILS\",\n        \"PLN\",\n        \"ISK\",\n        \"KRW\",\n        \"USD\",\n        \"BGN\",\n        \"CAD\",\n        \"HKD\",\n        \"MYR\",\n        \"NZD\",\n        \"GBP\",\n        \"RON\",\n        \"TRY\",\n        \"MXN\",\n        \"THB\",\n        \"BRL\",\n        \"EUR\",\n        \"CNY\",\n        \"PHP\"\n    ],\n    \"Ok\": true\n}"},{"id":"d4515c2a-64b4-47c4-bc03-df677e0fa586","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"session_id=YOUR_SESSION_ID; Path=/; Max-Age=86400; HttpOnly; Secure","description":""},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"2aa153bf-f719-4986-830c-24c9561f3bd6"},{"name":"添加支付网关","id":"55ae56ba-d624-4a65-901a-2b178a894ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/gateway","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c9e91c3a-4e36-4677-ba3b-8f7c555e616f","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/gateway"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Msg\": \"添加成功, 网关ID 1\",\r\n    \"Ok\": true\r\n}"},{"id":"29eab5d3-1807-4ebf-83c6-9b5030e11468","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"type\": \"alipay_qr\", // 网关类型\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/gateway"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"55ae56ba-d624-4a65-901a-2b178a894ba1"},{"name":"修改支付网关","id":"b9dc90b3-cab4-41ca-b810-e080de7abccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7e97b833-f6d3-4da5-b80a-01a5d70d7b72","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"09379501-82ee-4676-a2bc-acf9eac793f5","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\", // 网关名称\r\n    \"currency\": \"\", // 货币转换\r\n    \"fixed_fee\": 0.00, // 网关固定手续费\r\n    \"fee\": 0.00, // 网关手续费 %\r\n    \"name_template\": \"\", // 账单名称模板\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"b9dc90b3-cab4-41ca-b810-e080de7abccb"},{"name":"删除支付网关","id":"19d86b57-b4b4-4cba-9a9f-ba2b79a49c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","gateway"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>网关ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"7581a1c5-4234-460e-8211-01550b2f1c4e","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"88f2d6e5-0af2-4c5b-9c23-da9bca316445","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/gateway?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","gateway"],"query":[{"key":"id","value":"1","description":"网关ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"19d86b57-b4b4-4cba-9a9f-ba2b79a49c86"}],"id":"8f06ad1f-2e88-40aa-a844-555004ddc930","_postman_id":"8f06ad1f-2e88-40aa-a844-555004ddc930","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"插件","item":[{"name":"获取全部插件设置","id":"d65cb879-cab1-4592-acf2-308367d770c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"disabled":true,"description":{"content":"<p>[可选] 限制最多返回数量 (分页)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>[可选] 偏查询移量 (分页)</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的列 (搜索)</p>\n","type":"text/plain"},"key":"filter","value":"name"},{"disabled":true,"description":{"content":"<p>[可选] 搜索的内容 (搜索)</p>\n","type":"text/plain"},"key":"search","value":"香港"},{"disabled":true,"description":{"content":"<p>[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]</p>\n","type":"text/plain"},"key":"exact","value":"1"},{"disabled":true,"description":{"content":"<p>[可选] 用于排序的列 (排序)</p>\n","type":"text/plain"},"key":"order","value":"id"},{"disabled":true,"description":{"content":"<p>[可选] 排序顺序 asc / desc (排序)</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围搜索的列 (日期范围搜索)</p>\n","type":"text/plain"},"key":"range","value":"updated_at"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"from","value":"2024-07-04 00:00:00"},{"disabled":true,"description":{"content":"<p>[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]</p>\n","type":"text/plain"},"key":"to","value":"2024-07-31 23:59:59"}],"variable":[]}},"response":[{"id":"9dce01ac-670f-4527-9fca-a1a7a8aefa09","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"configoption1\": \"\",\n            \"configoption2\": \"\",\n            \"configoption3\": \"\",\n            \"configoption4\": \"\",\n            \"configoption5\": \"\",\n            \"configoption6\": \"\",\n            \"configoption7\": \"\",\n            \"configoption8\": \"\",\n            \"configoption9\": \"\",\n            \"configoption10\": \"\",\n            \"configoption11\": \"\",\n            \"configoption12\": \"\",\n            \"configoption13\": \"\",\n            \"configoption14\": \"\",\n            \"configoption15\": \"\",\n            \"configoption16\": \"\",\n            \"configoption17\": \"\",\n            \"configoption18\": \"\",\n            \"configoption19\": \"\",\n            \"configoption20\": \"\",\n            \"configoption21\": \"\",\n            \"configoption22\": \"\",\n            \"configoption23\": \"\",\n            \"configoption24\": \"\"\n        }\n    ],\n    \"Count\": 1, // 符合搜索条件的结果数量\n    \"Ok\": true\n}"},{"id":"e291e904-a3e6-4ad5-9861-8bdc6d76d677","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"limit","value":"25","description":"[可选] 限制最多返回数量 (分页)","disabled":true},{"key":"offset","value":"0","description":"[可选] 偏查询移量 (分页)","disabled":true},{"key":"filter","value":"name","description":"[可选] 搜索的列 (搜索)","disabled":true},{"key":"search","value":"香港","description":"[可选] 搜索的内容 (搜索)","disabled":true},{"key":"exact","value":"1","description":"[可选] 精确搜索 (默认为 模糊搜索) [值 1 或 true]","disabled":true},{"key":"order","value":"id","description":"[可选] 用于排序的列 (排序)","disabled":true},{"key":"sort","value":"desc","description":"[可选] 排序顺序 asc / desc (排序)","disabled":true},{"key":"range","value":"updated_at","description":"[可选] 日期范围搜索的列 (日期范围搜索)","disabled":true},{"key":"from","value":"2024-07-04 00:00:00","description":"[可选] 日期范围起始点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true},{"key":"to","value":"2024-07-31 23:59:59","description":"[可选] 日期范围结束点 (日期范围搜索) [支持 时间戳, 日期, 日期+时间, RFC3339]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"d65cb879-cab1-4592-acf2-308367d770c1"},{"name":"获取指定插件设置","id":"5cfc7666-7f53-4402-bb8d-9012049249ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"85f56b7f-fc69-46dc-8953-7309ecb41913","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"configoption1\": \"\",\n        \"configoption2\": \"\",\n        \"configoption3\": \"\",\n        \"configoption4\": \"\",\n        \"configoption5\": \"\",\n        \"configoption6\": \"\",\n        \"configoption7\": \"\",\n        \"configoption8\": \"\",\n        \"configoption9\": \"\",\n        \"configoption10\": \"\",\n        \"configoption11\": \"\",\n        \"configoption12\": \"\",\n        \"configoption13\": \"\",\n        \"configoption14\": \"\",\n        \"configoption15\": \"\",\n        \"configoption16\": \"\",\n        \"configoption17\": \"\",\n        \"configoption18\": \"\",\n        \"configoption19\": \"\",\n        \"configoption20\": \"\",\n        \"configoption21\": \"\",\n        \"configoption22\": \"\",\n        \"configoption23\": \"\",\n        \"configoption24\": \"\"\n    },\n    \"Ok\": true\n}"},{"id":"4bee9e7a-136c-4910-a651-d6a2e08d1893","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"5cfc7666-7f53-4402-bb8d-9012049249ae"},{"name":"获取全部插件元数据","id":"85e2470f-a802-47ae-95cd-294ca06c8e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin/meta","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin","meta"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"0b1c5990-32ab-4dcb-b529-0395fd088116","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"demo\": {\n            \"Name\": \"Demo\", // 显示名称\n            \"Description\": \"示例插件\", // 描述\n            \"Maintainer\": \"Example\", // 维护者\n            \"Version\": \"1.0.0\", // 版本号\n            \"Type\": \"Plugin\", // 类型\n            \"Language\": \"\", // 开发语言\n            \"TargetAPI\": 0, // 目标API版本号\n            \"Permissions\": [\n                \"network\"\n            ] // 权限\n        }\n    },\n    \"Ok\": true\n}"},{"id":"b4916d36-2fd2-4c00-8db6-34ecc87fb4b1","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"85e2470f-a802-47ae-95cd-294ca06c8e28"},{"name":"获取指定插件配置项数据","id":"a5a14127-2a5e-4ac5-92d8-f3a13dba8a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin/meta?name=demo","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin","meta"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件名称</p>\n","type":"text/plain"},"key":"name","value":"demo"}],"variable":[]}},"response":[{"id":"79a65738-4f70-4278-8c4d-b8eee4a0165f","name":"成功","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin/meta?name=demo","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin","meta"],"query":[{"key":"name","value":"demo","description":"插件名称"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Name\": \"Bot ID\",\n            \"Type\": \"text\"\n        } // configoption1\n    ],\n    \"Ok\": true\n}"},{"id":"d07a77e0-a5c2-4f22-a4d9-e14291310c30","name":"失败","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin/meta?name=demo","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin","meta"],"query":[{"key":"name","value":"demo","description":"插件名称"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"a5a14127-2a5e-4ac5-92d8-f3a13dba8a5f"},{"name":"修改插件设置","id":"5b79ebc6-b919-47cc-8737-fe9718908380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"4e82580b-41f7-487e-9169-211c1014660e","name":"成功","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true\r\n}"},{"id":"1b45ef9e-21f6-4164-9917-3b3e4918acdb","name":"失败","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"configoption1\": \"\",\r\n    \"configoption2\": \"\",\r\n    \"configoption3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"5b79ebc6-b919-47cc-8737-fe9718908380"},{"name":"卸载插件","id":"e72224b1-16a5-40ce-a1c0-b812c7a4442d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","plugin"],"host":["https://dev.zeroteam.top"],"query":[{"description":{"content":"<p>插件ID</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"3ac11db5-03a5-4331-84db-f81b0860671a","name":"成功","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Ok\": true,\r\n    \"Msg\": \"卸载成功\"\r\n}"},{"id":"0f07a8da-90af-4f57-a1e9-e73ee1ea1269","name":"失败","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.zeroteam.top/api/v1/admin/plugin?id=1","host":["https://dev.zeroteam.top"],"path":["api","v1","admin","plugin"],"query":[{"key":"id","value":"1","description":"插件ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"e72224b1-16a5-40ce-a1c0-b812c7a4442d"}],"id":"938ba681-ff09-4e2c-b69f-f0363900af22","_postman_id":"938ba681-ff09-4e2c-b69f-f0363900af22","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"计划任务","item":[{"name":"用户流量重置/到期时间/不活跃自动清理","id":"88eb6cdd-1eee-4a57-b255-66a009860bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/user","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"c925c088-b4d0-4abb-898c-a379821ae173","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"5c70e60b-9d88-481c-be64-a67a82e83bb1","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"88eb6cdd-1eee-4a57-b255-66a009860bfc"},{"name":"清理无效用户 (无套餐无余额)","id":"27bfb1fe-35b5-4368-8afc-9e3a0c9f1a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/clear_user","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","clear_user"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"4528ec4f-d224-409a-bc45-a7a98c8b50d0","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/clear_user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"eb82c13b-b4f6-4c03-a4a3-bc1a177f97f3","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/clear_user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"27bfb1fe-35b5-4368-8afc-9e3a0c9f1a09"},{"name":"流量用量","id":"65c6548a-de27-4b9e-b006-2066f3ca11a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_usage","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","traffic_usage"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"fda9d1a6-8054-4cb8-bc41-e87c7b0ac398","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_usage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"58cf10c9-21bd-4d1f-ba94-872095c16db1","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_usage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"65c6548a-de27-4b9e-b006-2066f3ca11a1"},{"name":"合并流量数据","id":"760b92db-2c5d-4d29-9ffd-285c0cf2866c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/merge_usage","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","merge_usage"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"89432f23-b8eb-4032-a007-fce01925422c","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/merge_usage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"4e67d31a-4754-4e9f-9551-9b4be828df05","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/merge_usage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"760b92db-2c5d-4d29-9ffd-285c0cf2866c"},{"name":"过期账单清理","id":"9766399b-9dbe-45b8-81f3-1c580aee6e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/invoices","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","invoices"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"fe3a519a-2f18-4bde-9c0b-7ba842fbf5f2","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/invoices"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"3413189b-306c-49f5-8a48-5293cb27fdbf","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/invoices"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"9766399b-9dbe-45b8-81f3-1c580aee6e43"},{"name":"自动清理流量详细统计","id":"bc097f93-95e5-4e1d-b8f0-016316e79d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_statistics","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","traffic_statistics"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"88ab9355-2248-4d7f-b4d7-65e78ffe5ec9","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_statistics"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"0eacd5ae-e980-447f-8f10-20bcc86bc6b0","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/traffic_statistics"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"bc097f93-95e5-4e1d-b8f0-016316e79d8d"},{"name":"更新汇率","id":"b3ca52aa-2840-41be-8bbc-0faff68b9aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/currency_update","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","currency_update"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"cd124254-1cbe-40cb-b724-c2619c9b22be","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/currency_update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"9d742b67-726b-42e2-baad-3613a487462c","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/currency_update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"b3ca52aa-2840-41be-8bbc-0faff68b9aba"},{"name":"刷新第三方认证配置","id":"cc595fd5-50c8-47db-84b2-be24826e2ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/refresh_auth_profile","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","refresh_auth_profile"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"a2419c13-06b1-435b-a6c4-1141a27cbae1","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/refresh_auth_profile"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"61d277c8-a794-4e66-a378-2981a7abb031","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/refresh_auth_profile"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"cc595fd5-50c8-47db-84b2-be24826e2ef1"},{"name":"数据库每日备份","id":"c47bf634-4228-4875-ab44-92850bacec06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/database_backup","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","cron","database_backup"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"bcd67e67-2dba-4581-b186-521aa96f0884","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/database_backup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"9ec43d3e-b0cf-4d9f-9650-bdf9aeba4f3e","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/cron/database_backup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"c47bf634-4228-4875-ab44-92850bacec06"}],"id":"2d02ebb9-23c9-4d2b-a942-181f50a8945c","_postman_id":"2d02ebb9-23c9-4d2b-a942-181f50a8945c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"备份和恢复","item":[{"name":"备份数据库","id":"f2e51113-320d-4fb7-8673-508ea44e1089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/database/backup","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","database","backup"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"8a46a4b7-8851-43fb-9f9e-83cc423dcb5e","name":"成功","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/database/backup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true,\n    \"Link\": \"/admin/download/backup/database?filename=database.bin\" // 重定向的URL\n}"},{"id":"9c5d35fd-d65b-4233-9345-41688500c1e7","name":"失败","originalRequest":{"method":"PUT","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/database/backup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"f2e51113-320d-4fb7-8673-508ea44e1089"},{"name":"还原数据库","id":"b9bab799-cc5d-4c11-8ada-0bbadd77ff97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/api/v1/admin/database/recover","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","database","recover"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"504a00c6-6367-4172-b2e1-9166e12edb22","name":"成功","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/api/v1/admin/database/recover"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": true\n}"},{"id":"fb90cd7c-3056-4445-a79f-5080c8e8c0ed","name":"失败","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{}},"url":"https://dev.zeroteam.top/api/v1/admin/database/recover"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"登录过期\"\n}"}],"_postman_id":"b9bab799-cc5d-4c11-8ada-0bbadd77ff97"}],"id":"664e6ef8-e764-4a74-b774-7b5a42a9191a","_postman_id":"664e6ef8-e764-4a74-b774-7b5a42a9191a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}},{"name":"获取系统设置","id":"32bf8c20-4888-4767-9d64-e33542105259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/settings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"46f8ba8a-1e17-418e-b2bd-cf4bca188e65","name":"成功","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n\t\"Data\": {\n\t\t\"version\": \"\", // 版本号\n\t\t\"site_name\": \"\", // 站点名称\n\t\t\"system_url\": \"\", // 系统链接\n\t\t\"secure_key\": \"\", // 隧道密钥\n\t\t\"script_mirror\": \"\", // 脚本源\n\t\t\"pkg_mirror\": \"\", // 安装源\n        \"install_arguments\": \"\", // 安装脚本参数\n\t\t\"suspend_days\": \"0\", // 到期后暂停天数,\n\t\t\"register\": \"false\", // 是否开启注册\n        \"register_invite\": \"false\", // 注册需要邀请码\n\t\t\"register_recaptcha\": \"false\", // 是否开启注册验证码\n\t\t\"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\n\t\t\"recaptcha_private\": \"\", // reCAPTCHA 私约\n        \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\n        \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\n        \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\n\t},\n\t\"Ok\": true\n}"},{"id":"b7169be5-ea90-4215-b30c-76f0827694ea","name":"失败","originalRequest":{"method":"GET","header":[],"url":"https://dev.zeroteam.top/api/v1/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"32bf8c20-4888-4767-9d64-e33542105259"},{"name":"修改系统设置","id":"234912c1-4b0f-49ca-90e1-6db1f716cc1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/settings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}},"urlObject":{"path":["api","v1","admin","settings"],"host":["https://dev.zeroteam.top"],"query":[],"variable":[]}},"response":[{"id":"fd6674ba-1295-466a-8d09-ddbfc7018000","name":"成功","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"install_arguments\": \"\", // 安装脚本参数\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n\t\"Ok\": true\n}"},{"id":"06643ac9-1d5d-47fc-9f7b-64ff0c8bf7a4","name":"失败","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"site_name\": \"\", // 站点名称\r\n    \"system_url\": \"\", // 系统链接\r\n    \"secure_key\": \"\", // 隧道密钥\r\n    \"script_mirror\": \"\", // 脚本源\r\n    \"pkg_mirror\": \"\", // 安装源\r\n    \"suspend_days\": \"0\", // 到期后暂停天数,\r\n    \"register\": \"false\", // 是否开启注册\r\n    \"register_invite\": \"false\", // 注册需要邀请码\r\n    \"register_recaptcha\": \"false\", // 是否开启注册验证码\r\n    \"recaptcha_public\": \"\", // reCAPTCHA 公钥 (SiteKey)\r\n    \"recaptcha_private\": \"\", // reCAPTCHA 私约\r\n    \"invite_reward\": \"0\", // 邀请奖励 0: 关闭 1: 仅限首单 2: 循环\r\n    \"invite_reward_percentage\": \"0\", // 邀请奖励百分比\r\n    \"invite_reward_for_new_user\": \"0\" // 通过邀请码注册的余额奖励\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.zeroteam.top/api/v1/admin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Ok\": false,\n    \"Msg\": \"查询错误\"\n}"}],"_postman_id":"234912c1-4b0f-49ca-90e1-6db1f716cc1a"}],"id":"bf7236ab-101f-493c-84df-d43b3d00bd36","_postman_id":"bf7236ab-101f-493c-84df-d43b3d00bd36","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"e798de42-a874-4b96-b467-265632101538","_postman_id":"e798de42-a874-4b96-b467-265632101538","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":true,"source":{"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","name":"Version 1","type":"folder"}}}],"id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44","description":"<p>这里是PortForwardGo面板API v1的接口文档</p>\n<p>这里的接口使用Basic认证 (密码为 API Token)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"__API_TOKEN__"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"eb5f167a-3f17-4c2d-a453-968c8887cad2","type":"text/javascript","exec":["let username = pm.variables.get(\"username\");\r","let token = pm.variables.get(\"token\");\r","\r","if (!username) throw new Error(\"Undefined variable 'username'\");\r","if (!token) throw new Error(\"Undefined variable 'token'\");\r","\r","if (token == '__API_TOKEN__') throw new Error(\"Invalid variable 'token'\");"]}},{"listen":"test","script":{"id":"ecb2707c-8037-4990-9de2-f5acc96ff2dc","type":"text/javascript","exec":[""]}}],"_postman_id":"3f6c7940-8c38-4ab9-8586-b75a1e6b3f44"}],"id":"d14ea394-b111-4a59-8b16-36086197aa38","event":[{"listen":"prerequest","script":{"id":"c3e4e146-b28b-4af1-b8ce-f6ab5c566e87","type":"text/javascript","exec":["let token = pm.variables.get(\"token\");","","if (!token) throw new Error(\"Undefined variable 'token'\");"]}},{"listen":"test","script":{"id":"5fb4f7ae-d402-48c0-9d67-d3816757d545","type":"text/javascript","exec":[""]}}],"_postman_id":"d14ea394-b111-4a59-8b16-36086197aa38","description":""}],"event":[{"listen":"prerequest","script":{"id":"c48fd9ba-8201-4c51-9a14-1ddddea25249","type":"text/javascript","exec":["let url = pm.variables.get(\"url\");","if (!url) throw new Error(\"Undefined variable 'url'\");"]}},{"listen":"test","script":{"id":"f4fb74b2-42eb-4b56-a686-e665f1135186","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://dev.zeroteam.top","type":"string"},{"key":"websocket_url","value":"wss://dev.zeroteam.top","type":"string"},{"key":"username","value":"admin","type":"string"},{"key":"password","value":"admin","type":"string"},{"key":"token","value":"__API_TOKEN__","type":"string"},{"key":"gateway_id","value":"1","type":"string"},{"key":"auth_id","value":"1"}]}