{ "info": { "_postman_id": "xxxxxxxxxxxx", "name": "API Generator", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "V1_1", "item": [ { "name": "RESTFul" }, { "name": "Mock mock数据的接口(配合测试)", "item": [ { "name": "DeleteBlackList 删除黑名单", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "mock", "delete_black_list" ] }, "description": "删除黑名单" } }, { "name": "AddBlackList 加入黑名单", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "mock", "add_black_list" ] }, "description": "加入黑名单" } }, { "name": "SendSystemMessage ", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "mock", "send_system_message" ] } } }, { "name": "ThumbPartner ", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "uid", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "mock", "thumb_partner" ] } } }, { "name": "SendFriendApply 发起好友申请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "mock", "send_friend_apply" ] }, "description": "发起好友申请" } } ] }, { "name": "Im IM相关的接口\n消息存在 腾讯云消息,本地消息,最近消息 超过七天未同步自己服务器消息,需要先拉最近消息 其他时候,刚进入时拉取腾讯云用户列表的消息\n如果有消息返回,重复拉取直到全部拉出 并且上报已读,以免未读消息被重复拉取\n发消息时,先发送腾讯云,配置单聊消息回调可以自动上报自己的服务器,记录双方的最近消息 每次上报新消息时,保留自己的最近消息十条\n暂时不确定定位消息是否使用seq,如果使用则必须先发送获取seq后上报", "item": [ { "name": "MarkUserMessagesRead 标记消息已读", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "im", "mark_user_messages_read" ] }, "description": "标记消息已读" } }, { "name": "Delete 删除消息,删除自己的最近消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "im", "delete" ] }, "description": "删除消息,删除自己的最近消息" } }, { "name": "Revoke 撤回消息,删除两个人的最近消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "im", "revoke" ] }, "description": "撤回消息,删除两个人的最近消息" } }, { "name": "Send 发送消息\n由服务端转接发送消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "im", "send" ] }, "description": "发送消息\n由服务端转接发送消息" } }, { "name": "GetUsersLatests 获取用户最近消息,最近10条\n用户读列表时会依次从腾讯云获取聊天记录 不满10条的从这里读 不需要每次读,并且进入会话后不使用这个", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uids", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uids", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "im", "get_users_latests" ] }, "description": "获取用户最近消息,最近10条\n用户读列表时会依次从腾讯云获取聊天记录 不满10条的从这里读 不需要每次读,并且进入会话后不使用这个" } } ] }, { "name": "ReportLog ", "item": [ { "name": "ClickUserHome 访问他人主页日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "intoAt", "value": "", "type": "text", "description": "进入时间戳", "disabled": false }, { "key": "leaveAt", "value": "", "type": "text", "description": "离开时间戳", "disabled": false }, { "key": "clickUid", "value": "", "type": "text", "description": "访问用户", "disabled": false }, { "key": "homeUid", "value": "", "type": "text", "description": "被访问用户", "disabled": false }, { "key": "scene", "value": "", "type": "text", "description": "场景", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "intoAt", "value": "", "type": "text", "description": "进入时间戳", "disabled": false }, { "key": "leaveAt", "value": "", "type": "text", "description": "离开时间戳", "disabled": false }, { "key": "clickUid", "value": "", "type": "text", "description": "访问用户", "disabled": false }, { "key": "homeUid", "value": "", "type": "text", "description": "被访问用户", "disabled": false }, { "key": "scene", "value": "", "type": "text", "description": "场景", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "report_log", "click_user_home" ] }, "description": "访问他人主页日志" } }, { "name": "FeedLog 信息流上报日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "data", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "data", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "report_log", "feed_log" ] }, "description": "信息流上报日志" } } ] }, { "name": "AdminPartner ", "item": [ { "name": "Change2New 救活卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "req", "value": "", "type": "text", "description": "请求数据包", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "req", "value": "", "type": "text", "description": "请求数据包", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "admin_partner", "change2_new" ] }, "description": "救活卡片" } }, { "name": "LowList 标记不推荐的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "admin_partner", "low_list" ] }, "description": "标记不推荐的列表" } }, { "name": "UnSelectPartner 取消精选", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "admin_partner", "un_select_partner" ] }, "description": "取消精选" } }, { "name": "IsSelectedList 已精选列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false }, { "key": "isFeedPush", "value": "", "type": "text", "description": "是否只看可推流的:true\u003d是;false\u003d全部", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别 0\u003d全部", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false }, { "key": "isFeedPush", "value": "", "type": "text", "description": "是否只看可推流的:true\u003d是;false\u003d全部", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别 0\u003d全部", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "admin_partner", "is_selected_list" ] }, "description": "已精选列表" } } ] }, { "name": "School 学校相关接口\n列表。搜索等等", "item": [ { "name": "GetList 学校列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "school", "get_list" ] }, "description": "学校列表" } } ] }, { "name": "City 城市相关接口\n城市列表。搜索等等", "item": [ { "name": "Search 搜索城市", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "关键词", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "关键词", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "city", "search" ] }, "description": "搜索城市" } }, { "name": "GetList 获取城市列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "city", "get_list" ] }, "description": "获取城市列表" } } ] }, { "name": "Tags ", "item": [ { "name": "GetAllTag 获取全部标签列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "tags", "get_all_tag" ] }, "description": "获取全部标签列表" } } ] }, { "name": "UserHome 用户首页列表接口", "item": [ { "name": "GetPopularity 获取人气值", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_home", "get_popularity" ] }, "description": "获取人气值" } }, { "name": "RemindComplementCard 提醒TA补全信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "remind_uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "remind_uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_home", "remind_complement_card" ] }, "description": "提醒TA补全信息" } }, { "name": "GetVisitorList 访客列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "用户id;不天默认取自己的", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "用户id;不天默认取自己的", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_home", "get_visitor_list" ] }, "description": "访客列表" } }, { "name": "GetMyLikeList 获取我喜欢的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_home", "get_my_like_list" ] }, "description": "获取我喜欢的列表" } }, { "name": "GetLikeMeList 获取心动我的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_home", "get_like_me_list" ] }, "description": "获取心动我的列表" } } ] }, { "name": "UserNotice ", "item": [ { "name": "SysnoticeList 系统消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "unread", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "unread", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_notice", "sysnotice_list" ] }, "description": "系统消息" } }, { "name": "SysnoticeDesc ", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user_notice", "sysnotice_desc" ] } } } ] }, { "name": "Homepage ", "item": [ { "name": "FeedScore 获取卡片其他信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "homepage", "feed_score" ] }, "description": "获取卡片其他信息" } }, { "name": "OpenidFeed 游客信息流", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "openid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "openid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "homepage", "openid_feed" ] }, "description": "游客信息流" } }, { "name": "Feed 信息流", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "homepage", "feed" ] }, "description": "信息流" } }, { "name": "ActivityTimeTable 发现页数据", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "homepage", "activity_time_table" ] }, "description": "发现页数据" } } ] }, { "name": "Notice 通知开关配置", "item": [ { "name": "UpdateNoticeByGroup 修改通知群组开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "群组", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "群组", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "notice", "update_notice_by_group" ] }, "description": "修改通知群组开关配置" } }, { "name": "UpdateNoticeByKey 修改通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "notice", "update_notice_by_key" ] }, "description": "修改通知开关配置" } }, { "name": "GetNoticeByKeyToInt 获取通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "notice", "get_notice_by_key_to_int" ] }, "description": "获取通知开关配置" } }, { "name": "GetNoticeProfileList 获取我的通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "notice", "get_notice_profile_list" ] }, "description": "获取我的通知开关配置" } } ] }, { "name": "Lbs 高德地图接口 掉用量限制:https://lbs.amap.com/api/webservice/guide/tools/flowlevel\n高德错误码:https://lbs.amap.com/api/webservice/guide/tools/info", "item": [ { "name": "Geo 地理编码 https://lbs.amap.com/api/webservice/guide/api/georegeo#geo", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "lbs", "geo" ] }, "description": "地理编码 https://lbs.amap.com/api/webservice/guide/api/georegeo#geo" } }, { "name": "Regeo 逆地理编码 高德文档:https://lbs.amap.com/api/webservice/guide/api/georegeo#regeo", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "lbs", "regeo" ] }, "description": "逆地理编码 高德文档:https://lbs.amap.com/api/webservice/guide/api/georegeo#regeo" } }, { "name": "District 行政区域查询 高德文档:https://lbs.amap.com/api/webservice/guide/api/district", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "lbs", "district" ] }, "description": "行政区域查询 高德文档:https://lbs.amap.com/api/webservice/guide/api/district" } }, { "name": "Ip ip定位 高德文档:https://lbs.amap.com/api/webservice/guide/api/ipconfig", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "lbs", "ip" ] }, "description": "ip定位 高德文档:https://lbs.amap.com/api/webservice/guide/api/ipconfig" } } ] }, { "name": "Common 辅助接口", "item": [ { "name": "FaceDetect 人脸识别", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "image", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "image", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "common", "face_detect" ] }, "description": "人脸识别" } } ] }, { "name": "Banner ", "item": [ { "name": "PositionList 获取某位置广告列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "position", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "position", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "banner", "position_list" ] }, "description": "获取某位置广告列表" } } ] }, { "name": "Share ", "item": [ { "name": "PairApplyListShareHelp 可发起CP申请的用户列表分享助力", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "shareUid", "value": "", "type": "text", "description": "分享用户", "disabled": false }, { "key": "lockUid", "value": "", "type": "text", "description": "解锁用户", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "shareUid", "value": "", "type": "text", "description": "分享用户", "disabled": false }, { "key": "lockUid", "value": "", "type": "text", "description": "解锁用户", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "pair_apply_list_share_help" ] }, "description": "可发起CP申请的用户列表分享助力" } }, { "name": "LikeMeHistory 助力历史接口", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "like_me_history" ] }, "description": "助力历史接口" } }, { "name": "LikeMeCheck 会员专属加成 助力-喜欢我的解锁分享", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "like_me_check" ] }, "description": "会员专属加成 助力-喜欢我的解锁分享" } }, { "name": "LikeMe 获取解锁进度详情 详情-喜欢我的解锁", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "like_me" ] }, "description": "获取解锁进度详情 详情-喜欢我的解锁" } }, { "name": "PairVipCheck 通过vip提升成功率 / 获取我邀请人的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "inviteId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "inviteId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "pair_vip_check" ] }, "description": "通过vip提升成功率 / 获取我邀请人的列表" } }, { "name": "PairGet 获取匹配分享记录", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "listId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "listId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "share", "pair_get" ] }, "description": "获取匹配分享记录" } } ] }, { "name": "Invite ", "item": [ { "name": "LastInvite 获取最近的邀请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "invite", "last_invite" ] }, "description": "获取最近的邀请列表" } } ] }, { "name": "Pair 72小时相关", "item": [ { "name": "GetAloneGroup 获取脱单群", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "期数", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "获取类型(72h|qbj)【默认:72h】", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "期数", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "获取类型(72h|qbj)【默认:72h】", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_alone_group" ] }, "description": "获取脱单群" } }, { "name": "RemoveKeepCp 移除cp关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "remove_keep_cp" ] }, "description": "移除cp关系" } }, { "name": "KeepCp 保持cp关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "keep_cp" ] }, "description": "保持cp关系" } }, { "name": "GetKeepRoom 获取保持关系的房间", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_keep_room" ] }, "description": "获取保持关系的房间" } }, { "name": "ConfirmBeAlone 确认落单", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "confirm_be_alone" ] }, "description": "确认落单" } }, { "name": "OperationalLog 操作日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "operational_log" ] }, "description": "操作日志" } }, { "name": "Regrets 反悔CP关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "regrets" ] }, "description": "反悔CP关系" } }, { "name": "ConfirmCp 确认CP关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "confirm", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "confirm", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "confirm_cp" ] }, "description": "确认CP关系" } }, { "name": "AddScoreByEnergy 能量增加几率", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "add_score_by_energy" ] }, "description": "能量增加几率" } }, { "name": "AddScoreByOrder 直缴增加匹配成功率", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "add_score_by_order" ] }, "description": "直缴增加匹配成功率" } }, { "name": "AddScoreBySuperVip 超级会员助力领取匹配成功率", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "卡券ID", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "卡券ID", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "add_score_by_super_vip" ] }, "description": "超级会员助力领取匹配成功率" } }, { "name": "Refund 退款", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "refund" ] }, "description": "退款" } }, { "name": "Update 修改报名信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "报名ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "update" ] }, "description": "修改报名信息" } }, { "name": "EnrollByNext 报名下一期", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "上一期的报名ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "上一期的报名ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "enroll_by_next" ] }, "description": "报名下一期" } }, { "name": "EnrollByEnergy 能量报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "enroll_by_energy" ] }, "description": "能量报名" } }, { "name": "EnrollBySuperVip 免费报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "enroll_by_super_vip" ] }, "description": "免费报名" } }, { "name": "EnrollByPayment 付费报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "优惠券ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "优惠券ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "enroll_by_payment" ] }, "description": "付费报名" } }, { "name": "EnrollByFree 免费报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "活动期数", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "渠道ID", "disabled": false }, { "key": "km", "value": "", "type": "text", "description": "范围:km", "disabled": false }, { "key": "lng", "value": "", "type": "text", "description": "经度", "disabled": false }, { "key": "lat", "value": "", "type": "text", "description": "纬度", "disabled": false }, { "key": "location", "value": "", "type": "text", "description": "地理位置", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别:1\u003d男,2\u003d女", "disabled": false }, { "key": "sxo", "value": "", "type": "text", "description": "性取向:1\u003d男,2\u003d女 ...", "disabled": false }, { "key": "minAge", "value": "", "type": "text", "description": "匹配最小年龄", "disabled": false }, { "key": "maxAge", "value": "", "type": "text", "description": "匹配最大年龄", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "enroll_by_free" ] }, "description": "免费报名" } }, { "name": "GetAllTags 获取所有标签", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_all_tags" ] }, "description": "获取所有标签" } }, { "name": "GetActivityList 获取匹配列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_activity_list" ] }, "description": "获取匹配列表" } }, { "name": "Lastenroll 最近报名的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "lastenroll" ] }, "description": "最近报名的列表" } }, { "name": "GetActivityConductStageId 获取当前正在进行的活动", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_activity_conduct_stage_id" ] }, "description": "获取当前正在进行的活动" } }, { "name": "ActivityInfo 通过期数获取匹配信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "activity_info" ] }, "description": "通过期数获取匹配信息" } }, { "name": "ActivityRecent 获取我最后一次报名的数据", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "activity_recent" ] }, "description": "获取我最后一次报名的数据" } }, { "name": "ActivityLast 获取当前活动信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "activity_last" ] }, "description": "获取当前活动信息" } }, { "name": "GetRecommendPairApplyContacts 获取分配对象活动可邀请的联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "recommendedContacts", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "recommendedContacts", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "pair", "get_recommend_pair_apply_contacts" ] }, "description": "获取分配对象活动可邀请的联系人列表" } } ] }, { "name": "Payment ", "item": [ { "name": "FetchAppWechatPayParams 获取微信支付参数", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "orderId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "orderId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "payment", "fetch_app_wechat_pay_params" ] }, "description": "获取微信支付参数" } }, { "name": "GetCouponDetail 获取卡券信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "payment", "get_coupon_detail" ] }, "description": "获取卡券信息" } }, { "name": "GetCouponList 卡券列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsScope", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "perPage", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsScope", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "perPage", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "payment", "get_coupon_list" ] }, "description": "卡券列表" } } ] }, { "name": "DeedFriend ", "item": [ { "name": "StarFriend 星标好友", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "deed_friend", "star_friend" ] }, "description": "星标好友" } }, { "name": "HideFriend 删除好友", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "deed_friend", "hide_friend" ] }, "description": "删除好友" } } ] }, { "name": "Friend 好友列表相关", "item": [ { "name": "GetReadSayHelloContactList 获取已读打招呼的联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_read_say_hello_contact_list" ] }, "description": "获取已读打招呼的联系人列表" } }, { "name": "GetUnReadSayHelloContactList 获取新的打招呼的联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_un_read_say_hello_contact_list" ] }, "description": "获取新的打招呼的联系人列表" } }, { "name": "GetFriendList 全部好友联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_friend_list" ] }, "description": "全部好友联系人列表" } }, { "name": "GetEachLikeContacts 相互心动联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_each_like_contacts" ] }, "description": "相互心动联系人列表" } }, { "name": "GetStarContactList 星标联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_star_contact_list" ] }, "description": "星标联系人列表" } }, { "name": "GetContactList 全部联系人列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_contact_list" ] }, "description": "全部联系人列表" } }, { "name": "GetSendFriendApplyList 发出的好友申请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_send_friend_apply_list" ] }, "description": "发出的好友申请列表" } }, { "name": "GetReceiveFriendApplyList 收到的好友申请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_receive_friend_apply_list" ] }, "description": "收到的好友申请列表" } }, { "name": "GetAllFriendApplies 全部好友申请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_all_friend_applies" ] }, "description": "全部好友申请列表" } }, { "name": "FriendApplyMsgOverview 好友申请消息概览", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "friend_apply_msg_overview" ] }, "description": "好友申请消息概览" } }, { "name": "UnStarContact 取消星标联系人", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "un_star_contact" ] }, "description": "取消星标联系人" } }, { "name": "StarContact 星标联系人", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "star_contact" ] }, "description": "星标联系人" } }, { "name": "DeleteContact 删除联系人", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "delete_contact" ] }, "description": "删除联系人" } }, { "name": "UnBlacklistContact 取消拉黑联系人", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "un_blacklist_contact" ] }, "description": "取消拉黑联系人" } }, { "name": "BlacklistContact 拉黑联系人", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "blacklist_contact" ] }, "description": "拉黑联系人" } }, { "name": "ChangeContactNote 更新用户备注", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "note", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "note", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "change_contact_note" ] }, "description": "更新用户备注" } }, { "name": "RefuseFriendApply 拒绝好友申请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "联系人", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "联系人", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "refuse_friend_apply" ] }, "description": "拒绝好友申请" } }, { "name": "AgreeFriendApply 同意好友申请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "联系人", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "联系人", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "agree_friend_apply" ] }, "description": "同意好友申请" } }, { "name": "SendFriendApply 发起好友申请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "被申请的用户", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "被申请的用户", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "send_friend_apply" ] }, "description": "发起好友申请" } }, { "name": "RefusePairFriendApply 拒绝分配对象活动邀请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "refuse_pair_friend_apply" ] }, "description": "拒绝分配对象活动邀请" } }, { "name": "AgreePairFriendApply 同意分配对象活动邀请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "agree_pair_friend_apply" ] }, "description": "同意分配对象活动邀请" } }, { "name": "SendPairFriendApply 发起分配对象活动邀请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "send_pair_friend_apply" ] }, "description": "发起分配对象活动邀请" } }, { "name": "GetContact 获取某个联系人信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "contactUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "friend", "get_contact" ] }, "description": "获取某个联系人信息" } } ] }, { "name": "SignIn 签到相关接口", "item": [ { "name": "Reward72PairCoupon 领取72小时报名入场券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward72_pair_coupon" ] }, "description": "领取72小时报名入场券" } }, { "name": "Reward72DiscountCoupon 领取72小时报名打折券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward72_discount_coupon" ] }, "description": "领取72小时报名打折券" } }, { "name": "RewardSupVipCoupon 领取超级会员满减券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward_sup_vip_coupon" ] }, "description": "领取超级会员满减券" } }, { "name": "RewardUnLookCard 领取解锁次数", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward_un_look_card" ] }, "description": "领取解锁次数" } }, { "name": "RewardPopularity 领取人气值奖励", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward_popularity" ] }, "description": "领取人气值奖励" } }, { "name": "RewardFlower 领取小花奖励", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "reward_flower" ] }, "description": "领取小花奖励" } }, { "name": "Sign 签到", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "sign" ] }, "description": "签到" } }, { "name": "Today 今日签到情况", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "sign_in", "today" ] }, "description": "今日签到情况" } } ] }, { "name": "Partner 卡片相关", "item": [ { "name": "LockLikeMe 超级会员解锁 App解锁 解锁喜欢我的卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "origin", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "origin", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "partner", "lock_like_me" ] }, "description": "超级会员解锁 App解锁 解锁喜欢我的卡片" } }, { "name": "SetPartnerSell 设置(开/关)隐藏卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partner_id", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "is_sell", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partner_id", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "is_sell", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "partner", "set_partner_sell" ] }, "description": "设置(开/关)隐藏卡片" } }, { "name": "ThumbPartner 点赞卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "partner", "thumb_partner" ] }, "description": "点赞卡片" } }, { "name": "GetPartnerUser 获取卡片用户信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "partner", "get_partner_user" ] }, "description": "获取卡片用户信息" } } ] }, { "name": "User 用户信息相关", "item": [ { "name": "UidTranslationImAccount uid和imAccount相互转换", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "reqUid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "reqIMAccount", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "reqUid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "reqIMAccount", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "uid_translation_im_account" ] }, "description": "uid和imAccount相互转换" } }, { "name": "Refresh 刷新IM-Account和IM-Sig", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "refresh" ] }, "description": "刷新IM-Account和IM-Sig" } }, { "name": "SelectCover 切换封面图", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "select_cover" ] }, "description": "切换封面图" } }, { "name": "DeletePhotos 删除照片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "delete_photos" ] }, "description": "删除照片" } }, { "name": "CreateAnswer 回答个人问题\n除了questionId,其他参数保持原来规则", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "create_answer" ] }, "description": "回答个人问题\n除了questionId,其他参数保持原来规则" } }, { "name": "GetQuestionAnswerList 获取我回答的问题", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "get_question_answer_list" ] }, "description": "获取我回答的问题" } }, { "name": "GetQuestionInfo 获取问题详情", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "get_question_info" ] }, "description": "获取问题详情" } }, { "name": "GetQuestionList 获取问题列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "get_question_list" ] }, "description": "获取问题列表" } }, { "name": "StoreSelfPartner 创建个人交友卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "store_self_partner" ] }, "description": "创建个人交友卡片" } }, { "name": "ToggleTag 切换个人标签", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "tagId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "tagId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "toggle_tag" ] }, "description": "切换个人标签" } }, { "name": "UpdateProfile 更新用户信息\n这里参数和原来保持一致,只是文档中不会写", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "update_profile" ] }, "description": "更新用户信息\n这里参数和原来保持一致,只是文档中不会写" } }, { "name": "GetFpdxProfile 原/api/msy/user\u0026model\u003dfpdx", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "get_fpdx_profile" ] }, "description": "原/api/msy/user\u0026model\u003dfpdx" } }, { "name": "Profile 用户信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "model", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "model", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1_1", "user", "profile" ] }, "description": "用户信息" } } ] } ] }, { "name": "V1", "item": [ { "name": "RESTFul" }, { "name": "Im IM相关的接口\n消息存在 腾讯云消息,本地消息,最近消息 超过七天未同步自己服务器消息,需要先拉最近消息 其他时候,刚进入时拉取腾讯云用户列表的消息\n如果有消息返回,重复拉取直到全部拉出 并且上报已读,以免未读消息被重复拉取\n发消息时,先发送腾讯云,配置单聊消息回调可以自动上报自己的服务器,记录双方的最近消息 每次上报新消息时,保留自己的最近消息十条\n暂时不确定定位消息是否使用seq,如果使用则必须先发送获取seq后上报", "item": [ { "name": "MarkUserMessagesRead 标记消息已读", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "im", "mark_user_messages_read" ] }, "description": "标记消息已读" } }, { "name": "Delete 删除消息,删除自己的最近消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "im", "delete" ] }, "description": "删除消息,删除自己的最近消息" } }, { "name": "Revoke 撤回消息,删除两个人的最近消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "im", "revoke" ] }, "description": "撤回消息,删除两个人的最近消息" } }, { "name": "Send 发送消息\n由服务端转接发送消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "message", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "im", "send" ] }, "description": "发送消息\n由服务端转接发送消息" } }, { "name": "GetUsersLatests 获取用户最近消息,最近10条\n用户读列表时会依次从腾讯云获取聊天记录 不满10条的从这里读 不需要每次读,并且进入会话后不使用这个", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uids", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uids", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "im", "get_users_latests" ] }, "description": "获取用户最近消息,最近10条\n用户读列表时会依次从腾讯云获取聊天记录 不满10条的从这里读 不需要每次读,并且进入会话后不使用这个" } } ] }, { "name": "ReportLog ", "item": [ { "name": "ClickUserHome 访问他人主页日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "intoAt", "value": "", "type": "text", "description": "进入时间戳", "disabled": false }, { "key": "leaveAt", "value": "", "type": "text", "description": "离开时间戳", "disabled": false }, { "key": "clickUid", "value": "", "type": "text", "description": "访问用户", "disabled": false }, { "key": "homeUid", "value": "", "type": "text", "description": "被访问用户", "disabled": false }, { "key": "scene", "value": "", "type": "text", "description": "场景", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "intoAt", "value": "", "type": "text", "description": "进入时间戳", "disabled": false }, { "key": "leaveAt", "value": "", "type": "text", "description": "离开时间戳", "disabled": false }, { "key": "clickUid", "value": "", "type": "text", "description": "访问用户", "disabled": false }, { "key": "homeUid", "value": "", "type": "text", "description": "被访问用户", "disabled": false }, { "key": "scene", "value": "", "type": "text", "description": "场景", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "report_log", "click_user_home" ] }, "description": "访问他人主页日志" } }, { "name": "FeedLog 信息流上报日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "data", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "data", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "report_log", "feed_log" ] }, "description": "信息流上报日志" } } ] }, { "name": "AdminPartner ", "item": [ { "name": "Change2New 救活卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "req", "value": "", "type": "text", "description": "请求数据包", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "req", "value": "", "type": "text", "description": "请求数据包", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "admin_partner", "change2_new" ] }, "description": "救活卡片" } }, { "name": "LowList 标记不推荐的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "admin_partner", "low_list" ] }, "description": "标记不推荐的列表" } }, { "name": "UnSelectPartner 取消精选", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "admin_partner", "un_select_partner" ] }, "description": "取消精选" } }, { "name": "IsSelectedList 已精选列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false }, { "key": "isFeedPush", "value": "", "type": "text", "description": "是否只看可推流的:true\u003d是;false\u003d全部", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别 0\u003d全部", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pages", "value": "", "type": "text", "description": "页码", "disabled": false }, { "key": "isFeedPush", "value": "", "type": "text", "description": "是否只看可推流的:true\u003d是;false\u003d全部", "disabled": false }, { "key": "sex", "value": "", "type": "text", "description": "性别 0\u003d全部", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "admin_partner", "is_selected_list" ] }, "description": "已精选列表" } } ] }, { "name": "School 学校相关接口\n列表。搜索等等", "item": [ { "name": "GetList 学校列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "school", "get_list" ] }, "description": "学校列表" } } ] }, { "name": "City 城市相关接口\n城市列表。搜索等等", "item": [ { "name": "Search 搜索城市", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "关键词", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "keyword", "value": "", "type": "text", "description": "关键词", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "city", "search" ] }, "description": "搜索城市" } }, { "name": "GetList 获取城市列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "city", "get_list" ] }, "description": "获取城市列表" } } ] }, { "name": "Tags ", "item": [ { "name": "GetAllTag 获取全部标签列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "tags", "get_all_tag" ] }, "description": "获取全部标签列表" } } ] }, { "name": "UserHome 用户首页列表接口", "item": [ { "name": "GetPopularity 获取人气值", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_home", "get_popularity" ] }, "description": "获取人气值" } }, { "name": "RemindComplementCard 提醒TA补全信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "remind_uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "remind_uid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_home", "remind_complement_card" ] }, "description": "提醒TA补全信息" } }, { "name": "GetVisitorList 访客列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "用户id;不天默认取自己的", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "用户id;不天默认取自己的", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_home", "get_visitor_list" ] }, "description": "访客列表" } }, { "name": "GetMyLikeList 获取我喜欢的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_home", "get_my_like_list" ] }, "description": "获取我喜欢的列表" } }, { "name": "GetLikeMeList 获取心动我的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "分页(页数)", "disabled": false }, { "key": "limit", "value": "", "type": "text", "description": "每页多少", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_home", "get_like_me_list" ] }, "description": "获取心动我的列表" } } ] }, { "name": "UserNotice ", "item": [ { "name": "SysnoticeList 系统消息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "unread", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "unread", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_notice", "sysnotice_list" ] }, "description": "系统消息" } }, { "name": "SysnoticeDesc ", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user_notice", "sysnotice_desc" ] } } } ] }, { "name": "Homepage ", "item": [ { "name": "FeedScore 获取卡片其他信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "homepage", "feed_score" ] }, "description": "获取卡片其他信息" } }, { "name": "OpenidFeed 游客信息流", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "openid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "openid", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "homepage", "openid_feed" ] }, "description": "游客信息流" } }, { "name": "Feed 信息流", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "take", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "homepage", "feed" ] }, "description": "信息流" } }, { "name": "ActivityTimeTable 发现页数据", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "homepage", "activity_time_table" ] }, "description": "发现页数据" } } ] }, { "name": "Notice 通知开关配置", "item": [ { "name": "UpdateNoticeByGroup 修改通知群组开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "群组", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "群组", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "notice", "update_notice_by_group" ] }, "description": "修改通知群组开关配置" } }, { "name": "UpdateNoticeByKey 修改通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false }, { "key": "isOpen", "value": "", "type": "text", "description": "开关", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "notice", "update_notice_by_key" ] }, "description": "修改通知开关配置" } }, { "name": "GetNoticeByKeyToInt 获取通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "key", "value": "", "type": "text", "description": "通知key", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "notice", "get_notice_by_key_to_int" ] }, "description": "获取通知开关配置" } }, { "name": "GetNoticeProfileList 获取我的通知开关配置", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "notice", "get_notice_profile_list" ] }, "description": "获取我的通知开关配置" } } ] }, { "name": "Lbs 高德地图接口 掉用量限制:https://lbs.amap.com/api/webservice/guide/tools/flowlevel\n高德错误码:https://lbs.amap.com/api/webservice/guide/tools/info", "item": [ { "name": "Geo 地理编码 https://lbs.amap.com/api/webservice/guide/api/georegeo#geo", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "lbs", "geo" ] }, "description": "地理编码 https://lbs.amap.com/api/webservice/guide/api/georegeo#geo" } }, { "name": "Regeo 逆地理编码 高德文档:https://lbs.amap.com/api/webservice/guide/api/georegeo#regeo", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "lbs", "regeo" ] }, "description": "逆地理编码 高德文档:https://lbs.amap.com/api/webservice/guide/api/georegeo#regeo" } }, { "name": "District 行政区域查询 高德文档:https://lbs.amap.com/api/webservice/guide/api/district", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "lbs", "district" ] }, "description": "行政区域查询 高德文档:https://lbs.amap.com/api/webservice/guide/api/district" } }, { "name": "Ip ip定位 高德文档:https://lbs.amap.com/api/webservice/guide/api/ipconfig", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "parameters", "value": "", "type": "text", "description": "详看高德文档", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "lbs", "ip" ] }, "description": "ip定位 高德文档:https://lbs.amap.com/api/webservice/guide/api/ipconfig" } } ] }, { "name": "Common 辅助接口", "item": [ { "name": "FaceDetect 人脸识别", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "image", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "image", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "common", "face_detect" ] }, "description": "人脸识别" } } ] }, { "name": "Banner ", "item": [ { "name": "PositionList 获取某位置广告列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "position", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "position", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "banner", "position_list" ] }, "description": "获取某位置广告列表" } } ] }, { "name": "Share ", "item": [ { "name": "LikeMeHistory 助力历史接口", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "share", "like_me_history" ] }, "description": "助力历史接口" } }, { "name": "LikeMeCheck 会员专属加成 助力-喜欢我的解锁分享", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "share", "like_me_check" ] }, "description": "会员专属加成 助力-喜欢我的解锁分享" } }, { "name": "LikeMe 获取解锁进度详情 详情-喜欢我的解锁", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "praiseId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "share", "like_me" ] }, "description": "获取解锁进度详情 详情-喜欢我的解锁" } }, { "name": "PairVipCheck 通过vip提升成功率 / 获取我邀请人的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "inviteId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "inviteId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "share", "pair_vip_check" ] }, "description": "通过vip提升成功率 / 获取我邀请人的列表" } }, { "name": "PairGet 获取匹配分享记录", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "listId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "listId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "share", "pair_get" ] }, "description": "获取匹配分享记录" } } ] }, { "name": "Invite ", "item": [ { "name": "LastInvite 获取最近的邀请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "invite", "last_invite" ] }, "description": "获取最近的邀请列表" } } ] }, { "name": "Pair 72小时相关", "item": [ { "name": "GetAloneGroup 获取脱单群", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "期数", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "获取类型(72h|qbj)【默认:72h】", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "期数", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "获取类型(72h|qbj)【默认:72h】", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "get_alone_group" ] }, "description": "获取脱单群" } }, { "name": "RemoveKeepCp 移除cp关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "remove_keep_cp" ] }, "description": "移除cp关系" } }, { "name": "KeepCp 保持cp关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "roomId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "keep_cp" ] }, "description": "保持cp关系" } }, { "name": "GetKeepRoom 获取保持关系的房间", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "get_keep_room" ] }, "description": "获取保持关系的房间" } }, { "name": "ConfirmBeAlone 确认落单", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "confirm_be_alone" ] }, "description": "确认落单" } }, { "name": "OperationalLog 操作日志", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "operational_log" ] }, "description": "操作日志" } }, { "name": "Regrets 反悔CP关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "regrets" ] }, "description": "反悔CP关系" } }, { "name": "ConfirmCp 确认CP关系", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "confirm", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "confirm", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "confirm_cp" ] }, "description": "确认CP关系" } }, { "name": "AddScoreByFlower 通过小花提升72小时匹配成功率", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "redFlower", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goldFlower", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "redFlower", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goldFlower", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "add_score_by_flower" ] }, "description": "通过小花提升72小时匹配成功率" } }, { "name": "Refund 退款", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "pairId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "refund" ] }, "description": "退款" } }, { "name": "EnrollNext 报名下一期", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "lastStageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "lastStageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "enroll_next" ] }, "description": "报名下一期" } }, { "name": "EnrollPro 付费报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "优惠券ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "totalFee", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "state", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "addScore", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "优惠券ID", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "totalFee", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "state", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "addScore", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "enroll_pro" ] }, "description": "付费报名" } }, { "name": "EnrollFree 免费报名", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "state", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "score", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "state", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "score", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "allowPhoto", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "enroll_free" ] }, "description": "免费报名" } }, { "name": "GetAllTags 获取所有标签", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "get_all_tags" ] }, "description": "获取所有标签" } }, { "name": "GetActivityList 获取匹配列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "get_activity_list" ] }, "description": "获取匹配列表" } }, { "name": "Lastenroll 最近报名的列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "lastenroll" ] }, "description": "最近报名的列表" } }, { "name": "GetActivityConductStageId 获取当前正在进行的活动", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "get_activity_conduct_stage_id" ] }, "description": "获取当前正在进行的活动" } }, { "name": "ActivityInfo 通过期数获取匹配信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "stageId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "activity_info" ] }, "description": "通过期数获取匹配信息" } }, { "name": "ActivityRecent 获取我最后一次报名的数据", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "activity_recent" ] }, "description": "获取我最后一次报名的数据" } }, { "name": "ActivityLast 获取当前活动信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "activityType", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "pair", "activity_last" ] }, "description": "获取当前活动信息" } } ] }, { "name": "Payment ", "item": [ { "name": "FetchAppWechatPayParams 获取微信支付参数", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "orderId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "orderId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "payment", "fetch_app_wechat_pay_params" ] }, "description": "获取微信支付参数" } }, { "name": "GetCouponDetail 获取卡券信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "couponId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "payment", "get_coupon_detail" ] }, "description": "获取卡券信息" } }, { "name": "GetCouponList 卡券列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsScope", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "perPage", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "type", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "goodsScope", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "perPage", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "payment", "get_coupon_list" ] }, "description": "卡券列表" } } ] }, { "name": "DeedFriend ", "item": [ { "name": "StarFriend 星标好友", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "deed_friend", "star_friend" ] }, "description": "星标好友" } }, { "name": "HideFriend 删除好友", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "deed_friend", "hide_friend" ] }, "description": "删除好友" } } ] }, { "name": "Friend 好友列表相关", "item": [ { "name": "AgreeApply 同意好友申请", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "applyUid", "value": "", "type": "text", "description": "被同意的用户id", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "applyUid", "value": "", "type": "text", "description": "被同意的用户id", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "agree_apply" ] }, "description": "同意好友申请" } }, { "name": "GetUnreadCount 好友列表未读概览", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_unread_count" ] }, "description": "好友列表未读概览" } }, { "name": "GetChatHistory 好友交互历史|判断是否解锁", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "friendUid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_chat_history" ] }, "description": "好友交互历史|判断是否解锁" } }, { "name": "GetStarList 星标好友 列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_star_list" ] }, "description": "星标好友 列表" } }, { "name": "GetEachLikeList 心动好友 列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_each_like_list" ] }, "description": "心动好友 列表" } }, { "name": "GetAllList 好友列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_all_list" ] }, "description": "好友列表" } }, { "name": "GetApplyReceiveList 收到的申请 列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_apply_receive_list" ] }, "description": "收到的申请 列表" } }, { "name": "GetApplySendList 发出申请 列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_apply_send_list" ] }, "description": "发出申请 列表" } }, { "name": "GetApplyAllList 申请列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "page", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "friend", "get_apply_all_list" ] }, "description": "申请列表" } } ] }, { "name": "SignIn 签到相关接口", "item": [ { "name": "Reward72PairCoupon 领取72小时报名入场券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward72_pair_coupon" ] }, "description": "领取72小时报名入场券" } }, { "name": "Reward72DiscountCoupon 领取72小时报名打折券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward72_discount_coupon" ] }, "description": "领取72小时报名打折券" } }, { "name": "RewardSupVipCoupon 领取超级会员满减券", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward_sup_vip_coupon" ] }, "description": "领取超级会员满减券" } }, { "name": "RewardUnLookCard 领取解锁次数", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward_un_look_card" ] }, "description": "领取解锁次数" } }, { "name": "RewardPopularity 领取人气值奖励", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward_popularity" ] }, "description": "领取人气值奖励" } }, { "name": "RewardFlower 领取小花奖励", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "reward_flower" ] }, "description": "领取小花奖励" } }, { "name": "Sign 签到", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "sign" ] }, "description": "签到" } }, { "name": "Today 今日签到情况", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "sign_in", "today" ] }, "description": "今日签到情况" } } ] }, { "name": "Partner 卡片相关", "item": [ { "name": "LockLikeMe 超级会员解锁 App解锁 解锁喜欢我的卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "origin", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "origin", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "partner", "lock_like_me" ] }, "description": "超级会员解锁 App解锁 解锁喜欢我的卡片" } }, { "name": "SetPartnerSell 设置(开/关)隐藏卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partner_id", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "is_sell", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partner_id", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "is_sell", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "partner", "set_partner_sell" ] }, "description": "设置(开/关)隐藏卡片" } }, { "name": "ThumbPartner 点赞卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "卡片id", "disabled": false }, { "key": "thumb", "value": "", "type": "text", "description": "点赞与否", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "partner", "thumb_partner" ] }, "description": "点赞卡片" } }, { "name": "GetPartnerUser 获取卡片用户信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "partnerId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "partner", "get_partner_user" ] }, "description": "获取卡片用户信息" } } ] }, { "name": "User 用户信息相关", "item": [ { "name": "SelectCover 切换封面图", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "select_cover" ] }, "description": "切换封面图" } }, { "name": "DeletePhotos 删除照片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "field", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "delete_photos" ] }, "description": "删除照片" } }, { "name": "CreateAnswer 回答个人问题\n除了questionId,其他参数保持原来规则", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "content", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "create_answer" ] }, "description": "回答个人问题\n除了questionId,其他参数保持原来规则" } }, { "name": "GetQuestionAnswerList 获取我回答的问题", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "uid", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "get_question_answer_list" ] }, "description": "获取我回答的问题" } }, { "name": "GetQuestionInfo 获取问题详情", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "questionId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "get_question_info" ] }, "description": "获取问题详情" } }, { "name": "GetQuestionList 获取问题列表", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "get_question_list" ] }, "description": "获取问题列表" } }, { "name": "StoreSelfPartner 创建个人交友卡片", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "mediaId", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "store_self_partner" ] }, "description": "创建个人交友卡片" } }, { "name": "ToggleTag 切换个人标签", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "tagId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "tagId", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "group", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "toggle_tag" ] }, "description": "切换个人标签" } }, { "name": "UpdateProfile 更新用户信息\n这里参数和原来保持一致,只是文档中不会写", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "update_profile" ] }, "description": "更新用户信息\n这里参数和原来保持一致,只是文档中不会写" } }, { "name": "GetFpdxProfile 原/api/msy/user\u0026model\u003dfpdx", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "get_fpdx_profile" ] }, "description": "原/api/msy/user\u0026model\u003dfpdx" } }, { "name": "Profile 用户信息", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "model", "value": "", "type": "text", "description": "", "disabled": false } ], "urlencoded": [ { "key": "__test_mode", "value": "1", "type": "text", "description": "", "disabled": false }, { "key": "__user", "value": "", "type": "text", "description": "", "disabled": false }, { "key": "model", "value": "", "type": "text", "description": "", "disabled": false } ] }, "url": { "protocol": "http", "host": [ "{{host}}" ], "path": [ "stub-api", "v1", "user", "profile" ] }, "description": "用户信息" } } ] } ] } ] }