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

14816 lines
866 KiB

3 months ago
  1. [
  2. {
  3. "index": 0,
  4. "name": "Admin 平台用户",
  5. "desc": "admin User",
  6. "add_time": 1597368468,
  7. "up_time": 1597368468,
  8. "list": [
  9. {
  10. "query_path": {
  11. "path": "/api/admin/login",
  12. "params": []
  13. },
  14. "edit_uid": 0,
  15. "status": "undone",
  16. "type": "static",
  17. "req_body_is_json_schema": true,
  18. "res_body_is_json_schema": true,
  19. "api_opened": false,
  20. "index": 0,
  21. "tag": [],
  22. "_id": 6450,
  23. "method": "POST",
  24. "title": "AdminUserLogin",
  25. "path": "/api/admin/login",
  26. "req_params": [],
  27. "req_body_form": [],
  28. "req_headers": [
  29. {
  30. "required": "1",
  31. "_id": "5f35e89abc7e8e560914f866",
  32. "name": "Content-Type",
  33. "value": "application/json"
  34. }
  35. ],
  36. "req_query": [],
  37. "req_body_type": "json",
  38. "res_body_type": "json",
  39. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
  40. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"key\"\n ],\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"example\": \"admin\",\n \"description\": \"后台管理员账号\"\n },\n \"code\": {\n \"type\": \"string\",\n \"description\": \"code\"\n },\n \"key\": {\n \"type\": \"string\",\n \"description\": \"key\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"example\": 123456,\n \"description\": \"后台管理员密码\"\n }\n },\n \"title\": \"SystemAdminLoginRequest\",\n \"$$ref\": \"#/definitions/SystemAdminLoginRequest\"\n}",
  41. "project_id": 52,
  42. "catid": 4073,
  43. "uid": 93,
  44. "add_time": 1597368474,
  45. "up_time": 1597368474,
  46. "__v": 0
  47. },
  48. {
  49. "query_path": {
  50. "path": "/api/admin/logout",
  51. "params": []
  52. },
  53. "edit_uid": 0,
  54. "status": "undone",
  55. "type": "static",
  56. "req_body_is_json_schema": false,
  57. "res_body_is_json_schema": true,
  58. "api_opened": false,
  59. "index": 0,
  60. "tag": [],
  61. "_id": 6452,
  62. "method": "GET",
  63. "title": "AdminUserLogout",
  64. "path": "/api/admin/logout",
  65. "req_params": [],
  66. "req_body_form": [],
  67. "req_headers": [],
  68. "req_query": [],
  69. "req_body_type": "raw",
  70. "res_body_type": "json",
  71. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
  72. "project_id": 52,
  73. "catid": 4073,
  74. "uid": 93,
  75. "add_time": 1597368474,
  76. "up_time": 1597368474,
  77. "__v": 0
  78. },
  79. {
  80. "query_path": {
  81. "path": "/api/admin/getAdminInfoByToken",
  82. "params": []
  83. },
  84. "edit_uid": 0,
  85. "status": "undone",
  86. "type": "static",
  87. "req_body_is_json_schema": false,
  88. "res_body_is_json_schema": true,
  89. "api_opened": false,
  90. "index": 0,
  91. "tag": [],
  92. "_id": 6446,
  93. "method": "GET",
  94. "title": "GetAdminUserByToken",
  95. "path": "/api/admin/getAdminInfoByToken",
  96. "req_params": [],
  97. "req_body_form": [],
  98. "req_headers": [],
  99. "req_query": [],
  100. "req_body_type": "raw",
  101. "res_body_type": "json",
  102. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
  103. "project_id": 52,
  104. "catid": 4073,
  105. "uid": 93,
  106. "add_time": 1597368473,
  107. "up_time": 1597368473,
  108. "__v": 0
  109. },
  110. {
  111. "query_path": {
  112. "path": "/api/admin/getLoginPic",
  113. "params": []
  114. },
  115. "edit_uid": 0,
  116. "status": "undone",
  117. "type": "static",
  118. "req_body_is_json_schema": false,
  119. "res_body_is_json_schema": true,
  120. "api_opened": false,
  121. "index": 0,
  122. "tag": [],
  123. "_id": 6448,
  124. "method": "GET",
  125. "title": "获取登录页图片",
  126. "path": "/api/admin/getLoginPic",
  127. "req_params": [],
  128. "req_body_form": [],
  129. "req_headers": [],
  130. "req_query": [],
  131. "req_body_type": "raw",
  132. "res_body_type": "json",
  133. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  134. "project_id": 52,
  135. "catid": 4073,
  136. "uid": 93,
  137. "add_time": 1597368474,
  138. "up_time": 1597368474,
  139. "__v": 0
  140. }
  141. ]
  142. },
  143. {
  144. "index": 0,
  145. "name": "上传文件",
  146. "desc": "Upload Controller",
  147. "add_time": 1597368468,
  148. "up_time": 1597368468,
  149. "list": [
  150. {
  151. "query_path": {
  152. "path": "/api/admin/upload/async",
  153. "params": []
  154. },
  155. "edit_uid": 0,
  156. "status": "undone",
  157. "type": "static",
  158. "req_body_is_json_schema": true,
  159. "res_body_is_json_schema": true,
  160. "api_opened": false,
  161. "index": 0,
  162. "tag": [],
  163. "_id": 6772,
  164. "method": "POST",
  165. "title": "同步到云服务",
  166. "path": "/api/admin/upload/async",
  167. "req_params": [],
  168. "req_body_form": [],
  169. "req_headers": [
  170. {
  171. "required": "1",
  172. "_id": "5f35e8a9bc7e8e560914fa28",
  173. "name": "Content-Type",
  174. "value": "application/json"
  175. }
  176. ],
  177. "req_query": [],
  178. "req_body_type": "json",
  179. "res_body_type": "json",
  180. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
  181. "project_id": 52,
  182. "catid": 4082,
  183. "uid": 93,
  184. "add_time": 1597368489,
  185. "up_time": 1597368489,
  186. "__v": 0
  187. },
  188. {
  189. "query_path": {
  190. "path": "/api/admin/upload/image",
  191. "params": []
  192. },
  193. "edit_uid": 0,
  194. "status": "undone",
  195. "type": "static",
  196. "req_body_is_json_schema": false,
  197. "res_body_is_json_schema": true,
  198. "api_opened": false,
  199. "index": 0,
  200. "tag": [],
  201. "_id": 6776,
  202. "method": "POST",
  203. "title": "图片上传",
  204. "path": "/api/admin/upload/image",
  205. "req_params": [],
  206. "req_body_form": [
  207. {
  208. "required": "0",
  209. "_id": "5f35e8aabc7e8e560914fa2d",
  210. "name": "multipart",
  211. "desc": "multipart",
  212. "type": "file"
  213. }
  214. ],
  215. "req_headers": [
  216. {
  217. "required": "1",
  218. "_id": "5f35e8aabc7e8e560914fa2e",
  219. "name": "Content-Type",
  220. "value": "multipart/form-data"
  221. }
  222. ],
  223. "req_query": [
  224. {
  225. "required": "0",
  226. "_id": "5f35e8aabc7e8e560914fa30",
  227. "name": "model",
  228. "desc": "模块 用户user,商品product,微信wechat,news文章"
  229. },
  230. {
  231. "required": "0",
  232. "_id": "5f35e8aabc7e8e560914fa2f",
  233. "name": "pid",
  234. "desc": "分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列 "
  235. }
  236. ],
  237. "req_body_type": "form",
  238. "res_body_type": "json",
  239. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
  240. "project_id": 52,
  241. "catid": 4082,
  242. "uid": 93,
  243. "add_time": 1597368490,
  244. "up_time": 1597368490,
  245. "__v": 0
  246. },
  247. {
  248. "query_path": {
  249. "path": "/api/admin/upload/file",
  250. "params": []
  251. },
  252. "edit_uid": 0,
  253. "status": "undone",
  254. "type": "static",
  255. "req_body_is_json_schema": false,
  256. "res_body_is_json_schema": true,
  257. "api_opened": false,
  258. "index": 0,
  259. "tag": [],
  260. "_id": 6774,
  261. "method": "POST",
  262. "title": "文件上传",
  263. "path": "/api/admin/upload/file",
  264. "req_params": [],
  265. "req_body_form": [
  266. {
  267. "required": "0",
  268. "_id": "5f35e8aabc7e8e560914fa29",
  269. "name": "multipart",
  270. "desc": "multipart",
  271. "type": "file"
  272. }
  273. ],
  274. "req_headers": [
  275. {
  276. "required": "1",
  277. "_id": "5f35e8aabc7e8e560914fa2a",
  278. "name": "Content-Type",
  279. "value": "multipart/form-data"
  280. }
  281. ],
  282. "req_query": [
  283. {
  284. "required": "0",
  285. "_id": "5f35e8aabc7e8e560914fa2c",
  286. "name": "model",
  287. "desc": "模块 用户user,商品product,微信wechat,news文章"
  288. },
  289. {
  290. "required": "0",
  291. "_id": "5f35e8aabc7e8e560914fa2b",
  292. "name": "pid",
  293. "desc": "分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列 "
  294. }
  295. ],
  296. "req_body_type": "form",
  297. "res_body_type": "json",
  298. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extName\": {\n \"type\": \"string\"\n },\n \"fileName\": {\n \"type\": \"string\"\n },\n \"fileSize\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"serverPath\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"FileResultVo\",\n \"$$ref\": \"#/definitions/FileResultVo\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«FileResultVo»\",\n \"$$ref\": \"#/definitions/CommonResult«FileResultVo»\"\n}",
  299. "project_id": 52,
  300. "catid": 4082,
  301. "uid": 93,
  302. "add_time": 1597368490,
  303. "up_time": 1597368490,
  304. "__v": 0
  305. }
  306. ]
  307. },
  308. {
  309. "index": 0,
  310. "name": "会员 -- 分组",
  311. "desc": "User Group Controller",
  312. "add_time": 1597368468,
  313. "up_time": 1597368468,
  314. "list": [
  315. {
  316. "query_path": {
  317. "path": "/api/admin/user/group/update",
  318. "params": []
  319. },
  320. "edit_uid": 0,
  321. "status": "undone",
  322. "type": "static",
  323. "req_body_is_json_schema": true,
  324. "res_body_is_json_schema": true,
  325. "api_opened": false,
  326. "index": 0,
  327. "tag": [],
  328. "_id": 6800,
  329. "method": "POST",
  330. "title": "修改",
  331. "path": "/api/admin/user/group/update",
  332. "req_params": [],
  333. "req_body_form": [],
  334. "req_headers": [
  335. {
  336. "required": "1",
  337. "_id": "5f35e8abbc7e8e560914fa56",
  338. "name": "Content-Type",
  339. "value": "application/json"
  340. }
  341. ],
  342. "req_query": [
  343. {
  344. "required": "1",
  345. "_id": "5f35e8abbc7e8e560914fa57",
  346. "name": "id",
  347. "desc": "id"
  348. }
  349. ],
  350. "req_body_type": "json",
  351. "res_body_type": "json",
  352. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  353. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n}",
  354. "project_id": 52,
  355. "catid": 4091,
  356. "uid": 93,
  357. "add_time": 1597368491,
  358. "up_time": 1597368491,
  359. "__v": 0
  360. },
  361. {
  362. "query_path": {
  363. "path": "/api/admin/user/group/list",
  364. "params": []
  365. },
  366. "edit_uid": 0,
  367. "status": "undone",
  368. "type": "static",
  369. "req_body_is_json_schema": false,
  370. "res_body_is_json_schema": true,
  371. "api_opened": false,
  372. "index": 0,
  373. "tag": [],
  374. "_id": 6796,
  375. "method": "GET",
  376. "title": "分页列表",
  377. "path": "/api/admin/user/group/list",
  378. "req_params": [],
  379. "req_body_form": [],
  380. "req_headers": [],
  381. "req_query": [
  382. {
  383. "required": "0",
  384. "_id": "5f35e8aabc7e8e560914fa54",
  385. "name": "limit",
  386. "desc": "每页数量"
  387. },
  388. {
  389. "required": "0",
  390. "_id": "5f35e8aabc7e8e560914fa53",
  391. "name": "page",
  392. "desc": "页码"
  393. }
  394. ],
  395. "req_body_type": "raw",
  396. "res_body_type": "json",
  397. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserGroup对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserGroup对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserGroup对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserGroup对象»»\"\n}",
  398. "project_id": 52,
  399. "catid": 4091,
  400. "uid": 93,
  401. "add_time": 1597368490,
  402. "up_time": 1597368490,
  403. "__v": 0
  404. },
  405. {
  406. "query_path": {
  407. "path": "/api/admin/user/group/delete",
  408. "params": []
  409. },
  410. "edit_uid": 0,
  411. "status": "undone",
  412. "type": "static",
  413. "req_body_is_json_schema": false,
  414. "res_body_is_json_schema": true,
  415. "api_opened": false,
  416. "index": 0,
  417. "tag": [],
  418. "_id": 6792,
  419. "method": "GET",
  420. "title": "删除",
  421. "path": "/api/admin/user/group/delete",
  422. "req_params": [],
  423. "req_body_form": [],
  424. "req_headers": [],
  425. "req_query": [
  426. {
  427. "required": "1",
  428. "_id": "5f35e8aabc7e8e560914fa51",
  429. "name": "id",
  430. "desc": "id"
  431. }
  432. ],
  433. "req_body_type": "raw",
  434. "res_body_type": "json",
  435. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  436. "project_id": 52,
  437. "catid": 4091,
  438. "uid": 93,
  439. "add_time": 1597368490,
  440. "up_time": 1597368490,
  441. "__v": 0
  442. },
  443. {
  444. "query_path": {
  445. "path": "/api/admin/user/group/save",
  446. "params": []
  447. },
  448. "edit_uid": 0,
  449. "status": "undone",
  450. "type": "static",
  451. "req_body_is_json_schema": true,
  452. "res_body_is_json_schema": true,
  453. "api_opened": false,
  454. "index": 0,
  455. "tag": [],
  456. "_id": 6798,
  457. "method": "POST",
  458. "title": "新增",
  459. "path": "/api/admin/user/group/save",
  460. "req_params": [],
  461. "req_body_form": [],
  462. "req_headers": [
  463. {
  464. "required": "1",
  465. "_id": "5f35e8aabc7e8e560914fa55",
  466. "name": "Content-Type",
  467. "value": "application/json"
  468. }
  469. ],
  470. "req_query": [],
  471. "req_body_type": "json",
  472. "res_body_type": "json",
  473. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  474. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n}",
  475. "project_id": 52,
  476. "catid": 4091,
  477. "uid": 93,
  478. "add_time": 1597368490,
  479. "up_time": 1597368490,
  480. "__v": 0
  481. },
  482. {
  483. "query_path": {
  484. "path": "/api/admin/user/group/info",
  485. "params": []
  486. },
  487. "edit_uid": 0,
  488. "status": "undone",
  489. "type": "static",
  490. "req_body_is_json_schema": false,
  491. "res_body_is_json_schema": true,
  492. "api_opened": false,
  493. "index": 0,
  494. "tag": [],
  495. "_id": 6794,
  496. "method": "GET",
  497. "title": "详情",
  498. "path": "/api/admin/user/group/info",
  499. "req_params": [],
  500. "req_body_form": [],
  501. "req_headers": [],
  502. "req_query": [
  503. {
  504. "required": "1",
  505. "_id": "5f35e8aabc7e8e560914fa52",
  506. "name": "id",
  507. "desc": "id"
  508. }
  509. ],
  510. "req_body_type": "raw",
  511. "res_body_type": "json",
  512. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"用户分组名称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"UserGroup对象\",\n \"description\": \"用户分组表\",\n \"$$ref\": \"#/definitions/UserGroup对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserGroup对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserGroup对象»\"\n}",
  513. "project_id": 52,
  514. "catid": 4091,
  515. "uid": 93,
  516. "add_time": 1597368490,
  517. "up_time": 1597368490,
  518. "__v": 0
  519. }
  520. ]
  521. },
  522. {
  523. "index": 0,
  524. "name": "会员 -- 标签",
  525. "desc": "User Tag Controller",
  526. "add_time": 1597368468,
  527. "up_time": 1597368468,
  528. "list": [
  529. {
  530. "query_path": {
  531. "path": "/api/admin/user/tag/update",
  532. "params": []
  533. },
  534. "edit_uid": 0,
  535. "status": "undone",
  536. "type": "static",
  537. "req_body_is_json_schema": true,
  538. "res_body_is_json_schema": true,
  539. "api_opened": false,
  540. "index": 0,
  541. "tag": [],
  542. "_id": 6826,
  543. "method": "POST",
  544. "title": "修改",
  545. "path": "/api/admin/user/tag/update",
  546. "req_params": [],
  547. "req_body_form": [],
  548. "req_headers": [
  549. {
  550. "required": "1",
  551. "_id": "5f35e8acbc7e8e560914fa8d",
  552. "name": "Content-Type",
  553. "value": "application/json"
  554. }
  555. ],
  556. "req_query": [
  557. {
  558. "required": "1",
  559. "_id": "5f35e8acbc7e8e560914fa8e",
  560. "name": "id",
  561. "desc": "id"
  562. }
  563. ],
  564. "req_body_type": "json",
  565. "res_body_type": "json",
  566. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  567. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTagRequest对象\",\n \"description\": \"会员标签\",\n \"$$ref\": \"#/definitions/UserTagRequest对象\"\n}",
  568. "project_id": 52,
  569. "catid": 4100,
  570. "uid": 93,
  571. "add_time": 1597368492,
  572. "up_time": 1597368492,
  573. "__v": 0
  574. },
  575. {
  576. "query_path": {
  577. "path": "/api/admin/user/tag/list",
  578. "params": []
  579. },
  580. "edit_uid": 0,
  581. "status": "undone",
  582. "type": "static",
  583. "req_body_is_json_schema": false,
  584. "res_body_is_json_schema": true,
  585. "api_opened": false,
  586. "index": 0,
  587. "tag": [],
  588. "_id": 6822,
  589. "method": "GET",
  590. "title": "分页列表",
  591. "path": "/api/admin/user/tag/list",
  592. "req_params": [],
  593. "req_body_form": [],
  594. "req_headers": [],
  595. "req_query": [
  596. {
  597. "required": "0",
  598. "_id": "5f35e8abbc7e8e560914fa8b",
  599. "name": "limit",
  600. "desc": "每页数量"
  601. },
  602. {
  603. "required": "0",
  604. "_id": "5f35e8abbc7e8e560914fa8a",
  605. "name": "page",
  606. "desc": "页码"
  607. }
  608. ],
  609. "req_body_type": "raw",
  610. "res_body_type": "json",
  611. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTag对象\",\n \"description\": \"用户标签表\",\n \"$$ref\": \"#/definitions/UserTag对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserTag对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserTag对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserTag对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserTag对象»»\"\n}",
  612. "project_id": 52,
  613. "catid": 4100,
  614. "uid": 93,
  615. "add_time": 1597368491,
  616. "up_time": 1597368491,
  617. "__v": 0
  618. },
  619. {
  620. "query_path": {
  621. "path": "/api/admin/user/tag/delete",
  622. "params": []
  623. },
  624. "edit_uid": 0,
  625. "status": "undone",
  626. "type": "static",
  627. "req_body_is_json_schema": false,
  628. "res_body_is_json_schema": true,
  629. "api_opened": false,
  630. "index": 0,
  631. "tag": [],
  632. "_id": 6818,
  633. "method": "GET",
  634. "title": "删除",
  635. "path": "/api/admin/user/tag/delete",
  636. "req_params": [],
  637. "req_body_form": [],
  638. "req_headers": [],
  639. "req_query": [
  640. {
  641. "required": "1",
  642. "_id": "5f35e8abbc7e8e560914fa88",
  643. "name": "id",
  644. "desc": "id"
  645. }
  646. ],
  647. "req_body_type": "raw",
  648. "res_body_type": "json",
  649. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  650. "project_id": 52,
  651. "catid": 4100,
  652. "uid": 93,
  653. "add_time": 1597368491,
  654. "up_time": 1597368491,
  655. "__v": 0
  656. },
  657. {
  658. "query_path": {
  659. "path": "/api/admin/user/tag/save",
  660. "params": []
  661. },
  662. "edit_uid": 0,
  663. "status": "undone",
  664. "type": "static",
  665. "req_body_is_json_schema": true,
  666. "res_body_is_json_schema": true,
  667. "api_opened": false,
  668. "index": 0,
  669. "tag": [],
  670. "_id": 6824,
  671. "method": "POST",
  672. "title": "新增",
  673. "path": "/api/admin/user/tag/save",
  674. "req_params": [],
  675. "req_body_form": [],
  676. "req_headers": [
  677. {
  678. "required": "1",
  679. "_id": "5f35e8abbc7e8e560914fa8c",
  680. "name": "Content-Type",
  681. "value": "application/json"
  682. }
  683. ],
  684. "req_query": [],
  685. "req_body_type": "json",
  686. "res_body_type": "json",
  687. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  688. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTagRequest对象\",\n \"description\": \"会员标签\",\n \"$$ref\": \"#/definitions/UserTagRequest对象\"\n}",
  689. "project_id": 52,
  690. "catid": 4100,
  691. "uid": 93,
  692. "add_time": 1597368491,
  693. "up_time": 1597368491,
  694. "__v": 0
  695. },
  696. {
  697. "query_path": {
  698. "path": "/api/admin/user/tag/info",
  699. "params": []
  700. },
  701. "edit_uid": 0,
  702. "status": "undone",
  703. "type": "static",
  704. "req_body_is_json_schema": false,
  705. "res_body_is_json_schema": true,
  706. "api_opened": false,
  707. "index": 0,
  708. "tag": [],
  709. "_id": 6820,
  710. "method": "GET",
  711. "title": "详情",
  712. "path": "/api/admin/user/tag/info",
  713. "req_params": [],
  714. "req_body_form": [],
  715. "req_headers": [],
  716. "req_query": [
  717. {
  718. "required": "1",
  719. "_id": "5f35e8abbc7e8e560914fa89",
  720. "name": "id",
  721. "desc": "id"
  722. }
  723. ],
  724. "req_body_type": "raw",
  725. "res_body_type": "json",
  726. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"标签名称\"\n }\n },\n \"title\": \"UserTag对象\",\n \"description\": \"用户标签表\",\n \"$$ref\": \"#/definitions/UserTag对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserTag对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserTag对象»\"\n}",
  727. "project_id": 52,
  728. "catid": 4100,
  729. "uid": 93,
  730. "add_time": 1597368491,
  731. "up_time": 1597368491,
  732. "__v": 0
  733. }
  734. ]
  735. },
  736. {
  737. "index": 0,
  738. "name": "会员 -- 等级",
  739. "desc": "User Level Controller",
  740. "add_time": 1597368468,
  741. "up_time": 1597368468,
  742. "list": [
  743. {
  744. "query_path": {
  745. "path": "/api/admin/user/level/level",
  746. "params": []
  747. },
  748. "edit_uid": 0,
  749. "status": "undone",
  750. "type": "static",
  751. "req_body_is_json_schema": true,
  752. "res_body_is_json_schema": true,
  753. "api_opened": false,
  754. "index": 0,
  755. "tag": [],
  756. "_id": 6808,
  757. "method": "POST",
  758. "title": "修改",
  759. "path": "/api/admin/user/level/level",
  760. "req_params": [],
  761. "req_body_form": [],
  762. "req_headers": [
  763. {
  764. "required": "1",
  765. "_id": "5f35e8abbc7e8e560914fa5f",
  766. "name": "Content-Type",
  767. "value": "application/json"
  768. }
  769. ],
  770. "req_query": [
  771. {
  772. "required": "1",
  773. "_id": "5f35e8abbc7e8e560914fa61",
  774. "name": "levelId",
  775. "desc": "等级ID"
  776. },
  777. {
  778. "required": "1",
  779. "_id": "5f35e8abbc7e8e560914fa60",
  780. "name": "userId",
  781. "desc": "会员ID"
  782. }
  783. ],
  784. "req_body_type": "json",
  785. "res_body_type": "json",
  786. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  787. "project_id": 52,
  788. "catid": 4109,
  789. "uid": 93,
  790. "add_time": 1597368491,
  791. "up_time": 1597368491,
  792. "__v": 0
  793. },
  794. {
  795. "query_path": {
  796. "path": "/api/admin/user/level/list",
  797. "params": []
  798. },
  799. "edit_uid": 0,
  800. "status": "undone",
  801. "type": "static",
  802. "req_body_is_json_schema": false,
  803. "res_body_is_json_schema": true,
  804. "api_opened": false,
  805. "index": 0,
  806. "tag": [],
  807. "_id": 6810,
  808. "method": "GET",
  809. "title": "分页列表",
  810. "path": "/api/admin/user/level/list",
  811. "req_params": [],
  812. "req_body_form": [],
  813. "req_headers": [],
  814. "req_query": [
  815. {
  816. "required": "0",
  817. "_id": "5f35e8abbc7e8e560914fa6f",
  818. "name": "addTime",
  819. "desc": "添加时间"
  820. },
  821. {
  822. "required": "0",
  823. "_id": "5f35e8abbc7e8e560914fa6e",
  824. "name": "discount",
  825. "desc": "享受折扣"
  826. },
  827. {
  828. "required": "0",
  829. "_id": "5f35e8abbc7e8e560914fa6d",
  830. "name": "grade",
  831. "desc": "会员等级"
  832. },
  833. {
  834. "required": "0",
  835. "_id": "5f35e8abbc7e8e560914fa6c",
  836. "name": "isDel",
  837. "desc": "是否删除,0=未删除,1=删除"
  838. },
  839. {
  840. "required": "0",
  841. "_id": "5f35e8abbc7e8e560914fa6b",
  842. "name": "isForever",
  843. "desc": "是否永久"
  844. },
  845. {
  846. "required": "0",
  847. "_id": "5f35e8abbc7e8e560914fa6a",
  848. "name": "levelId",
  849. "desc": "等级vip"
  850. },
  851. {
  852. "required": "0",
  853. "_id": "5f35e8abbc7e8e560914fa69",
  854. "name": "limit",
  855. "desc": "每页数量"
  856. },
  857. {
  858. "required": "0",
  859. "_id": "5f35e8abbc7e8e560914fa68",
  860. "name": "mark",
  861. "desc": "备注"
  862. },
  863. {
  864. "required": "0",
  865. "_id": "5f35e8abbc7e8e560914fa67",
  866. "name": "merId",
  867. "desc": "商户id"
  868. },
  869. {
  870. "required": "0",
  871. "_id": "5f35e8abbc7e8e560914fa66",
  872. "name": "page",
  873. "desc": "页码"
  874. },
  875. {
  876. "required": "0",
  877. "_id": "5f35e8abbc7e8e560914fa65",
  878. "name": "remind",
  879. "desc": "是否已通知"
  880. },
  881. {
  882. "required": "0",
  883. "_id": "5f35e8abbc7e8e560914fa64",
  884. "name": "status",
  885. "desc": "0:禁止,1:正常"
  886. },
  887. {
  888. "required": "0",
  889. "_id": "5f35e8abbc7e8e560914fa63",
  890. "name": "uid",
  891. "desc": "用户uid"
  892. },
  893. {
  894. "required": "0",
  895. "_id": "5f35e8abbc7e8e560914fa62",
  896. "name": "validTime",
  897. "desc": "过期时间"
  898. }
  899. ],
  900. "req_body_type": "raw",
  901. "res_body_type": "json",
  902. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除,0=未删除,1=删除\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级vip\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"remind\": {\n \"type\": \"boolean\",\n \"description\": \"是否已通知\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0:禁止,1:正常\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserLevel对象\",\n \"description\": \"用户等级记录表\",\n \"$$ref\": \"#/definitions/UserLevel对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserLevel对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserLevel对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserLevel对象»»\"\n}",
  903. "project_id": 52,
  904. "catid": 4109,
  905. "uid": 93,
  906. "add_time": 1597368491,
  907. "up_time": 1597368491,
  908. "__v": 0
  909. },
  910. {
  911. "query_path": {
  912. "path": "/api/admin/user/level/clean",
  913. "params": []
  914. },
  915. "edit_uid": 0,
  916. "status": "undone",
  917. "type": "static",
  918. "req_body_is_json_schema": true,
  919. "res_body_is_json_schema": true,
  920. "api_opened": false,
  921. "index": 0,
  922. "tag": [],
  923. "_id": 6806,
  924. "method": "POST",
  925. "title": "清除会员等级",
  926. "path": "/api/admin/user/level/clean",
  927. "req_params": [],
  928. "req_body_form": [],
  929. "req_headers": [
  930. {
  931. "required": "1",
  932. "_id": "5f35e8abbc7e8e560914fa5d",
  933. "name": "Content-Type",
  934. "value": "application/json"
  935. }
  936. ],
  937. "req_query": [
  938. {
  939. "required": "1",
  940. "_id": "5f35e8abbc7e8e560914fa5e",
  941. "name": "userId",
  942. "desc": "会员ID"
  943. }
  944. ],
  945. "req_body_type": "json",
  946. "res_body_type": "json",
  947. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  948. "project_id": 52,
  949. "catid": 4109,
  950. "uid": 93,
  951. "add_time": 1597368491,
  952. "up_time": 1597368491,
  953. "__v": 0
  954. }
  955. ]
  956. },
  957. {
  958. "index": 0,
  959. "name": "会员管理",
  960. "desc": "User Controller",
  961. "add_time": 1597368468,
  962. "up_time": 1597368468,
  963. "list": [
  964. {
  965. "query_path": {
  966. "path": "/api/admin/user/infobycondition",
  967. "params": []
  968. },
  969. "edit_uid": 0,
  970. "status": "undone",
  971. "type": "static",
  972. "req_body_is_json_schema": false,
  973. "res_body_is_json_schema": true,
  974. "api_opened": false,
  975. "index": 0,
  976. "tag": [],
  977. "_id": 6804,
  978. "method": "GET",
  979. "title": "会员详情",
  980. "path": "/api/admin/user/infobycondition",
  981. "req_params": [],
  982. "req_body_form": [],
  983. "req_headers": [],
  984. "req_query": [
  985. {
  986. "required": "0",
  987. "_id": "5f35e8abbc7e8e560914fa5c",
  988. "name": "limit",
  989. "desc": "每页数量"
  990. },
  991. {
  992. "required": "0",
  993. "_id": "5f35e8abbc7e8e560914fa5b",
  994. "name": "page",
  995. "desc": "页码"
  996. },
  997. {
  998. "required": "1",
  999. "_id": "5f35e8abbc7e8e560914fa5a",
  1000. "name": "type",
  1001. "desc": "0=消费记录,1=积分明细,2=签到记录,3=持有优惠券,4=余额变动,5=好友关系"
  1002. },
  1003. {
  1004. "required": "1",
  1005. "_id": "5f35e8abbc7e8e560914fa59",
  1006. "name": "userId"
  1007. }
  1008. ],
  1009. "req_body_type": "raw",
  1010. "res_body_type": "json",
  1011. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"title\": \"T\",\n \"$$ref\": \"#/definitions/T\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«T»\",\n \"$$ref\": \"#/definitions/CommonPage«T»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«T»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«T»»\"\n}",
  1012. "project_id": 52,
  1013. "catid": 4118,
  1014. "uid": 93,
  1015. "add_time": 1597368491,
  1016. "up_time": 1597368491,
  1017. "__v": 0
  1018. },
  1019. {
  1020. "query_path": {
  1021. "path": "/api/admin/user/topdetail",
  1022. "params": []
  1023. },
  1024. "edit_uid": 0,
  1025. "status": "undone",
  1026. "type": "static",
  1027. "req_body_is_json_schema": false,
  1028. "res_body_is_json_schema": true,
  1029. "api_opened": false,
  1030. "index": 0,
  1031. "tag": [],
  1032. "_id": 6834,
  1033. "method": "GET",
  1034. "title": "会员详情页Top数据",
  1035. "path": "/api/admin/user/topdetail",
  1036. "req_params": [],
  1037. "req_body_form": [],
  1038. "req_headers": [],
  1039. "req_query": [
  1040. {
  1041. "required": "1",
  1042. "_id": "5f35e8acbc7e8e560914fa98",
  1043. "name": "userId",
  1044. "desc": "userId"
  1045. }
  1046. ],
  1047. "req_body_type": "raw",
  1048. "res_body_type": "json",
  1049. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"allConsumeCount\": {\n \"type\": \"number\"\n },\n \"allOrderCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"balance\": {\n \"type\": \"number\"\n },\n \"integralCount\": {\n \"type\": \"number\"\n },\n \"mothConsumeCount\": {\n \"type\": \"number\"\n },\n \"mothOrderCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"user\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型,h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"
  1050. "project_id": 52,
  1051. "catid": 4118,
  1052. "uid": 93,
  1053. "add_time": 1597368492,
  1054. "up_time": 1597368492,
  1055. "__v": 0
  1056. },
  1057. {
  1058. "query_path": {
  1059. "path": "/api/admin/user/update",
  1060. "params": []
  1061. },
  1062. "edit_uid": 0,
  1063. "status": "undone",
  1064. "type": "static",
  1065. "req_body_is_json_schema": true,
  1066. "res_body_is_json_schema": true,
  1067. "api_opened": false,
  1068. "index": 0,
  1069. "tag": [],
  1070. "_id": 6836,
  1071. "method": "POST",
  1072. "title": "修改",
  1073. "path": "/api/admin/user/update",
  1074. "req_params": [],
  1075. "req_body_form": [],
  1076. "req_headers": [
  1077. {
  1078. "required": "1",
  1079. "_id": "5f35e8acbc7e8e560914fa99",
  1080. "name": "Content-Type",
  1081. "value": "application/json"
  1082. }
  1083. ],
  1084. "req_query": [
  1085. {
  1086. "required": "1",
  1087. "_id": "5f35e8acbc7e8e560914fa9a",
  1088. "name": "id",
  1089. "desc": "id"
  1090. }
  1091. ],
  1092. "req_body_type": "json",
  1093. "res_body_type": "json",
  1094. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1095. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"真实姓名\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态是否正常, 0 = 禁止, 1 = 正常\"\n },\n \"tagId\": {\n \"type\": \"string\",\n \"description\": \"用户标签id\"\n }\n },\n \"title\": \"UserRequest对象\",\n \"description\": \"用户表\",\n \"$$ref\": \"#/definitions/UserRequest对象\"\n}",
  1096. "project_id": 52,
  1097. "catid": 4118,
  1098. "uid": 93,
  1099. "add_time": 1597368492,
  1100. "up_time": 1597368492,
  1101. "__v": 0
  1102. },
  1103. {
  1104. "query_path": {
  1105. "path": "/api/admin/user/group",
  1106. "params": []
  1107. },
  1108. "edit_uid": 0,
  1109. "status": "undone",
  1110. "type": "static",
  1111. "req_body_is_json_schema": true,
  1112. "res_body_is_json_schema": true,
  1113. "api_opened": false,
  1114. "index": 0,
  1115. "tag": [],
  1116. "_id": 6790,
  1117. "method": "POST",
  1118. "title": "分组",
  1119. "path": "/api/admin/user/group",
  1120. "req_params": [],
  1121. "req_body_form": [],
  1122. "req_headers": [
  1123. {
  1124. "required": "1",
  1125. "_id": "5f35e8aabc7e8e560914fa4e",
  1126. "name": "Content-Type",
  1127. "value": "application/json"
  1128. }
  1129. ],
  1130. "req_query": [
  1131. {
  1132. "required": "1",
  1133. "_id": "5f35e8aabc7e8e560914fa50",
  1134. "name": "groupId",
  1135. "desc": "groupId"
  1136. },
  1137. {
  1138. "required": "1",
  1139. "_id": "5f35e8aabc7e8e560914fa4f",
  1140. "name": "id",
  1141. "desc": "id"
  1142. }
  1143. ],
  1144. "req_body_type": "json",
  1145. "res_body_type": "json",
  1146. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1147. "project_id": 52,
  1148. "catid": 4118,
  1149. "uid": 93,
  1150. "add_time": 1597368490,
  1151. "up_time": 1597368490,
  1152. "__v": 0
  1153. },
  1154. {
  1155. "query_path": {
  1156. "path": "/api/admin/user/list",
  1157. "params": []
  1158. },
  1159. "edit_uid": 0,
  1160. "status": "undone",
  1161. "type": "static",
  1162. "req_body_is_json_schema": false,
  1163. "res_body_is_json_schema": true,
  1164. "api_opened": false,
  1165. "index": 0,
  1166. "tag": [],
  1167. "_id": 6812,
  1168. "method": "GET",
  1169. "title": "分页列表",
  1170. "path": "/api/admin/user/list",
  1171. "req_params": [],
  1172. "req_body_form": [],
  1173. "req_headers": [],
  1174. "req_query": [
  1175. {
  1176. "required": "0",
  1177. "_id": "5f35e8abbc7e8e560914fa7f",
  1178. "name": "accessType",
  1179. "desc": "访问情况, 0 = 全部, 1 = 首次, 2 = 访问过, 3 = 未访问"
  1180. },
  1181. {
  1182. "required": "0",
  1183. "_id": "5f35e8abbc7e8e560914fa7e",
  1184. "name": "city",
  1185. "desc": "城市"
  1186. },
  1187. {
  1188. "required": "0",
  1189. "_id": "5f35e8abbc7e8e560914fa7d",
  1190. "name": "country",
  1191. "desc": "国家"
  1192. },
  1193. {
  1194. "required": "0",
  1195. "_id": "5f35e8abbc7e8e560914fa7c",
  1196. "name": "data",
  1197. "desc": "时间"
  1198. },
  1199. {
  1200. "required": "0",
  1201. "_id": "5f35e8abbc7e8e560914fa7b",
  1202. "name": "groupId",
  1203. "desc": "用户分组"
  1204. },
  1205. {
  1206. "required": "0",
  1207. "_id": "5f35e8abbc7e8e560914fa7a",
  1208. "name": "isPromoter",
  1209. "desc": "是否为推广员, 0 = 禁止, 1 = 正常"
  1210. },
  1211. {
  1212. "required": "0",
  1213. "_id": "5f35e8abbc7e8e560914fa79",
  1214. "name": "keywords",
  1215. "desc": "关键字"
  1216. },
  1217. {
  1218. "required": "0",
  1219. "_id": "5f35e8abbc7e8e560914fa78",
  1220. "name": "labelId",
  1221. "desc": "用户标签"
  1222. },
  1223. {
  1224. "required": "0",
  1225. "_id": "5f35e8abbc7e8e560914fa77",
  1226. "name": "level",
  1227. "desc": "等级"
  1228. },
  1229. {
  1230. "required": "0",
  1231. "_id": "5f35e8abbc7e8e560914fa76",
  1232. "name": "limit",
  1233. "desc": "每页数量"
  1234. },
  1235. {
  1236. "required": "0",
  1237. "_id": "5f35e8abbc7e8e560914fa75",
  1238. "name": "loginType",
  1239. "desc": "用户登陆类型,h5 = h5, wechat = wechat,routine = routine"
  1240. },
  1241. {
  1242. "required": "0",
  1243. "_id": "5f35e8abbc7e8e560914fa74",
  1244. "name": "page",
  1245. "desc": "页码"
  1246. },
  1247. {
  1248. "required": "0",
  1249. "_id": "5f35e8abbc7e8e560914fa73",
  1250. "name": "payCount",
  1251. "desc": "消费情况"
  1252. },
  1253. {
  1254. "required": "0",
  1255. "_id": "5f35e8abbc7e8e560914fa72",
  1256. "name": "province",
  1257. "desc": "省份"
  1258. },
  1259. {
  1260. "required": "0",
  1261. "_id": "5f35e8abbc7e8e560914fa71",
  1262. "name": "sex",
  1263. "desc": "性别"
  1264. },
  1265. {
  1266. "required": "0",
  1267. "_id": "5f35e8abbc7e8e560914fa70",
  1268. "name": "status",
  1269. "desc": "状态是否正常, 0 = 禁止, 1 = 正常"
  1270. }
  1271. ],
  1272. "req_body_type": "raw",
  1273. "res_body_type": "json",
  1274. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"清除时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户分组id\"\n },\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"分组名称\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型,h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"payCount\": {\n
  1275. "project_id": 52,
  1276. "catid": 4118,
  1277. "uid": 93,
  1278. "add_time": 1597368491,
  1279. "up_time": 1597368491,
  1280. "__v": 0
  1281. },
  1282. {
  1283. "query_path": {
  1284. "path": "/api/admin/user/delete",
  1285. "params": []
  1286. },
  1287. "edit_uid": 0,
  1288. "status": "undone",
  1289. "type": "static",
  1290. "req_body_is_json_schema": false,
  1291. "res_body_is_json_schema": true,
  1292. "api_opened": false,
  1293. "index": 0,
  1294. "tag": [],
  1295. "_id": 6788,
  1296. "method": "GET",
  1297. "title": "删除",
  1298. "path": "/api/admin/user/delete",
  1299. "req_params": [],
  1300. "req_body_form": [],
  1301. "req_headers": [],
  1302. "req_query": [
  1303. {
  1304. "required": "1",
  1305. "_id": "5f35e8aabc7e8e560914fa4d",
  1306. "name": "id",
  1307. "desc": "id"
  1308. }
  1309. ],
  1310. "req_body_type": "raw",
  1311. "res_body_type": "json",
  1312. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1313. "project_id": 52,
  1314. "catid": 4118,
  1315. "uid": 93,
  1316. "add_time": 1597368490,
  1317. "up_time": 1597368490,
  1318. "__v": 0
  1319. },
  1320. {
  1321. "query_path": {
  1322. "path": "/api/admin/user/tag",
  1323. "params": []
  1324. },
  1325. "edit_uid": 0,
  1326. "status": "undone",
  1327. "type": "static",
  1328. "req_body_is_json_schema": true,
  1329. "res_body_is_json_schema": true,
  1330. "api_opened": false,
  1331. "index": 0,
  1332. "tag": [],
  1333. "_id": 6816,
  1334. "method": "POST",
  1335. "title": "标签",
  1336. "path": "/api/admin/user/tag",
  1337. "req_params": [],
  1338. "req_body_form": [],
  1339. "req_headers": [
  1340. {
  1341. "required": "1",
  1342. "_id": "5f35e8abbc7e8e560914fa85",
  1343. "name": "Content-Type",
  1344. "value": "application/json"
  1345. }
  1346. ],
  1347. "req_query": [
  1348. {
  1349. "required": "1",
  1350. "_id": "5f35e8abbc7e8e560914fa87",
  1351. "name": "id",
  1352. "desc": "id"
  1353. },
  1354. {
  1355. "required": "1",
  1356. "_id": "5f35e8abbc7e8e560914fa86",
  1357. "name": "tagId",
  1358. "desc": "tagId"
  1359. }
  1360. ],
  1361. "req_body_type": "json",
  1362. "res_body_type": "json",
  1363. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1364. "project_id": 52,
  1365. "catid": 4118,
  1366. "uid": 93,
  1367. "add_time": 1597368491,
  1368. "up_time": 1597368491,
  1369. "__v": 0
  1370. },
  1371. {
  1372. "query_path": {
  1373. "path": "/api/admin/user/operate/founds",
  1374. "params": []
  1375. },
  1376. "edit_uid": 0,
  1377. "status": "undone",
  1378. "type": "static",
  1379. "req_body_is_json_schema": false,
  1380. "res_body_is_json_schema": true,
  1381. "api_opened": false,
  1382. "index": 0,
  1383. "tag": [],
  1384. "_id": 6814,
  1385. "method": "GET",
  1386. "title": "积分余额",
  1387. "path": "/api/admin/user/operate/founds",
  1388. "req_params": [],
  1389. "req_body_form": [],
  1390. "req_headers": [],
  1391. "req_query": [
  1392. {
  1393. "required": "0",
  1394. "_id": "5f35e8abbc7e8e560914fa84",
  1395. "name": "integralType",
  1396. "desc": "积分类型, 1 = 增加, 2 = 减少"
  1397. },
  1398. {
  1399. "required": "0",
  1400. "_id": "5f35e8abbc7e8e560914fa83",
  1401. "name": "integralValue",
  1402. "desc": "积分"
  1403. },
  1404. {
  1405. "required": "0",
  1406. "_id": "5f35e8abbc7e8e560914fa82",
  1407. "name": "moneyType",
  1408. "desc": "余额类型, 1 = 增加, 2 = 减少"
  1409. },
  1410. {
  1411. "required": "0",
  1412. "_id": "5f35e8abbc7e8e560914fa81",
  1413. "name": "moneyValue",
  1414. "desc": "余额"
  1415. },
  1416. {
  1417. "required": "0",
  1418. "_id": "5f35e8abbc7e8e560914fa80",
  1419. "name": "uid",
  1420. "desc": "uid"
  1421. }
  1422. ],
  1423. "req_body_type": "raw",
  1424. "res_body_type": "json",
  1425. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  1426. "project_id": 52,
  1427. "catid": 4118,
  1428. "uid": 93,
  1429. "add_time": 1597368491,
  1430. "up_time": 1597368491,
  1431. "__v": 0
  1432. },
  1433. {
  1434. "query_path": {
  1435. "path": "/api/admin/user/info",
  1436. "params": []
  1437. },
  1438. "edit_uid": 0,
  1439. "status": "undone",
  1440. "type": "static",
  1441. "req_body_is_json_schema": false,
  1442. "res_body_is_json_schema": true,
  1443. "api_opened": false,
  1444. "index": 0,
  1445. "tag": [],
  1446. "_id": 6802,
  1447. "method": "GET",
  1448. "title": "详情",
  1449. "path": "/api/admin/user/info",
  1450. "req_params": [],
  1451. "req_body_form": [],
  1452. "req_headers": [],
  1453. "req_query": [
  1454. {
  1455. "required": "1",
  1456. "_id": "5f35e8abbc7e8e560914fa58",
  1457. "name": "id",
  1458. "desc": "id"
  1459. }
  1460. ],
  1461. "req_body_type": "raw",
  1462. "res_body_type": "json",
  1463. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型,h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"用户推广等级\"\n },\n \"payCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户购买次数\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"真实姓名\"\n },\n \"signNum\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"连续签到天数\"\n },\n \"spreadCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"下级人数\"\n },\n \"spreadTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"推广员关联时间\"\n },\n \"spreadUid\": {\n \"type\":
  1464. "project_id": 52,
  1465. "catid": 4118,
  1466. "uid": 93,
  1467. "add_time": 1597368491,
  1468. "up_time": 1597368491,
  1469. "__v": 0
  1470. }
  1471. ]
  1472. },
  1473. {
  1474. "index": 0,
  1475. "name": "会员管理 -- 用户账单",
  1476. "desc": "User Bill Controller",
  1477. "add_time": 1597368468,
  1478. "up_time": 1597368468,
  1479. "list": [
  1480. {
  1481. "query_path": {
  1482. "path": "/api/admin/user/bill/update",
  1483. "params": []
  1484. },
  1485. "edit_uid": 0,
  1486. "status": "undone",
  1487. "type": "static",
  1488. "req_body_is_json_schema": true,
  1489. "res_body_is_json_schema": true,
  1490. "api_opened": false,
  1491. "index": 0,
  1492. "tag": [],
  1493. "_id": 6786,
  1494. "method": "POST",
  1495. "title": "修改",
  1496. "path": "/api/admin/user/bill/update",
  1497. "req_params": [],
  1498. "req_body_form": [],
  1499. "req_headers": [
  1500. {
  1501. "required": "1",
  1502. "_id": "5f35e8aabc7e8e560914fa41",
  1503. "name": "Content-Type",
  1504. "value": "application/json"
  1505. }
  1506. ],
  1507. "req_query": [
  1508. {
  1509. "required": "0",
  1510. "_id": "5f35e8aabc7e8e560914fa4c",
  1511. "name": "balance",
  1512. "desc": "剩余"
  1513. },
  1514. {
  1515. "required": "0",
  1516. "_id": "5f35e8aabc7e8e560914fa4b",
  1517. "name": "category",
  1518. "desc": "明细种类"
  1519. },
  1520. {
  1521. "required": "1",
  1522. "_id": "5f35e8aabc7e8e560914fa4a",
  1523. "name": "id",
  1524. "desc": "id"
  1525. },
  1526. {
  1527. "required": "0",
  1528. "_id": "5f35e8aabc7e8e560914fa49",
  1529. "name": "linkId",
  1530. "desc": "关联id"
  1531. },
  1532. {
  1533. "required": "0",
  1534. "_id": "5f35e8aabc7e8e560914fa48",
  1535. "name": "mark",
  1536. "desc": "备注"
  1537. },
  1538. {
  1539. "required": "0",
  1540. "_id": "5f35e8aabc7e8e560914fa47",
  1541. "name": "number",
  1542. "desc": "明细数字"
  1543. },
  1544. {
  1545. "required": "0",
  1546. "_id": "5f35e8aabc7e8e560914fa46",
  1547. "name": "pm",
  1548. "desc": "0 = 支出 1 = 获得"
  1549. },
  1550. {
  1551. "required": "0",
  1552. "_id": "5f35e8aabc7e8e560914fa45",
  1553. "name": "status",
  1554. "desc": "0 = 带确定 1 = 有效 -1 = 无效"
  1555. },
  1556. {
  1557. "required": "0",
  1558. "_id": "5f35e8aabc7e8e560914fa44",
  1559. "name": "title",
  1560. "desc": "账单标题"
  1561. },
  1562. {
  1563. "required": "0",
  1564. "_id": "5f35e8aabc7e8e560914fa43",
  1565. "name": "type",
  1566. "desc": "明细类型"
  1567. },
  1568. {
  1569. "required": "0",
  1570. "_id": "5f35e8aabc7e8e560914fa42",
  1571. "name": "uid",
  1572. "desc": "用户uid"
  1573. }
  1574. ],
  1575. "req_body_type": "json",
  1576. "res_body_type": "json",
  1577. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1578. "project_id": 52,
  1579. "catid": 4127,
  1580. "uid": 93,
  1581. "add_time": 1597368490,
  1582. "up_time": 1597368490,
  1583. "__v": 0
  1584. },
  1585. {
  1586. "query_path": {
  1587. "path": "/api/admin/user/bill/list",
  1588. "params": []
  1589. },
  1590. "edit_uid": 0,
  1591. "status": "undone",
  1592. "type": "static",
  1593. "req_body_is_json_schema": true,
  1594. "res_body_is_json_schema": true,
  1595. "api_opened": false,
  1596. "index": 0,
  1597. "tag": [],
  1598. "_id": 6782,
  1599. "method": "POST",
  1600. "title": "分页列表",
  1601. "path": "/api/admin/user/bill/list",
  1602. "req_params": [],
  1603. "req_body_form": [],
  1604. "req_headers": [
  1605. {
  1606. "required": "1",
  1607. "_id": "5f35e8aabc7e8e560914fa33",
  1608. "name": "Content-Type",
  1609. "value": "application/json"
  1610. }
  1611. ],
  1612. "req_query": [
  1613. {
  1614. "required": "0",
  1615. "_id": "5f35e8aabc7e8e560914fa35",
  1616. "name": "limit",
  1617. "desc": "每页数量"
  1618. },
  1619. {
  1620. "required": "0",
  1621. "_id": "5f35e8aabc7e8e560914fa34",
  1622. "name": "page",
  1623. "desc": "页码"
  1624. }
  1625. ],
  1626. "req_body_type": "json",
  1627. "res_body_type": "json",
  1628. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserBill对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserBill对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserBill对象»»\"\n}",
  1629. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"category\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n },\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"max\": {\n \"type\": \"number\",\n \"description\": \"最大佣金\"\n },\n \"min\": {\n \"type\": \"number\",\n \"description\": \"最小佣金\"\n },\n \"sort\": {\n \"type\": \"string\",\n \"description\": \"排序 asc/desc\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id list\"\n },\n \"userIdList\": {\n \"type\": \"array\",\n \"description\": \"用户id list\",\n \"items\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n }\n },\n \"title\": \"FundsMonitorSearchRequest对象\",\n \"description\": \"资金监控\",\n \"$$ref\": \"#/definitions/FundsMonitorSearchRequest对象\"\n}",
  1630. "project_id": 52,
  1631. "catid": 4127,
  1632. "uid": 93,
  1633. "add_time": 1597368490,
  1634. "up_time": 1597368490,
  1635. "__v": 0
  1636. },
  1637. {
  1638. "query_path": {
  1639. "path": "/api/admin/user/bill/delete",
  1640. "params": []
  1641. },
  1642. "edit_uid": 0,
  1643. "status": "undone",
  1644. "type": "static",
  1645. "req_body_is_json_schema": false,
  1646. "res_body_is_json_schema": true,
  1647. "api_opened": false,
  1648. "index": 0,
  1649. "tag": [],
  1650. "_id": 6778,
  1651. "method": "GET",
  1652. "title": "删除",
  1653. "path": "/api/admin/user/bill/delete",
  1654. "req_params": [],
  1655. "req_body_form": [],
  1656. "req_headers": [],
  1657. "req_query": [
  1658. {
  1659. "required": "1",
  1660. "_id": "5f35e8aabc7e8e560914fa31",
  1661. "name": "id",
  1662. "desc": "id"
  1663. }
  1664. ],
  1665. "req_body_type": "raw",
  1666. "res_body_type": "json",
  1667. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1668. "project_id": 52,
  1669. "catid": 4127,
  1670. "uid": 93,
  1671. "add_time": 1597368490,
  1672. "up_time": 1597368490,
  1673. "__v": 0
  1674. },
  1675. {
  1676. "query_path": {
  1677. "path": "/api/admin/user/bill/save",
  1678. "params": []
  1679. },
  1680. "edit_uid": 0,
  1681. "status": "undone",
  1682. "type": "static",
  1683. "req_body_is_json_schema": true,
  1684. "res_body_is_json_schema": true,
  1685. "api_opened": false,
  1686. "index": 0,
  1687. "tag": [],
  1688. "_id": 6784,
  1689. "method": "POST",
  1690. "title": "新增",
  1691. "path": "/api/admin/user/bill/save",
  1692. "req_params": [],
  1693. "req_body_form": [],
  1694. "req_headers": [
  1695. {
  1696. "required": "1",
  1697. "_id": "5f35e8aabc7e8e560914fa36",
  1698. "name": "Content-Type",
  1699. "value": "application/json"
  1700. }
  1701. ],
  1702. "req_query": [
  1703. {
  1704. "required": "0",
  1705. "_id": "5f35e8aabc7e8e560914fa40",
  1706. "name": "balance",
  1707. "desc": "剩余"
  1708. },
  1709. {
  1710. "required": "0",
  1711. "_id": "5f35e8aabc7e8e560914fa3f",
  1712. "name": "category",
  1713. "desc": "明细种类"
  1714. },
  1715. {
  1716. "required": "0",
  1717. "_id": "5f35e8aabc7e8e560914fa3e",
  1718. "name": "linkId",
  1719. "desc": "关联id"
  1720. },
  1721. {
  1722. "required": "0",
  1723. "_id": "5f35e8aabc7e8e560914fa3d",
  1724. "name": "mark",
  1725. "desc": "备注"
  1726. },
  1727. {
  1728. "required": "0",
  1729. "_id": "5f35e8aabc7e8e560914fa3c",
  1730. "name": "number",
  1731. "desc": "明细数字"
  1732. },
  1733. {
  1734. "required": "0",
  1735. "_id": "5f35e8aabc7e8e560914fa3b",
  1736. "name": "pm",
  1737. "desc": "0 = 支出 1 = 获得"
  1738. },
  1739. {
  1740. "required": "0",
  1741. "_id": "5f35e8aabc7e8e560914fa3a",
  1742. "name": "status",
  1743. "desc": "0 = 带确定 1 = 有效 -1 = 无效"
  1744. },
  1745. {
  1746. "required": "0",
  1747. "_id": "5f35e8aabc7e8e560914fa39",
  1748. "name": "title",
  1749. "desc": "账单标题"
  1750. },
  1751. {
  1752. "required": "0",
  1753. "_id": "5f35e8aabc7e8e560914fa38",
  1754. "name": "type",
  1755. "desc": "明细类型"
  1756. },
  1757. {
  1758. "required": "0",
  1759. "_id": "5f35e8aabc7e8e560914fa37",
  1760. "name": "uid",
  1761. "desc": "用户uid"
  1762. }
  1763. ],
  1764. "req_body_type": "json",
  1765. "res_body_type": "json",
  1766. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1767. "project_id": 52,
  1768. "catid": 4127,
  1769. "uid": 93,
  1770. "add_time": 1597368490,
  1771. "up_time": 1597368490,
  1772. "__v": 0
  1773. },
  1774. {
  1775. "query_path": {
  1776. "path": "/api/admin/user/bill/info",
  1777. "params": []
  1778. },
  1779. "edit_uid": 0,
  1780. "status": "undone",
  1781. "type": "static",
  1782. "req_body_is_json_schema": false,
  1783. "res_body_is_json_schema": true,
  1784. "api_opened": false,
  1785. "index": 0,
  1786. "tag": [],
  1787. "_id": 6780,
  1788. "method": "GET",
  1789. "title": "详情",
  1790. "path": "/api/admin/user/bill/info",
  1791. "req_params": [],
  1792. "req_body_form": [],
  1793. "req_headers": [],
  1794. "req_query": [
  1795. {
  1796. "required": "1",
  1797. "_id": "5f35e8aabc7e8e560914fa32",
  1798. "name": "id",
  1799. "desc": "id"
  1800. }
  1801. ],
  1802. "req_body_type": "raw",
  1803. "res_body_type": "json",
  1804. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonResult«UserBill对象»\"\n}",
  1805. "project_id": 52,
  1806. "catid": 4127,
  1807. "uid": 93,
  1808. "add_time": 1597368490,
  1809. "up_time": 1597368490,
  1810. "__v": 0
  1811. }
  1812. ]
  1813. },
  1814. {
  1815. "index": 0,
  1816. "name": "分类服务",
  1817. "desc": "Category Controller",
  1818. "add_time": 1597368468,
  1819. "up_time": 1597368468,
  1820. "list": [
  1821. {
  1822. "query_path": {
  1823. "path": "/api/admin/category/update",
  1824. "params": []
  1825. },
  1826. "edit_uid": 0,
  1827. "status": "undone",
  1828. "type": "static",
  1829. "req_body_is_json_schema": true,
  1830. "res_body_is_json_schema": true,
  1831. "api_opened": false,
  1832. "index": 0,
  1833. "tag": [],
  1834. "_id": 6408,
  1835. "method": "POST",
  1836. "title": "修改",
  1837. "path": "/api/admin/category/update",
  1838. "req_params": [],
  1839. "req_body_form": [],
  1840. "req_headers": [
  1841. {
  1842. "required": "1",
  1843. "_id": "5f35e898bc7e8e560914f813",
  1844. "name": "Content-Type",
  1845. "value": "application/json"
  1846. }
  1847. ],
  1848. "req_query": [
  1849. {
  1850. "required": "0",
  1851. "_id": "5f35e898bc7e8e560914f81b",
  1852. "name": "extra",
  1853. "desc": "扩展字段"
  1854. },
  1855. {
  1856. "required": "0",
  1857. "_id": "5f35e898bc7e8e560914f81a",
  1858. "name": "id",
  1859. "desc": "分类ID"
  1860. },
  1861. {
  1862. "required": "0",
  1863. "_id": "5f35e898bc7e8e560914f819",
  1864. "name": "name",
  1865. "desc": "分类名称"
  1866. },
  1867. {
  1868. "required": "0",
  1869. "_id": "5f35e898bc7e8e560914f818",
  1870. "name": "pid",
  1871. "desc": "父级ID"
  1872. },
  1873. {
  1874. "required": "0",
  1875. "_id": "5f35e898bc7e8e560914f817",
  1876. "name": "sort",
  1877. "desc": "排序"
  1878. },
  1879. {
  1880. "required": "0",
  1881. "_id": "5f35e898bc7e8e560914f816",
  1882. "name": "status",
  1883. "desc": "状态, 0正常,1失效"
  1884. },
  1885. {
  1886. "required": "0",
  1887. "_id": "5f35e898bc7e8e560914f815",
  1888. "name": "type",
  1889. "desc": "类型,类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
  1890. },
  1891. {
  1892. "required": "0",
  1893. "_id": "5f35e898bc7e8e560914f814",
  1894. "name": "url",
  1895. "desc": "地址"
  1896. }
  1897. ],
  1898. "req_body_type": "json",
  1899. "res_body_type": "json",
  1900. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  1901. "project_id": 52,
  1902. "catid": 4136,
  1903. "uid": 93,
  1904. "add_time": 1597368472,
  1905. "up_time": 1597368472,
  1906. "__v": 0
  1907. },
  1908. {
  1909. "query_path": {
  1910. "path": "/api/admin/category/list",
  1911. "params": []
  1912. },
  1913. "edit_uid": 0,
  1914. "status": "undone",
  1915. "type": "static",
  1916. "req_body_is_json_schema": false,
  1917. "res_body_is_json_schema": true,
  1918. "api_opened": false,
  1919. "index": 0,
  1920. "tag": [],
  1921. "_id": 6400,
  1922. "method": "GET",
  1923. "title": "分页列表",
  1924. "path": "/api/admin/category/list",
  1925. "req_params": [],
  1926. "req_body_form": [],
  1927. "req_headers": [],
  1928. "req_query": [
  1929. {
  1930. "required": "0",
  1931. "_id": "5f35e898bc7e8e560914f807",
  1932. "name": "limit",
  1933. "desc": "每页数量"
  1934. },
  1935. {
  1936. "required": "0",
  1937. "_id": "5f35e898bc7e8e560914f806",
  1938. "name": "name",
  1939. "desc": "分类名称"
  1940. },
  1941. {
  1942. "required": "0",
  1943. "_id": "5f35e898bc7e8e560914f805",
  1944. "name": "page",
  1945. "desc": "页码"
  1946. },
  1947. {
  1948. "required": "0",
  1949. "_id": "5f35e898bc7e8e560914f804",
  1950. "name": "pid",
  1951. "desc": "父级ID"
  1952. },
  1953. {
  1954. "required": "0",
  1955. "_id": "5f35e898bc7e8e560914f803",
  1956. "name": "status",
  1957. "desc": "状态, 0正常,1失效"
  1958. },
  1959. {
  1960. "required": "0",
  1961. "_id": "5f35e898bc7e8e560914f802",
  1962. "name": "type",
  1963. "desc": "类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
  1964. }
  1965. ],
  1966. "req_body_type": "raw",
  1967. "res_body_type": "json",
  1968. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«Category对象»\",\n \"$$ref\": \"#/definitions/CommonPage«Category对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«Category对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«Category对象»»\"\n}",
  1969. "project_id": 52,
  1970. "catid": 4136,
  1971. "uid": 93,
  1972. "add_time": 1597368472,
  1973. "up_time": 1597368472,
  1974. "__v": 0
  1975. },
  1976. {
  1977. "query_path": {
  1978. "path": "/api/admin/category/delete",
  1979. "params": []
  1980. },
  1981. "edit_uid": 0,
  1982. "status": "undone",
  1983. "type": "static",
  1984. "req_body_is_json_schema": false,
  1985. "res_body_is_json_schema": true,
  1986. "api_opened": false,
  1987. "index": 0,
  1988. "tag": [],
  1989. "_id": 6396,
  1990. "method": "GET",
  1991. "title": "删除",
  1992. "path": "/api/admin/category/delete",
  1993. "req_params": [],
  1994. "req_body_form": [],
  1995. "req_headers": [],
  1996. "req_query": [
  1997. {
  1998. "required": "0",
  1999. "_id": "5f35e898bc7e8e560914f800",
  2000. "name": "id",
  2001. "desc": "分类ID"
  2002. }
  2003. ],
  2004. "req_body_type": "raw",
  2005. "res_body_type": "json",
  2006. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  2007. "project_id": 52,
  2008. "catid": 4136,
  2009. "uid": 93,
  2010. "add_time": 1597368472,
  2011. "up_time": 1597368472,
  2012. "__v": 0
  2013. },
  2014. {
  2015. "query_path": {
  2016. "path": "/api/admin/category/save",
  2017. "params": []
  2018. },
  2019. "edit_uid": 0,
  2020. "status": "undone",
  2021. "type": "static",
  2022. "req_body_is_json_schema": true,
  2023. "res_body_is_json_schema": true,
  2024. "api_opened": false,
  2025. "index": 0,
  2026. "tag": [],
  2027. "_id": 6406,
  2028. "method": "POST",
  2029. "title": "新增",
  2030. "path": "/api/admin/category/save",
  2031. "req_params": [],
  2032. "req_body_form": [],
  2033. "req_headers": [
  2034. {
  2035. "required": "1",
  2036. "_id": "5f35e898bc7e8e560914f80b",
  2037. "name": "Content-Type",
  2038. "value": "application/json"
  2039. }
  2040. ],
  2041. "req_query": [
  2042. {
  2043. "required": "0",
  2044. "_id": "5f35e898bc7e8e560914f812",
  2045. "name": "extra",
  2046. "desc": "扩展字段"
  2047. },
  2048. {
  2049. "required": "0",
  2050. "_id": "5f35e898bc7e8e560914f811",
  2051. "name": "name",
  2052. "desc": "分类名称"
  2053. },
  2054. {
  2055. "required": "0",
  2056. "_id": "5f35e898bc7e8e560914f810",
  2057. "name": "pid",
  2058. "desc": "父级ID"
  2059. },
  2060. {
  2061. "required": "0",
  2062. "_id": "5f35e898bc7e8e560914f80f",
  2063. "name": "sort",
  2064. "desc": "排序"
  2065. },
  2066. {
  2067. "required": "0",
  2068. "_id": "5f35e898bc7e8e560914f80e",
  2069. "name": "status",
  2070. "desc": "状态, 0正常,1失效"
  2071. },
  2072. {
  2073. "required": "0",
  2074. "_id": "5f35e898bc7e8e560914f80d",
  2075. "name": "type",
  2076. "desc": "类型,类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
  2077. },
  2078. {
  2079. "required": "0",
  2080. "_id": "5f35e898bc7e8e560914f80c",
  2081. "name": "url",
  2082. "desc": "地址"
  2083. }
  2084. ],
  2085. "req_body_type": "json",
  2086. "res_body_type": "json",
  2087. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  2088. "project_id": 52,
  2089. "catid": 4136,
  2090. "uid": 93,
  2091. "add_time": 1597368472,
  2092. "up_time": 1597368472,
  2093. "__v": 0
  2094. },
  2095. {
  2096. "query_path": {
  2097. "path": "/api/admin/category/list/ids",
  2098. "params": []
  2099. },
  2100. "edit_uid": 0,
  2101. "status": "undone",
  2102. "type": "static",
  2103. "req_body_is_json_schema": false,
  2104. "res_body_is_json_schema": true,
  2105. "api_opened": false,
  2106. "index": 0,
  2107. "tag": [],
  2108. "_id": 6402,
  2109. "method": "GET",
  2110. "title": "根据id集合获取分类列表",
  2111. "path": "/api/admin/category/list/ids",
  2112. "req_params": [],
  2113. "req_body_form": [],
  2114. "req_headers": [],
  2115. "req_query": [
  2116. {
  2117. "required": "0",
  2118. "_id": "5f35e898bc7e8e560914f808",
  2119. "name": "ids",
  2120. "desc": "分类id集合"
  2121. }
  2122. ],
  2123. "req_body_type": "raw",
  2124. "res_body_type": "json",
  2125. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«Category对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«Category对象»»\"\n}",
  2126. "project_id": 52,
  2127. "catid": 4136,
  2128. "uid": 93,
  2129. "add_time": 1597368472,
  2130. "up_time": 1597368472,
  2131. "__v": 0
  2132. },
  2133. {
  2134. "query_path": {
  2135. "path": "/api/admin/category/list/tree",
  2136. "params": []
  2137. },
  2138. "edit_uid": 0,
  2139. "status": "undone",
  2140. "type": "static",
  2141. "req_body_is_json_schema": false,
  2142. "res_body_is_json_schema": true,
  2143. "api_opened": false,
  2144. "index": 0,
  2145. "tag": [],
  2146. "_id": 6404,
  2147. "method": "GET",
  2148. "title": "获取tree结构的列表",
  2149. "path": "/api/admin/category/list/tree",
  2150. "req_params": [],
  2151. "req_body_form": [],
  2152. "req_headers": [],
  2153. "req_query": [
  2154. {
  2155. "required": "0",
  2156. "_id": "5f35e898bc7e8e560914f80a",
  2157. "name": "status",
  2158. "desc": "-1=全部,0=未生效,1=已生效"
  2159. },
  2160. {
  2161. "required": "0",
  2162. "_id": "5f35e898bc7e8e560914f809",
  2163. "name": "type",
  2164. "desc": "类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置"
  2165. }
  2166. ],
  2167. "req_body_type": "raw",
  2168. "res_body_type": "json",
  2169. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"child\": {\n \"type\": \"array\",\n \"items\": {\n \"originalRef\": \"CategoryTreeVo\",\n \"$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型,类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"CategoryTreeVo\",\n \"$$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«CategoryTreeVo»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«CategoryTreeVo»»\"\n}",
  2170. "project_id": 52,
  2171. "catid": 4136,
  2172. "uid": 93,
  2173. "add_time": 1597368472,
  2174. "up_time": 1597368472,
  2175. "__v": 0
  2176. },
  2177. {
  2178. "query_path": {
  2179. "path": "/api/admin/category/info",
  2180. "params": []
  2181. },
  2182. "edit_uid": 0,
  2183. "status": "undone",
  2184. "type": "static",
  2185. "req_body_is_json_schema": false,
  2186. "res_body_is_json_schema": true,
  2187. "api_opened": false,
  2188. "index": 0,
  2189. "tag": [],
  2190. "_id": 6398,
  2191. "method": "GET",
  2192. "title": "详情",
  2193. "path": "/api/admin/category/info",
  2194. "req_params": [],
  2195. "req_body_form": [],
  2196. "req_headers": [],
  2197. "req_query": [
  2198. {
  2199. "required": "0",
  2200. "_id": "5f35e898bc7e8e560914f801",
  2201. "name": "id",
  2202. "desc": "分类ID"
  2203. }
  2204. ],
  2205. "req_body_type": "raw",
  2206. "res_body_type": "json",
  2207. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Category对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Category对象»\"\n}",
  2208. "project_id": 52,
  2209. "catid": 4136,
  2210. "uid": 93,
  2211. "add_time": 1597368472,
  2212. "up_time": 1597368472,
  2213. "__v": 0
  2214. }
  2215. ]
  2216. },
  2217. {
  2218. "index": 0,
  2219. "name": "分销",
  2220. "desc": "Retail Shop Controller",
  2221. "add_time": 1597368468,
  2222. "up_time": 1597368468,
  2223. "list": [
  2224. {
  2225. "query_path": {
  2226. "path": "/api/admin/store/retail/list",
  2227. "params": []
  2228. },
  2229. "edit_uid": 0,
  2230. "status": "undone",
  2231. "type": "static",
  2232. "req_body_is_json_schema": false,
  2233. "res_body_is_json_schema": true,
  2234. "api_opened": false,
  2235. "index": 0,
  2236. "tag": [],
  2237. "_id": 6602,
  2238. "method": "GET",
  2239. "title": "分销列表",
  2240. "path": "/api/admin/store/retail/list",
  2241. "req_params": [],
  2242. "req_body_form": [],
  2243. "req_headers": [],
  2244. "req_query": [
  2245. {
  2246. "required": "0",
  2247. "_id": "5f35e8a1bc7e8e560914f913",
  2248. "name": "dateLimit",
  2249. "desc": "today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/"
  2250. },
  2251. {
  2252. "required": "0",
  2253. "_id": "5f35e8a1bc7e8e560914f912",
  2254. "name": "keywords",
  2255. "desc": "搜索关键字[身份证,手机,昵称,备注等]"
  2256. },
  2257. {
  2258. "required": "0",
  2259. "_id": "5f35e8a1bc7e8e560914f911",
  2260. "name": "limit",
  2261. "desc": "每页数量"
  2262. },
  2263. {
  2264. "required": "0",
  2265. "_id": "5f35e8a1bc7e8e560914f910",
  2266. "name": "page",
  2267. "desc": "页码"
  2268. }
  2269. ],
  2270. "req_body_type": "raw",
  2271. "res_body_type": "json",
  2272. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokerageMoney\": {\n \"type\": \"number\",\n \"description\": \"佣金数据\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"清除时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户分组id\"\n },\n \"groupName\": {\n \"type\": \"string\",\n \"description\": \"分组名称\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型,h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",
  2273. "project_id": 52,
  2274. "catid": 4145,
  2275. "uid": 93,
  2276. "add_time": 1597368481,
  2277. "up_time": 1597368481,
  2278. "__v": 0
  2279. },
  2280. {
  2281. "query_path": {
  2282. "path": "/api/admin/store/retail/statistics",
  2283. "params": []
  2284. },
  2285. "edit_uid": 0,
  2286. "status": "undone",
  2287. "type": "static",
  2288. "req_body_is_json_schema": false,
  2289. "res_body_is_json_schema": true,
  2290. "api_opened": false,
  2291. "index": 0,
  2292. "tag": [],
  2293. "_id": 6616,
  2294. "method": "GET",
  2295. "title": "分销头部数据",
  2296. "path": "/api/admin/store/retail/statistics",
  2297. "req_params": [],
  2298. "req_body_form": [],
  2299. "req_headers": [],
  2300. "req_query": [
  2301. {
  2302. "required": "0",
  2303. "_id": "5f35e8a2bc7e8e560914f91f",
  2304. "name": "dateLimit",
  2305. "desc": "today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/"
  2306. },
  2307. {
  2308. "required": "0",
  2309. "_id": "5f35e8a2bc7e8e560914f91e",
  2310. "name": "nickName",
  2311. "desc": "昵称"
  2312. }
  2313. ],
  2314. "req_body_type": "raw",
  2315. "res_body_type": "json",
  2316. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  2317. "project_id": 52,
  2318. "catid": 4145,
  2319. "uid": 93,
  2320. "add_time": 1597368482,
  2321. "up_time": 1597368482,
  2322. "__v": 0
  2323. },
  2324. {
  2325. "query_path": {
  2326. "path": "/api/admin/store/retail/spread/manage/set",
  2327. "params": []
  2328. },
  2329. "edit_uid": 0,
  2330. "status": "undone",
  2331. "type": "static",
  2332. "req_body_is_json_schema": true,
  2333. "res_body_is_json_schema": true,
  2334. "api_opened": false,
  2335. "index": 0,
  2336. "tag": [],
  2337. "_id": 6608,
  2338. "method": "POST",
  2339. "title": "分销管理信息保存",
  2340. "path": "/api/admin/store/retail/spread/manage/set",
  2341. "req_params": [],
  2342. "req_body_form": [],
  2343. "req_headers": [
  2344. {
  2345. "required": "1",
  2346. "_id": "5f35e8a2bc7e8e560914f915",
  2347. "name": "Content-Type",
  2348. "value": "application/json"
  2349. }
  2350. ],
  2351. "req_query": [],
  2352. "req_body_type": "json",
  2353. "res_body_type": "json",
  2354. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  2355. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"brokerageBindind\": {\n \"type\": \"string\",\n \"description\": \"分销关系绑定\"\n },\n \"brokerageFuncStatus\": {\n \"type\": \"string\",\n \"description\": \"是否启用分销\"\n },\n \"extractTime\": {\n \"type\": \"string\",\n \"description\": \"冻结时间\"\n },\n \"storeBrokeragePrice\": {\n \"type\": \"string\",\n \"description\": \"人人分销满足金额\"\n },\n \"storeBrokerageRatio\": {\n \"type\": \"string\",\n \"description\": \"一级返佣比例\"\n },\n \"storeBrokerageStatus\": {\n \"type\": \"string\",\n \"description\": \"分销模式\"\n },\n \"storeBrokerageTwo\": {\n \"type\": \"string\",\n \"description\": \"二级返佣比例\"\n },\n \"userExtractBank\": {\n \"type\": \"string\",\n \"description\": \"提现银行\"\n },\n \"userExtractMinPrice\": {\n \"type\": \"string\",\n \"description\": \"用户提现最低金额\"\n }\n },\n \"title\": \"RetailShopRequest\",\n \"$$ref\": \"#/definitions/RetailShopRequest\"\n}",
  2356. "project_id": 52,
  2357. "catid": 4145,
  2358. "uid": 93,
  2359. "add_time": 1597368482,
  2360. "up_time": 1597368482,
  2361. "__v": 0
  2362. },
  2363. {
  2364. "query_path": {
  2365. "path": "/api/admin/store/retail/spread/manage/get",
  2366. "params": []
  2367. },
  2368. "edit_uid": 0,
  2369. "status": "undone",
  2370. "type": "static",
  2371. "req_body_is_json_schema": false,
  2372. "res_body_is_json_schema": true,
  2373. "api_opened": false,
  2374. "index": 0,
  2375. "tag": [],
  2376. "_id": 6606,
  2377. "method": "GET",
  2378. "title": "分销配置信息获取",
  2379. "path": "/api/admin/store/retail/spread/manage/get",
  2380. "req_params": [],
  2381. "req_body_form": [],
  2382. "req_headers": [],
  2383. "req_query": [],
  2384. "req_body_type": "raw",
  2385. "res_body_type": "json",
  2386. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  2387. "project_id": 52,
  2388. "catid": 4145,
  2389. "uid": 93,
  2390. "add_time": 1597368482,
  2391. "up_time": 1597368482,
  2392. "__v": 0
  2393. },
  2394. {
  2395. "query_path": {
  2396. "path": "/api/admin/store/retail/spread/userlist",
  2397. "params": []
  2398. },
  2399. "edit_uid": 0,
  2400. "status": "undone",
  2401. "type": "static",
  2402. "req_body_is_json_schema": true,
  2403. "res_body_is_json_schema": true,
  2404. "api_opened": false,
  2405. "index": 0,
  2406. "tag": [],
  2407. "_id": 6614,
  2408. "method": "POST",
  2409. "title": "根据条件获取推广人列表",
  2410. "path": "/api/admin/store/retail/spread/userlist",
  2411. "req_params": [],
  2412. "req_body_form": [],
  2413. "req_headers": [
  2414. {
  2415. "required": "1",
  2416. "_id": "5f35e8a2bc7e8e560914f91b",
  2417. "name": "Content-Type",
  2418. "value": "application/json"
  2419. }
  2420. ],
  2421. "req_query": [
  2422. {
  2423. "required": "0",
  2424. "_id": "5f35e8a2bc7e8e560914f91d",
  2425. "name": "limit",
  2426. "desc": "每页数量"
  2427. },
  2428. {
  2429. "required": "0",
  2430. "_id": "5f35e8a2bc7e8e560914f91c",
  2431. "name": "page",
  2432. "desc": "页码"
  2433. }
  2434. ],
  2435. "req_body_type": "json",
  2436. "res_body_type": "json",
  2437. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"用户账号\"\n },\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加ip\"\n },\n \"addres\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"adminid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员编号 \"\n },\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"birthday\": {\n \"type\": \"string\",\n \"description\": \"生日\"\n },\n \"brokeragePrice\": {\n \"type\": \"number\",\n \"description\": \"佣金金额\"\n },\n \"cardId\": {\n \"type\": \"string\",\n \"description\": \"身份证号码\"\n },\n \"cleanTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户剩余经验\"\n },\n \"groupId\": {\n \"type\": \"string\",\n \"description\": \"用户分组id\"\n },\n \"integral\": {\n \"type\": \"number\",\n \"description\": \"用户剩余积分\"\n },\n \"isPromoter\": {\n \"type\": \"boolean\",\n \"description\": \"是否为推广员\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"最后一次登录ip\"\n },\n \"lastLoginTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级\"\n },\n \"loginType\": {\n \"type\": \"string\",\n \"description\": \"用户登陆类型,h5,wechat,routine\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"用户余额\"\n },\n \"partnerId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"合伙人id\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"用户推广等级\"\n },\n \"payCount\": {\n \"type\": \"inte
  2438. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"时间参数 today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"orderPriceId\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型 null = 全部 1=一级推广人 2=二级推广人\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n }\n },\n \"title\": \"RetailShopStairUserRequest对象\",\n \"description\": \"推广等级参数\",\n \"$$ref\": \"#/definitions/RetailShopStairUserRequest对象\"\n}",
  2439. "project_id": 52,
  2440. "catid": 4145,
  2441. "uid": 93,
  2442. "add_time": 1597368482,
  2443. "up_time": 1597368482,
  2444. "__v": 0
  2445. },
  2446. {
  2447. "query_path": {
  2448. "path": "/api/admin/store/retail/spread/orderlist",
  2449. "params": []
  2450. },
  2451. "edit_uid": 0,
  2452. "status": "undone",
  2453. "type": "static",
  2454. "req_body_is_json_schema": true,
  2455. "res_body_is_json_schema": true,
  2456. "api_opened": false,
  2457. "index": 0,
  2458. "tag": [],
  2459. "_id": 6610,
  2460. "method": "POST",
  2461. "title": "根据条件获取推广人订单",
  2462. "path": "/api/admin/store/retail/spread/orderlist",
  2463. "req_params": [],
  2464. "req_body_form": [],
  2465. "req_headers": [
  2466. {
  2467. "required": "1",
  2468. "_id": "5f35e8a2bc7e8e560914f916",
  2469. "name": "Content-Type",
  2470. "value": "application/json"
  2471. }
  2472. ],
  2473. "req_query": [
  2474. {
  2475. "required": "0",
  2476. "_id": "5f35e8a2bc7e8e560914f918",
  2477. "name": "limit",
  2478. "desc": "每页数量"
  2479. },
  2480. {
  2481. "required": "0",
  2482. "_id": "5f35e8a2bc7e8e560914f917",
  2483. "name": "page",
  2484. "desc": "页码"
  2485. }
  2486. ],
  2487. "req_body_type": "json",
  2488. "res_body_type": "json",
  2489. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"clerkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"店员id\"\n },\n \"combinationId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团商品id0一般商品\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券id\"\n },\n \"couponPrice\": {\n \"type\": \"number\",\n \"description\": \"优惠券金额\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"deductionPrice\": {\n \"type\": \"number\",\n \"description\": \"抵扣金额\"\n },\n \"deliveryId\": {\n \"type\": \"string\",\n \"description\": \"快递单号/手机号\"\n },\n \"deliveryName\": {\n \"type\": \"string\",\n \"description\": \"快递名称/送货人姓名\"\n },\n \"deliveryType\": {\n \"type\": \"string\",\n \"description\": \"发货类型\"\n },\n \"freightPrice\": {\n \"type\": \"number\",\n \"description\": \"运费金额\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isChannel\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"支付渠道(0微信公众号1微信小程序)\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isMerCheck\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isRemind\": {\n \"type\": \"boolean\",\n \"description\": \"消息提醒\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户ID\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n
  2490. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"dateLimit\": {\n \"type\": \"string\",\n \"description\": \"时间参数 today,yesterday,lately7,lately30,month,year,/yyyy-MM-dd hh:mm:ss,yyyy-MM-dd hh:mm:ss/\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"搜索关键字\"\n },\n \"orderPriceId\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型 null = 全部 1=一级推广人 2=二级推广人\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n }\n },\n \"title\": \"RetailShopStairUserRequest对象\",\n \"description\": \"推广等级参数\",\n \"$$ref\": \"#/definitions/RetailShopStairUserRequest对象\"\n}",
  2491. "project_id": 52,
  2492. "catid": 4145,
  2493. "uid": 93,
  2494. "add_time": 1597368482,
  2495. "up_time": 1597368482,
  2496. "__v": 0
  2497. },
  2498. {
  2499. "query_path": {
  2500. "path": "/api/admin/store/retail/spread/save",
  2501. "params": []
  2502. },
  2503. "edit_uid": 0,
  2504. "status": "undone",
  2505. "type": "static",
  2506. "req_body_is_json_schema": false,
  2507. "res_body_is_json_schema": true,
  2508. "api_opened": false,
  2509. "index": 0,
  2510. "tag": [],
  2511. "_id": 6612,
  2512. "method": "GET",
  2513. "title": "添加推广关系",
  2514. "path": "/api/admin/store/retail/spread/save",
  2515. "req_params": [],
  2516. "req_body_form": [],
  2517. "req_headers": [],
  2518. "req_query": [
  2519. {
  2520. "required": "0",
  2521. "_id": "5f35e8a2bc7e8e560914f91a",
  2522. "name": "currentUserId",
  2523. "desc": "当前用户id"
  2524. },
  2525. {
  2526. "required": "0",
  2527. "_id": "5f35e8a2bc7e8e560914f919",
  2528. "name": "spreadUserId",
  2529. "desc": "推广人id"
  2530. }
  2531. ],
  2532. "req_body_type": "raw",
  2533. "res_body_type": "json",
  2534. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  2535. "project_id": 52,
  2536. "catid": 4145,
  2537. "uid": 93,
  2538. "add_time": 1597368482,
  2539. "up_time": 1597368482,
  2540. "__v": 0
  2541. },
  2542. {
  2543. "query_path": {
  2544. "path": "/api/admin/store/retail/spread/clean/{id}",
  2545. "params": []
  2546. },
  2547. "edit_uid": 0,
  2548. "status": "undone",
  2549. "type": "var",
  2550. "req_body_is_json_schema": false,
  2551. "res_body_is_json_schema": true,
  2552. "api_opened": false,
  2553. "index": 0,
  2554. "tag": [],
  2555. "_id": 6604,
  2556. "method": "GET",
  2557. "title": "清除上级推广人",
  2558. "path": "/api/admin/store/retail/spread/clean/{id}",
  2559. "req_params": [
  2560. {
  2561. "_id": "5f35e8a1bc7e8e560914f914",
  2562. "name": "id",
  2563. "desc": "id"
  2564. }
  2565. ],
  2566. "req_body_form": [],
  2567. "req_headers": [],
  2568. "req_query": [],
  2569. "req_body_type": "raw",
  2570. "res_body_type": "json",
  2571. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  2572. "project_id": 52,
  2573. "catid": 4145,
  2574. "uid": 93,
  2575. "add_time": 1597368481,
  2576. "up_time": 1597368481,
  2577. "__v": 0
  2578. }
  2579. ]
  2580. },
  2581. {
  2582. "index": 0,
  2583. "name": "后台用户服务",
  2584. "desc": "System Admin Controller",
  2585. "add_time": 1597368468,
  2586. "up_time": 1597368468,
  2587. "list": [
  2588. {
  2589. "query_path": {
  2590. "path": "/api/admin/system/admin/update",
  2591. "params": []
  2592. },
  2593. "edit_uid": 0,
  2594. "status": "undone",
  2595. "type": "static",
  2596. "req_body_is_json_schema": true,
  2597. "res_body_is_json_schema": true,
  2598. "api_opened": false,
  2599. "index": 0,
  2600. "tag": [],
  2601. "_id": 6626,
  2602. "method": "POST",
  2603. "title": "修改",
  2604. "path": "/api/admin/system/admin/update",
  2605. "req_params": [],
  2606. "req_body_form": [],
  2607. "req_headers": [
  2608. {
  2609. "required": "1",
  2610. "_id": "5f35e8a2bc7e8e560914f937",
  2611. "name": "Content-Type",
  2612. "value": "application/json"
  2613. }
  2614. ],
  2615. "req_query": [
  2616. {
  2617. "required": "0",
  2618. "_id": "5f35e8a2bc7e8e560914f944",
  2619. "name": "account",
  2620. "desc": "后台管理员账号"
  2621. },
  2622. {
  2623. "required": "0",
  2624. "_id": "5f35e8a2bc7e8e560914f943",
  2625. "name": "addTime",
  2626. "desc": "后台管理员添加时间"
  2627. },
  2628. {
  2629. "required": "1",
  2630. "_id": "5f35e8a2bc7e8e560914f942",
  2631. "name": "id",
  2632. "desc": "id"
  2633. },
  2634. {
  2635. "required": "0",
  2636. "_id": "5f35e8a2bc7e8e560914f941",
  2637. "name": "id",
  2638. "desc": "后台管理员表ID"
  2639. },
  2640. {
  2641. "required": "0",
  2642. "_id": "5f35e8a2bc7e8e560914f940",
  2643. "name": "isDel",
  2644. "desc": "是否删除 1删除 0未删除"
  2645. },
  2646. {
  2647. "required": "0",
  2648. "_id": "5f35e8a2bc7e8e560914f93f",
  2649. "name": "lastIp",
  2650. "desc": "后台管理员最后一次登录ip"
  2651. },
  2652. {
  2653. "required": "0",
  2654. "_id": "5f35e8a2bc7e8e560914f93e",
  2655. "name": "lastTime",
  2656. "desc": "后台管理员最后一次登录时间"
  2657. },
  2658. {
  2659. "required": "0",
  2660. "_id": "5f35e8a2bc7e8e560914f93d",
  2661. "name": "level",
  2662. "desc": "后台管理员级别"
  2663. },
  2664. {
  2665. "required": "0",
  2666. "_id": "5f35e8a2bc7e8e560914f93c",
  2667. "name": "loginCount",
  2668. "desc": "登录次数"
  2669. },
  2670. {
  2671. "required": "0",
  2672. "_id": "5f35e8a2bc7e8e560914f93b",
  2673. "name": "pwd",
  2674. "desc": "后台管理员密码"
  2675. },
  2676. {
  2677. "required": "0",
  2678. "_id": "5f35e8a2bc7e8e560914f93a",
  2679. "name": "realName",
  2680. "desc": "后台管理员姓名"
  2681. },
  2682. {
  2683. "required": "0",
  2684. "_id": "5f35e8a2bc7e8e560914f939",
  2685. "name": "roles",
  2686. "desc": "后台管理员权限(menus_id)"
  2687. },
  2688. {
  2689. "required": "0",
  2690. "_id": "5f35e8a2bc7e8e560914f938",
  2691. "name": "status",
  2692. "desc": "后台管理员状态 1有效0无效"
  2693. }
  2694. ],
  2695. "req_body_type": "json",
  2696. "res_body_type": "json",
  2697. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  2698. "project_id": 52,
  2699. "catid": 4154,
  2700. "uid": 93,
  2701. "add_time": 1597368482,
  2702. "up_time": 1597368482,
  2703. "__v": 0
  2704. },
  2705. {
  2706. "query_path": {
  2707. "path": "/api/admin/system/admin/list",
  2708. "params": []
  2709. },
  2710. "edit_uid": 0,
  2711. "status": "undone",
  2712. "type": "static",
  2713. "req_body_is_json_schema": false,
  2714. "res_body_is_json_schema": true,
  2715. "api_opened": false,
  2716. "index": 0,
  2717. "tag": [],
  2718. "_id": 6622,
  2719. "method": "GET",
  2720. "title": "分页列表",
  2721. "path": "/api/admin/system/admin/list",
  2722. "req_params": [],
  2723. "req_body_form": [],
  2724. "req_headers": [],
  2725. "req_query": [
  2726. {
  2727. "required": "0",
  2728. "_id": "5f35e8a2bc7e8e560914f92f",
  2729. "name": "account",
  2730. "desc": "后台管理员账号"
  2731. },
  2732. {
  2733. "required": "0",
  2734. "_id": "5f35e8a2bc7e8e560914f92e",
  2735. "name": "addTime",
  2736. "desc": "后台管理员添加时间"
  2737. },
  2738. {
  2739. "required": "0",
  2740. "_id": "5f35e8a2bc7e8e560914f92d",
  2741. "name": "id",
  2742. "desc": "后台管理员表ID"
  2743. },
  2744. {
  2745. "required": "0",
  2746. "_id": "5f35e8a2bc7e8e560914f92c",
  2747. "name": "isDel",
  2748. "desc": "是否删除 1删除 0未删除"
  2749. },
  2750. {
  2751. "required": "0",
  2752. "_id": "5f35e8a2bc7e8e560914f92b",
  2753. "name": "lastIp",
  2754. "desc": "后台管理员最后一次登录ip"
  2755. },
  2756. {
  2757. "required": "0",
  2758. "_id": "5f35e8a2bc7e8e560914f92a",
  2759. "name": "lastTime",
  2760. "desc": "后台管理员最后一次登录时间"
  2761. },
  2762. {
  2763. "required": "0",
  2764. "_id": "5f35e8a2bc7e8e560914f929",
  2765. "name": "level",
  2766. "desc": "后台管理员级别"
  2767. },
  2768. {
  2769. "required": "0",
  2770. "_id": "5f35e8a2bc7e8e560914f928",
  2771. "name": "limit",
  2772. "desc": "每页数量"
  2773. },
  2774. {
  2775. "required": "0",
  2776. "_id": "5f35e8a2bc7e8e560914f927",
  2777. "name": "loginCount",
  2778. "desc": "登录次数"
  2779. },
  2780. {
  2781. "required": "0",
  2782. "_id": "5f35e8a2bc7e8e560914f926",
  2783. "name": "page",
  2784. "desc": "页码"
  2785. },
  2786. {
  2787. "required": "0",
  2788. "_id": "5f35e8a2bc7e8e560914f925",
  2789. "name": "pwd",
  2790. "desc": "后台管理员密码"
  2791. },
  2792. {
  2793. "required": "0",
  2794. "_id": "5f35e8a2bc7e8e560914f924",
  2795. "name": "realName",
  2796. "desc": "后台管理员姓名"
  2797. },
  2798. {
  2799. "required": "0",
  2800. "_id": "5f35e8a2bc7e8e560914f923",
  2801. "name": "roles",
  2802. "desc": "后台管理员权限(menus_id)"
  2803. },
  2804. {
  2805. "required": "0",
  2806. "_id": "5f35e8a2bc7e8e560914f922",
  2807. "name": "status",
  2808. "desc": "后台管理员状态 1有效0无效"
  2809. }
  2810. ],
  2811. "req_body_type": "raw",
  2812. "res_body_type": "json",
  2813. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"后台管理员账号\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"后台管理员最后一次登录ip\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员级别\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"登录次数\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"description\": \"后台管理员密码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"后台管理员姓名\"\n },\n \"roles\": {\n \"type\": \"string\",\n \"description\": \"后台管理员权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"后台管理员状态 1有效0无效\"\n }\n },\n \"title\": \"SystemAdmin对象\",\n \"description\": \"后台管理员表\",\n \"$$ref\": \"#/definitions/SystemAdmin对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemAdmin对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemAdmin对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemAdmin对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemAdmin对象»»\"\n}",
  2814. "project_id": 52,
  2815. "catid": 4154,
  2816. "uid": 93,
  2817. "add_time": 1597368482,
  2818. "up_time": 1597368482,
  2819. "__v": 0
  2820. },
  2821. {
  2822. "query_path": {
  2823. "path": "/api/admin/system/admin/delete",
  2824. "params": []
  2825. },
  2826. "edit_uid": 0,
  2827. "status": "undone",
  2828. "type": "static",
  2829. "req_body_is_json_schema": false,
  2830. "res_body_is_json_schema": true,
  2831. "api_opened": false,
  2832. "index": 0,
  2833. "tag": [],
  2834. "_id": 6618,
  2835. "method": "GET",
  2836. "title": "删除",
  2837. "path": "/api/admin/system/admin/delete",
  2838. "req_params": [],
  2839. "req_body_form": [],
  2840. "req_headers": [],
  2841. "req_query": [
  2842. {
  2843. "required": "1",
  2844. "_id": "5f35e8a2bc7e8e560914f920",
  2845. "name": "id",
  2846. "desc": "id"
  2847. }
  2848. ],
  2849. "req_body_type": "raw",
  2850. "res_body_type": "json",
  2851. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  2852. "project_id": 52,
  2853. "catid": 4154,
  2854. "uid": 93,
  2855. "add_time": 1597368482,
  2856. "up_time": 1597368482,
  2857. "__v": 0
  2858. },
  2859. {
  2860. "query_path": {
  2861. "path": "/api/admin/system/admin/save",
  2862. "params": []
  2863. },
  2864. "edit_uid": 0,
  2865. "status": "undone",
  2866. "type": "static",
  2867. "req_body_is_json_schema": true,
  2868. "res_body_is_json_schema": true,
  2869. "api_opened": false,
  2870. "index": 0,
  2871. "tag": [],
  2872. "_id": 6624,
  2873. "method": "POST",
  2874. "title": "新增",
  2875. "path": "/api/admin/system/admin/save",
  2876. "req_params": [],
  2877. "req_body_form": [],
  2878. "req_headers": [
  2879. {
  2880. "required": "1",
  2881. "_id": "5f35e8a2bc7e8e560914f930",
  2882. "name": "Content-Type",
  2883. "value": "application/json"
  2884. }
  2885. ],
  2886. "req_query": [
  2887. {
  2888. "required": "1",
  2889. "_id": "5f35e8a2bc7e8e560914f936",
  2890. "name": "account",
  2891. "desc": "后台管理员账号"
  2892. },
  2893. {
  2894. "required": "1",
  2895. "_id": "5f35e8a2bc7e8e560914f935",
  2896. "name": "level",
  2897. "desc": "后台管理员级别"
  2898. },
  2899. {
  2900. "required": "1",
  2901. "_id": "5f35e8a2bc7e8e560914f934",
  2902. "name": "pwd",
  2903. "desc": "后台管理员密码"
  2904. },
  2905. {
  2906. "required": "1",
  2907. "_id": "5f35e8a2bc7e8e560914f933",
  2908. "name": "realName",
  2909. "desc": "后台管理员姓名"
  2910. },
  2911. {
  2912. "required": "1",
  2913. "_id": "5f35e8a2bc7e8e560914f932",
  2914. "name": "roles",
  2915. "desc": "后台管理员权限(menus_id)"
  2916. },
  2917. {
  2918. "required": "1",
  2919. "_id": "5f35e8a2bc7e8e560914f931",
  2920. "name": "status",
  2921. "desc": "后台管理员状态 1有效0无效"
  2922. }
  2923. ],
  2924. "req_body_type": "json",
  2925. "res_body_type": "json",
  2926. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"lastIp\": {\n \"type\": \"string\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"realName\": {\n \"type\": \"string\"\n },\n \"roles\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"boolean\"\n },\n \"token\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"SystemAdminResponse\",\n \"$$ref\": \"#/definitions/SystemAdminResponse\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdminResponse»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdminResponse»\"\n}",
  2927. "project_id": 52,
  2928. "catid": 4154,
  2929. "uid": 93,
  2930. "add_time": 1597368482,
  2931. "up_time": 1597368482,
  2932. "__v": 0
  2933. },
  2934. {
  2935. "query_path": {
  2936. "path": "/api/admin/system/admin/info",
  2937. "params": []
  2938. },
  2939. "edit_uid": 0,
  2940. "status": "undone",
  2941. "type": "static",
  2942. "req_body_is_json_schema": false,
  2943. "res_body_is_json_schema": true,
  2944. "api_opened": false,
  2945. "index": 0,
  2946. "tag": [],
  2947. "_id": 6620,
  2948. "method": "GET",
  2949. "title": "详情",
  2950. "path": "/api/admin/system/admin/info",
  2951. "req_params": [],
  2952. "req_body_form": [],
  2953. "req_headers": [],
  2954. "req_query": [
  2955. {
  2956. "required": "1",
  2957. "_id": "5f35e8a2bc7e8e560914f921",
  2958. "name": "id",
  2959. "desc": "id"
  2960. }
  2961. ],
  2962. "req_body_type": "raw",
  2963. "res_body_type": "json",
  2964. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"account\": {\n \"type\": \"string\",\n \"description\": \"后台管理员账号\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\"\n },\n \"lastIp\": {\n \"type\": \"string\",\n \"description\": \"后台管理员最后一次登录ip\"\n },\n \"lastTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员最后一次登录时间\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"后台管理员级别\"\n },\n \"loginCount\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"登录次数\"\n },\n \"pwd\": {\n \"type\": \"string\",\n \"description\": \"后台管理员密码\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"后台管理员姓名\"\n },\n \"roles\": {\n \"type\": \"string\",\n \"description\": \"后台管理员权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"后台管理员状态 1有效0无效\"\n }\n },\n \"title\": \"SystemAdmin对象\",\n \"description\": \"后台管理员表\",\n \"$$ref\": \"#/definitions/SystemAdmin对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAdmin对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAdmin对象»\"\n}",
  2965. "project_id": 52,
  2966. "catid": 4154,
  2967. "uid": 93,
  2968. "add_time": 1597368482,
  2969. "up_time": 1597368482,
  2970. "__v": 0
  2971. }
  2972. ]
  2973. },
  2974. {
  2975. "index": 0,
  2976. "name": "商品",
  2977. "desc": "Store Product Controller",
  2978. "add_time": 1597368468,
  2979. "up_time": 1597368468,
  2980. "list": [
  2981. {
  2982. "query_path": {
  2983. "path": "/api/admin/store/product/putOnShell/{id}",
  2984. "params": []
  2985. },
  2986. "edit_uid": 0,
  2987. "status": "undone",
  2988. "type": "var",
  2989. "req_body_is_json_schema": false,
  2990. "res_body_is_json_schema": true,
  2991. "api_opened": false,
  2992. "index": 0,
  2993. "tag": [],
  2994. "_id": 6570,
  2995. "method": "GET",
  2996. "title": "上架",
  2997. "path": "/api/admin/store/product/putOnShell/{id}",
  2998. "req_params": [
  2999. {
  3000. "_id": "5f35e8a0bc7e8e560914f8f3",
  3001. "name": "id",
  3002. "desc": "id"
  3003. }
  3004. ],
  3005. "req_body_form": [],
  3006. "req_headers": [],
  3007. "req_query": [],
  3008. "req_body_type": "raw",
  3009. "res_body_type": "json",
  3010. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3011. "project_id": 52,
  3012. "catid": 4163,
  3013. "uid": 93,
  3014. "add_time": 1597368480,
  3015. "up_time": 1597368480,
  3016. "__v": 0
  3017. },
  3018. {
  3019. "query_path": {
  3020. "path": "/api/admin/store/product/offShell/{id}",
  3021. "params": []
  3022. },
  3023. "edit_uid": 0,
  3024. "status": "undone",
  3025. "type": "var",
  3026. "req_body_is_json_schema": false,
  3027. "res_body_is_json_schema": true,
  3028. "api_opened": false,
  3029. "index": 0,
  3030. "tag": [],
  3031. "_id": 6568,
  3032. "method": "GET",
  3033. "title": "下架",
  3034. "path": "/api/admin/store/product/offShell/{id}",
  3035. "req_params": [
  3036. {
  3037. "_id": "5f35e8a0bc7e8e560914f8f2",
  3038. "name": "id",
  3039. "desc": "id"
  3040. }
  3041. ],
  3042. "req_body_form": [],
  3043. "req_headers": [],
  3044. "req_query": [],
  3045. "req_body_type": "raw",
  3046. "res_body_type": "json",
  3047. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3048. "project_id": 52,
  3049. "catid": 4163,
  3050. "uid": 93,
  3051. "add_time": 1597368480,
  3052. "up_time": 1597368480,
  3053. "__v": 0
  3054. },
  3055. {
  3056. "query_path": {
  3057. "path": "/api/admin/store/product/update",
  3058. "params": []
  3059. },
  3060. "edit_uid": 0,
  3061. "status": "undone",
  3062. "type": "static",
  3063. "req_body_is_json_schema": true,
  3064. "res_body_is_json_schema": true,
  3065. "api_opened": false,
  3066. "index": 0,
  3067. "tag": [],
  3068. "_id": 6600,
  3069. "method": "POST",
  3070. "title": "修改",
  3071. "path": "/api/admin/store/product/update",
  3072. "req_params": [],
  3073. "req_body_form": [],
  3074. "req_headers": [
  3075. {
  3076. "required": "1",
  3077. "_id": "5f35e8a1bc7e8e560914f90f",
  3078. "name": "Content-Type",
  3079. "value": "application/json"
  3080. }
  3081. ],
  3082. "req_query": [],
  3083. "req_body_type": "json",
  3084. "res_body_type": "json",
  3085. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3086. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品,1=秒杀,2=砍价,3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段,前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量显示\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"stock\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"属性对应的库存\"\n },\n \"suk\": {\n \"type\": \"string\",\n \"description\": \"商品属性索引值 (attr_value|attr_value[|....])\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\":
  3087. "project_id": 52,
  3088. "catid": 4163,
  3089. "uid": 93,
  3090. "add_time": 1597368481,
  3091. "up_time": 1597368481,
  3092. "__v": 0
  3093. },
  3094. {
  3095. "query_path": {
  3096. "path": "/api/admin/store/product/list",
  3097. "params": []
  3098. },
  3099. "edit_uid": 0,
  3100. "status": "undone",
  3101. "type": "static",
  3102. "req_body_is_json_schema": false,
  3103. "res_body_is_json_schema": true,
  3104. "api_opened": false,
  3105. "index": 0,
  3106. "tag": [],
  3107. "_id": 6566,
  3108. "method": "GET",
  3109. "title": "分页列表",
  3110. "path": "/api/admin/store/product/list",
  3111. "req_params": [],
  3112. "req_body_form": [],
  3113. "req_headers": [],
  3114. "req_query": [
  3115. {
  3116. "required": "0",
  3117. "_id": "5f35e8a0bc7e8e560914f8f1",
  3118. "name": "cateId",
  3119. "desc": "分类ID, 多个逗号分隔"
  3120. },
  3121. {
  3122. "required": "0",
  3123. "_id": "5f35e8a0bc7e8e560914f8f0",
  3124. "name": "isBenefit",
  3125. "desc": "是否优惠"
  3126. },
  3127. {
  3128. "required": "0",
  3129. "_id": "5f35e8a0bc7e8e560914f8ef",
  3130. "name": "isBest",
  3131. "desc": "是否精品"
  3132. },
  3133. {
  3134. "required": "0",
  3135. "_id": "5f35e8a0bc7e8e560914f8ee",
  3136. "name": "isGood",
  3137. "desc": "是否推荐"
  3138. },
  3139. {
  3140. "required": "0",
  3141. "_id": "5f35e8a0bc7e8e560914f8ed",
  3142. "name": "isHot",
  3143. "desc": "是否热卖"
  3144. },
  3145. {
  3146. "required": "0",
  3147. "_id": "5f35e8a0bc7e8e560914f8ec",
  3148. "name": "isNew",
  3149. "desc": "是否新品"
  3150. },
  3151. {
  3152. "required": "0",
  3153. "_id": "5f35e8a0bc7e8e560914f8eb",
  3154. "name": "isShow",
  3155. "desc": "状态(0:未上架,1:上架)"
  3156. },
  3157. {
  3158. "required": "0",
  3159. "_id": "5f35e8a0bc7e8e560914f8ea",
  3160. "name": "keywords",
  3161. "desc": "关键字搜索, 支持(商品名称, 商品简介, 关键字, 商品条码)"
  3162. },
  3163. {
  3164. "required": "0",
  3165. "_id": "5f35e8a0bc7e8e560914f8e9",
  3166. "name": "limit",
  3167. "desc": "每页数量"
  3168. },
  3169. {
  3170. "required": "0",
  3171. "_id": "5f35e8a0bc7e8e560914f8e8",
  3172. "name": "page",
  3173. "desc": "页码"
  3174. },
  3175. {
  3176. "required": "0",
  3177. "_id": "5f35e8a0bc7e8e560914f8e7",
  3178. "name": "type",
  3179. "desc": "类型(1:出售中(已上架),2:仓库中(未上架),3:已售罄,4:警戒库存,5:回收站)"
  3180. }
  3181. ],
  3182. "req_body_type": "raw",
  3183. "res_body_type": "json",
  3184. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n \"description\": \"商品二维码地址(用户小程序海报)\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"ficti\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"虚拟销量\"\n },\n \"giveIntegral\": {\n \"type\": \"number\",\n \"description\": \"获得积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"商品图片\"\n },\n \"isBargain\": {\n \"type\": \"boolean\",\n \"description\": \"砍价状态 0未开启 1开启\"\n },\n \"isBenefit\": {\n \"type\": \"boolean\",\n \"description\": \"是否优惠\"\n },\n \"isBest\": {\n \"type\": \"boolean\",\n \"description\": \"是否精品\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isGood\": {\n \"type\": \"boolean\",\n \"description\": \"是否优品推荐\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热卖\"\n },\n \"isNew\": {\n \"type\": \"boolean\",\n \"description\": \"是否新品\"\n },\n \"isPostage\": {\n \"type\": \"boolean\",\n \"description\": \"是否包邮\"\n },\n \"isSeckill\": {\n \"type\": \"boolean\",\n \"description\": \"秒杀状态 0 未开启 1已开启\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"状态(0:未上架,1:上架)\"\n },\n \"isSub\": {\n \"type\": \"boolean\",\n \"description\": \"是否单独分佣\"\n },\n \"keyword\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\":
  3185. "project_id": 52,
  3186. "catid": 4163,
  3187. "uid": 93,
  3188. "add_time": 1597368480,
  3189. "up_time": 1597368480,
  3190. "__v": 0
  3191. },
  3192. {
  3193. "query_path": {
  3194. "path": "/api/admin/store/product/delete/{id}",
  3195. "params": []
  3196. },
  3197. "edit_uid": 0,
  3198. "status": "undone",
  3199. "type": "var",
  3200. "req_body_is_json_schema": false,
  3201. "res_body_is_json_schema": true,
  3202. "api_opened": false,
  3203. "index": 0,
  3204. "tag": [],
  3205. "_id": 6558,
  3206. "method": "GET",
  3207. "title": "删除",
  3208. "path": "/api/admin/store/product/delete/{id}",
  3209. "req_params": [
  3210. {
  3211. "_id": "5f35e8a0bc7e8e560914f8e0",
  3212. "name": "id",
  3213. "desc": "id"
  3214. }
  3215. ],
  3216. "req_body_form": [],
  3217. "req_headers": [],
  3218. "req_query": [],
  3219. "req_body_type": "raw",
  3220. "res_body_type": "json",
  3221. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3222. "project_id": 52,
  3223. "catid": 4163,
  3224. "uid": 93,
  3225. "add_time": 1597368480,
  3226. "up_time": 1597368480,
  3227. "__v": 0
  3228. },
  3229. {
  3230. "query_path": {
  3231. "path": "/api/admin/store/product/tabs/headers",
  3232. "params": []
  3233. },
  3234. "edit_uid": 0,
  3235. "status": "undone",
  3236. "type": "static",
  3237. "req_body_is_json_schema": false,
  3238. "res_body_is_json_schema": true,
  3239. "api_opened": false,
  3240. "index": 0,
  3241. "tag": [],
  3242. "_id": 6598,
  3243. "method": "GET",
  3244. "title": "商品表头数量",
  3245. "path": "/api/admin/store/product/tabs/headers",
  3246. "req_params": [],
  3247. "req_body_form": [],
  3248. "req_headers": [],
  3249. "req_query": [],
  3250. "req_body_type": "raw",
  3251. "res_body_type": "json",
  3252. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"StoreProductTabsHeader\",\n \"$$ref\": \"#/definitions/StoreProductTabsHeader\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«StoreProductTabsHeader»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«StoreProductTabsHeader»»\"\n}",
  3253. "project_id": 52,
  3254. "catid": 4163,
  3255. "uid": 93,
  3256. "add_time": 1597368481,
  3257. "up_time": 1597368481,
  3258. "__v": 0
  3259. },
  3260. {
  3261. "query_path": {
  3262. "path": "/api/admin/store/product/importProduct",
  3263. "params": []
  3264. },
  3265. "edit_uid": 0,
  3266. "status": "undone",
  3267. "type": "static",
  3268. "req_body_is_json_schema": true,
  3269. "res_body_is_json_schema": true,
  3270. "api_opened": false,
  3271. "index": 0,
  3272. "tag": [],
  3273. "_id": 6562,
  3274. "method": "POST",
  3275. "title": "导入商品",
  3276. "path": "/api/admin/store/product/importProduct",
  3277. "req_params": [],
  3278. "req_body_form": [],
  3279. "req_headers": [
  3280. {
  3281. "required": "1",
  3282. "_id": "5f35e8a0bc7e8e560914f8e3",
  3283. "name": "Content-Type",
  3284. "value": "application/json"
  3285. }
  3286. ],
  3287. "req_query": [
  3288. {
  3289. "required": "1",
  3290. "_id": "5f35e8a0bc7e8e560914f8e5",
  3291. "name": "form",
  3292. "desc": "导入平台1=淘宝,2=京东,3=苏宁,4=拼多多, 5=天猫"
  3293. },
  3294. {
  3295. "required": "1",
  3296. "_id": "5f35e8a0bc7e8e560914f8e4",
  3297. "name": "url",
  3298. "desc": "URL"
  3299. }
  3300. ],
  3301. "req_body_type": "json",
  3302. "res_body_type": "json",
  3303. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品,1=秒杀,2=砍价,3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段,前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"
  3304. "project_id": 52,
  3305. "catid": 4163,
  3306. "uid": 93,
  3307. "add_time": 1597368480,
  3308. "up_time": 1597368480,
  3309. "__v": 0
  3310. },
  3311. {
  3312. "query_path": {
  3313. "path": "/api/admin/store/product/stock",
  3314. "params": []
  3315. },
  3316. "edit_uid": 0,
  3317. "status": "undone",
  3318. "type": "static",
  3319. "req_body_is_json_schema": false,
  3320. "res_body_is_json_schema": true,
  3321. "api_opened": false,
  3322. "index": 0,
  3323. "tag": [],
  3324. "_id": 6596,
  3325. "method": "GET",
  3326. "title": "库存变动",
  3327. "path": "/api/admin/store/product/stock",
  3328. "req_params": [],
  3329. "req_body_form": [],
  3330. "req_headers": [],
  3331. "req_query": [
  3332. {
  3333. "required": "1",
  3334. "_id": "5f35e8a1bc7e8e560914f90e",
  3335. "name": "idList",
  3336. "desc": "商品ID, 多个逗号分割,如果是修改所有的,参数值为 all"
  3337. },
  3338. {
  3339. "required": "1",
  3340. "_id": "5f35e8a1bc7e8e560914f90d",
  3341. "name": "num",
  3342. "desc": "数量"
  3343. },
  3344. {
  3345. "required": "1",
  3346. "_id": "5f35e8a1bc7e8e560914f90c",
  3347. "name": "type",
  3348. "desc": "类型, 增加 add | 修改 update | 减少 diff"
  3349. }
  3350. ],
  3351. "req_body_type": "raw",
  3352. "res_body_type": "json",
  3353. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3354. "project_id": 52,
  3355. "catid": 4163,
  3356. "uid": 93,
  3357. "add_time": 1597368481,
  3358. "up_time": 1597368481,
  3359. "__v": 0
  3360. },
  3361. {
  3362. "query_path": {
  3363. "path": "/api/admin/store/product/save",
  3364. "params": []
  3365. },
  3366. "edit_uid": 0,
  3367. "status": "undone",
  3368. "type": "static",
  3369. "req_body_is_json_schema": true,
  3370. "res_body_is_json_schema": true,
  3371. "api_opened": false,
  3372. "index": 0,
  3373. "tag": [],
  3374. "_id": 6594,
  3375. "method": "POST",
  3376. "title": "新增",
  3377. "path": "/api/admin/store/product/save",
  3378. "req_params": [],
  3379. "req_body_form": [],
  3380. "req_headers": [
  3381. {
  3382. "required": "1",
  3383. "_id": "5f35e8a1bc7e8e560914f90b",
  3384. "name": "Content-Type",
  3385. "value": "application/json"
  3386. }
  3387. ],
  3388. "req_query": [],
  3389. "req_body_type": "json",
  3390. "res_body_type": "json",
  3391. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3392. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"attr\": {\n \"type\": \"array\",\n \"description\": \"商品属性\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrName\": {\n \"type\": \"string\",\n \"description\": \"属性名\"\n },\n \"attrValues\": {\n \"type\": \"string\",\n \"description\": \"属性值\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"attrId\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品ID\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动类型 0=商品,1=秒杀,2=砍价,3=拼团\"\n }\n },\n \"title\": \"StoreProductAttr对象\",\n \"description\": \"商品属性表\",\n \"$$ref\": \"#/definitions/StoreProductAttr对象\"\n }\n },\n \"attrValue\": {\n \"type\": \"array\",\n \"description\": \"商品属性详情\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attrValue\": {\n \"type\": \"object\",\n \"description\": \"attrValue字段,前端传递后用作sku字段\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码\"\n },\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"一级返佣\"\n },\n \"brokerageTwo\": {\n \"type\": \"number\",\n \"description\": \"二级返佣\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"ID\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"图片\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"原价\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"属性金额\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"商品ID\"\n },\n \"quota\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量\"\n },\n \"quotaShow\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"活动限购数量显示\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"stock\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"属性对应的库存\"\n },\n \"suk\": {\n \"type\": \"string\",\n \"description\": \"商品属性索引值 (attr_value|attr_value[|....])\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\":
  3393. "project_id": 52,
  3394. "catid": 4163,
  3395. "uid": 93,
  3396. "add_time": 1597368481,
  3397. "up_time": 1597368481,
  3398. "__v": 0
  3399. },
  3400. {
  3401. "query_path": {
  3402. "path": "/api/admin/store/product/ficti/{id}/{num}",
  3403. "params": []
  3404. },
  3405. "edit_uid": 0,
  3406. "status": "undone",
  3407. "type": "var",
  3408. "req_body_is_json_schema": false,
  3409. "res_body_is_json_schema": true,
  3410. "api_opened": false,
  3411. "index": 0,
  3412. "tag": [],
  3413. "_id": 6560,
  3414. "method": "GET",
  3415. "title": "虚拟销量",
  3416. "path": "/api/admin/store/product/ficti/{id}/{num}",
  3417. "req_params": [
  3418. {
  3419. "_id": "5f35e8a0bc7e8e560914f8e2",
  3420. "name": "id",
  3421. "desc": "id"
  3422. },
  3423. {
  3424. "_id": "5f35e8a0bc7e8e560914f8e1",
  3425. "name": "num",
  3426. "desc": "数值"
  3427. }
  3428. ],
  3429. "req_body_form": [],
  3430. "req_headers": [],
  3431. "req_query": [],
  3432. "req_body_type": "raw",
  3433. "res_body_type": "json",
  3434. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3435. "project_id": 52,
  3436. "catid": 4163,
  3437. "uid": 93,
  3438. "add_time": 1597368480,
  3439. "up_time": 1597368480,
  3440. "__v": 0
  3441. },
  3442. {
  3443. "query_path": {
  3444. "path": "/api/admin/store/product/info/{id}",
  3445. "params": []
  3446. },
  3447. "edit_uid": 0,
  3448. "status": "undone",
  3449. "type": "var",
  3450. "req_body_is_json_schema": false,
  3451. "res_body_is_json_schema": true,
  3452. "api_opened": false,
  3453. "index": 0,
  3454. "tag": [],
  3455. "_id": 6564,
  3456. "method": "GET",
  3457. "title": "详情",
  3458. "path": "/api/admin/store/product/info/{id}",
  3459. "req_params": [
  3460. {
  3461. "_id": "5f35e8a0bc7e8e560914f8e6",
  3462. "name": "id",
  3463. "desc": "id"
  3464. }
  3465. ],
  3466. "req_body_form": [],
  3467. "req_headers": [],
  3468. "req_query": [],
  3469. "req_body_type": "raw",
  3470. "res_body_type": "json",
  3471. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n \"description\": \"商品二维码地址(用户小程序海报)\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"ficti\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"虚拟销量\"\n },\n \"giveIntegral\": {\n \"type\": \"number\",\n \"description\": \"获得积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"商品图片\"\n },\n \"isBargain\": {\n \"type\": \"boolean\",\n \"description\": \"砍价状态 0未开启 1开启\"\n },\n \"isBenefit\": {\n \"type\": \"boolean\",\n \"description\": \"是否优惠\"\n },\n \"isBest\": {\n \"type\": \"boolean\",\n \"description\": \"是否精品\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isGood\": {\n \"type\": \"boolean\",\n \"description\": \"是否优品推荐\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热卖\"\n },\n \"isNew\": {\n \"type\": \"boolean\",\n \"description\": \"是否新品\"\n },\n \"isPostage\": {\n \"type\": \"boolean\",\n \"description\": \"是否包邮\"\n },\n \"isSeckill\": {\n \"type\": \"boolean\",\n \"description\": \"秒杀状态 0 未开启 1已开启\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"状态(0:未上架,1:上架)\"\n },\n \"isSub\": {\n \"type\": \"boolean\",\n \"description\": \"是否单独分佣\"\n },\n \"keyword\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户Id(0为总后台管理员创建,不为0的时候是商户后台创建)\"\n },\n \"merUse\": {\n \"type\": \"boolean\",\n \"description\": \"商户是否代理 0不可代理1可代理\"\n },\n \"otPrice\": {\n \"type\": \"number\",\n \"description\": \"市场价\"\n },\n \"postage\": {\n \"type\": \"number\",\n \"description\": \"邮费\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"商品价格\"\n },\n \"sales\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"销量\"\n },\n \"sliderImage\": {\n \"type\": \"string\",\n \"description\": \"轮播图\"\n },\n \"sort\": {
  3472. "project_id": 52,
  3473. "catid": 4163,
  3474. "uid": 93,
  3475. "add_time": 1597368480,
  3476. "up_time": 1597368480,
  3477. "__v": 0
  3478. }
  3479. ]
  3480. },
  3481. {
  3482. "index": 0,
  3483. "name": "商品 -- 规则值(规格)",
  3484. "desc": "Store Product Rule Controller",
  3485. "add_time": 1597368468,
  3486. "up_time": 1597368468,
  3487. "list": [
  3488. {
  3489. "query_path": {
  3490. "path": "/api/admin/store/product/rule/update",
  3491. "params": []
  3492. },
  3493. "edit_uid": 0,
  3494. "status": "undone",
  3495. "type": "static",
  3496. "req_body_is_json_schema": true,
  3497. "res_body_is_json_schema": true,
  3498. "api_opened": false,
  3499. "index": 0,
  3500. "tag": [],
  3501. "_id": 6592,
  3502. "method": "POST",
  3503. "title": "修改",
  3504. "path": "/api/admin/store/product/rule/update",
  3505. "req_params": [],
  3506. "req_body_form": [],
  3507. "req_headers": [
  3508. {
  3509. "required": "1",
  3510. "_id": "5f35e8a1bc7e8e560914f90a",
  3511. "name": "Content-Type",
  3512. "value": "application/json"
  3513. }
  3514. ],
  3515. "req_query": [],
  3516. "req_body_type": "json",
  3517. "res_body_type": "json",
  3518. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3519. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"规则id\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值【JSON字符串】 [{\\\\\\\"detail\\\\\\\": [\\\\\\\"string\\\\\\\"],\\\\\\\"title\\\\\\\": \\\\\\\"string\\\\\\\"}]\"\n }\n },\n \"title\": \"StoreProductRuleRequest对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRuleRequest对象\"\n}",
  3520. "project_id": 52,
  3521. "catid": 4172,
  3522. "uid": 93,
  3523. "add_time": 1597368481,
  3524. "up_time": 1597368481,
  3525. "__v": 0
  3526. },
  3527. {
  3528. "query_path": {
  3529. "path": "/api/admin/store/product/rule/list",
  3530. "params": []
  3531. },
  3532. "edit_uid": 0,
  3533. "status": "undone",
  3534. "type": "static",
  3535. "req_body_is_json_schema": false,
  3536. "res_body_is_json_schema": true,
  3537. "api_opened": false,
  3538. "index": 0,
  3539. "tag": [],
  3540. "_id": 6588,
  3541. "method": "GET",
  3542. "title": "分页列表",
  3543. "path": "/api/admin/store/product/rule/list",
  3544. "req_params": [],
  3545. "req_body_form": [],
  3546. "req_headers": [],
  3547. "req_query": [
  3548. {
  3549. "required": "0",
  3550. "_id": "5f35e8a1bc7e8e560914f908",
  3551. "name": "keywords",
  3552. "desc": "搜索关键字"
  3553. },
  3554. {
  3555. "required": "0",
  3556. "_id": "5f35e8a1bc7e8e560914f907",
  3557. "name": "limit",
  3558. "desc": "每页数量"
  3559. },
  3560. {
  3561. "required": "0",
  3562. "_id": "5f35e8a1bc7e8e560914f906",
  3563. "name": "page",
  3564. "desc": "页码"
  3565. }
  3566. ],
  3567. "req_body_type": "raw",
  3568. "res_body_type": "json",
  3569. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值\"\n }\n },\n \"title\": \"StoreProductRule对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRule对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreProductRule对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreProductRule对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreProductRule对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreProductRule对象»»\"\n}",
  3570. "project_id": 52,
  3571. "catid": 4172,
  3572. "uid": 93,
  3573. "add_time": 1597368481,
  3574. "up_time": 1597368481,
  3575. "__v": 0
  3576. },
  3577. {
  3578. "query_path": {
  3579. "path": "/api/admin/store/product/rule/delete/{ids}",
  3580. "params": []
  3581. },
  3582. "edit_uid": 0,
  3583. "status": "undone",
  3584. "type": "var",
  3585. "req_body_is_json_schema": false,
  3586. "res_body_is_json_schema": true,
  3587. "api_opened": false,
  3588. "index": 0,
  3589. "tag": [],
  3590. "_id": 6584,
  3591. "method": "GET",
  3592. "title": "删除",
  3593. "path": "/api/admin/store/product/rule/delete/{ids}",
  3594. "req_params": [
  3595. {
  3596. "_id": "5f35e8a1bc7e8e560914f904",
  3597. "name": "ids",
  3598. "desc": "ids"
  3599. }
  3600. ],
  3601. "req_body_form": [],
  3602. "req_headers": [],
  3603. "req_query": [],
  3604. "req_body_type": "raw",
  3605. "res_body_type": "json",
  3606. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3607. "project_id": 52,
  3608. "catid": 4172,
  3609. "uid": 93,
  3610. "add_time": 1597368481,
  3611. "up_time": 1597368481,
  3612. "__v": 0
  3613. },
  3614. {
  3615. "query_path": {
  3616. "path": "/api/admin/store/product/rule/save",
  3617. "params": []
  3618. },
  3619. "edit_uid": 0,
  3620. "status": "undone",
  3621. "type": "static",
  3622. "req_body_is_json_schema": true,
  3623. "res_body_is_json_schema": true,
  3624. "api_opened": false,
  3625. "index": 0,
  3626. "tag": [],
  3627. "_id": 6590,
  3628. "method": "POST",
  3629. "title": "新增",
  3630. "path": "/api/admin/store/product/rule/save",
  3631. "req_params": [],
  3632. "req_body_form": [],
  3633. "req_headers": [
  3634. {
  3635. "required": "1",
  3636. "_id": "5f35e8a1bc7e8e560914f909",
  3637. "name": "Content-Type",
  3638. "value": "application/json"
  3639. }
  3640. ],
  3641. "req_query": [],
  3642. "req_body_type": "json",
  3643. "res_body_type": "json",
  3644. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3645. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"规则id\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值【JSON字符串】 [{\\\\\\\"detail\\\\\\\": [\\\\\\\"string\\\\\\\"],\\\\\\\"title\\\\\\\": \\\\\\\"string\\\\\\\"}]\"\n }\n },\n \"title\": \"StoreProductRuleRequest对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRuleRequest对象\"\n}",
  3646. "project_id": 52,
  3647. "catid": 4172,
  3648. "uid": 93,
  3649. "add_time": 1597368481,
  3650. "up_time": 1597368481,
  3651. "__v": 0
  3652. },
  3653. {
  3654. "query_path": {
  3655. "path": "/api/admin/store/product/rule/info/{id}",
  3656. "params": []
  3657. },
  3658. "edit_uid": 0,
  3659. "status": "undone",
  3660. "type": "var",
  3661. "req_body_is_json_schema": false,
  3662. "res_body_is_json_schema": true,
  3663. "api_opened": false,
  3664. "index": 0,
  3665. "tag": [],
  3666. "_id": 6586,
  3667. "method": "GET",
  3668. "title": "详情",
  3669. "path": "/api/admin/store/product/rule/info/{id}",
  3670. "req_params": [
  3671. {
  3672. "_id": "5f35e8a1bc7e8e560914f905",
  3673. "name": "id",
  3674. "desc": "id"
  3675. }
  3676. ],
  3677. "req_body_form": [],
  3678. "req_headers": [],
  3679. "req_query": [],
  3680. "req_body_type": "raw",
  3681. "res_body_type": "json",
  3682. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"ruleName\": {\n \"type\": \"string\",\n \"description\": \"规格名称\"\n },\n \"ruleValue\": {\n \"type\": \"string\",\n \"description\": \"规格值\"\n }\n },\n \"title\": \"StoreProductRule对象\",\n \"description\": \"商品规则值(规格)表\",\n \"$$ref\": \"#/definitions/StoreProductRule对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreProductRule对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreProductRule对象»\"\n}",
  3683. "project_id": 52,
  3684. "catid": 4172,
  3685. "uid": 93,
  3686. "add_time": 1597368481,
  3687. "up_time": 1597368481,
  3688. "__v": 0
  3689. }
  3690. ]
  3691. },
  3692. {
  3693. "index": 0,
  3694. "name": "商品 -- 评论",
  3695. "desc": "Store Product Reply Controller",
  3696. "add_time": 1597368468,
  3697. "up_time": 1597368468,
  3698. "list": [
  3699. {
  3700. "query_path": {
  3701. "path": "/api/admin/store/product/reply/update",
  3702. "params": []
  3703. },
  3704. "edit_uid": 0,
  3705. "status": "undone",
  3706. "type": "static",
  3707. "req_body_is_json_schema": true,
  3708. "res_body_is_json_schema": true,
  3709. "api_opened": false,
  3710. "index": 0,
  3711. "tag": [],
  3712. "_id": 6582,
  3713. "method": "POST",
  3714. "title": "修改",
  3715. "path": "/api/admin/store/product/reply/update",
  3716. "req_params": [],
  3717. "req_body_form": [],
  3718. "req_headers": [
  3719. {
  3720. "required": "1",
  3721. "_id": "5f35e8a1bc7e8e560914f903",
  3722. "name": "Content-Type",
  3723. "value": "application/json"
  3724. }
  3725. ],
  3726. "req_query": [],
  3727. "req_body_type": "json",
  3728. "res_body_type": "json",
  3729. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3730. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户ID\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreProductReply对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReply对象\"\n}",
  3731. "project_id": 52,
  3732. "catid": 4181,
  3733. "uid": 93,
  3734. "add_time": 1597368481,
  3735. "up_time": 1597368481,
  3736. "__v": 0
  3737. },
  3738. {
  3739. "query_path": {
  3740. "path": "/api/admin/store/product/reply/list",
  3741. "params": []
  3742. },
  3743. "edit_uid": 0,
  3744. "status": "undone",
  3745. "type": "static",
  3746. "req_body_is_json_schema": false,
  3747. "res_body_is_json_schema": true,
  3748. "api_opened": false,
  3749. "index": 0,
  3750. "tag": [],
  3751. "_id": 6578,
  3752. "method": "GET",
  3753. "title": "分页列表",
  3754. "path": "/api/admin/store/product/reply/list",
  3755. "req_params": [],
  3756. "req_body_form": [],
  3757. "req_headers": [],
  3758. "req_query": [
  3759. {
  3760. "required": "0",
  3761. "_id": "5f35e8a0bc7e8e560914f901",
  3762. "name": "dateLimit",
  3763. "desc": "时间区间"
  3764. },
  3765. {
  3766. "required": "0",
  3767. "_id": "5f35e8a0bc7e8e560914f900",
  3768. "name": "isDel",
  3769. "desc": "0未删除1已删除"
  3770. },
  3771. {
  3772. "required": "0",
  3773. "_id": "5f35e8a0bc7e8e560914f8ff",
  3774. "name": "isReply",
  3775. "desc": "0未回复1已回复"
  3776. },
  3777. {
  3778. "required": "0",
  3779. "_id": "5f35e8a0bc7e8e560914f8fe",
  3780. "name": "limit",
  3781. "desc": "每页数量"
  3782. },
  3783. {
  3784. "required": "0",
  3785. "_id": "5f35e8a0bc7e8e560914f8fd",
  3786. "name": "nickname",
  3787. "desc": "用户名称(支持模糊搜索)"
  3788. },
  3789. {
  3790. "required": "0",
  3791. "_id": "5f35e8a0bc7e8e560914f8fc",
  3792. "name": "oid",
  3793. "desc": "订单ID"
  3794. },
  3795. {
  3796. "required": "0",
  3797. "_id": "5f35e8a0bc7e8e560914f8fb",
  3798. "name": "page",
  3799. "desc": "页码"
  3800. },
  3801. {
  3802. "required": "0",
  3803. "_id": "5f35e8a0bc7e8e560914f8fa",
  3804. "name": "productId",
  3805. "desc": "商品id, 多个逗号分割"
  3806. },
  3807. {
  3808. "required": "0",
  3809. "_id": "5f35e8a0bc7e8e560914f8f9",
  3810. "name": "star",
  3811. "desc": "星数"
  3812. },
  3813. {
  3814. "required": "0",
  3815. "_id": "5f35e8a0bc7e8e560914f8f8",
  3816. "name": "type",
  3817. "desc": "类型"
  3818. },
  3819. {
  3820. "required": "0",
  3821. "_id": "5f35e8a0bc7e8e560914f8f7",
  3822. "name": "uid",
  3823. "desc": "用户ID, 多个逗号分割"
  3824. }
  3825. ],
  3826. "req_body_type": "raw",
  3827. "res_body_type": "json",
  3828. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"array\",\n \"description\": \"评论图片\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"storeProduct\": {\n \"type\": \"object\",\n \"properties\": {\n \"activity\": {\n \"type\": \"string\",\n \"description\": \"活动显示排序1=秒杀,2=砍价,3=拼团\"\n },\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"barCode\": {\n \"type\": \"string\",\n \"description\": \"商品条码(一维码)\"\n },\n \"browse\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"浏览量\"\n },\n \"cateId\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"codePath\": {\n \"type\": \"string\",\n
  3829. "project_id": 52,
  3830. "catid": 4181,
  3831. "uid": 93,
  3832. "add_time": 1597368480,
  3833. "up_time": 1597368480,
  3834. "__v": 0
  3835. },
  3836. {
  3837. "query_path": {
  3838. "path": "/api/admin/store/product/reply/delete/{id}",
  3839. "params": []
  3840. },
  3841. "edit_uid": 0,
  3842. "status": "undone",
  3843. "type": "var",
  3844. "req_body_is_json_schema": false,
  3845. "res_body_is_json_schema": true,
  3846. "api_opened": false,
  3847. "index": 0,
  3848. "tag": [],
  3849. "_id": 6574,
  3850. "method": "GET",
  3851. "title": "删除",
  3852. "path": "/api/admin/store/product/reply/delete/{id}",
  3853. "req_params": [
  3854. {
  3855. "_id": "5f35e8a0bc7e8e560914f8f5",
  3856. "name": "id",
  3857. "desc": "id"
  3858. }
  3859. ],
  3860. "req_body_form": [],
  3861. "req_headers": [],
  3862. "req_query": [],
  3863. "req_body_type": "raw",
  3864. "res_body_type": "json",
  3865. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3866. "project_id": 52,
  3867. "catid": 4181,
  3868. "uid": 93,
  3869. "add_time": 1597368480,
  3870. "up_time": 1597368480,
  3871. "__v": 0
  3872. },
  3873. {
  3874. "query_path": {
  3875. "path": "/api/admin/store/product/reply/comment",
  3876. "params": []
  3877. },
  3878. "edit_uid": 0,
  3879. "status": "undone",
  3880. "type": "static",
  3881. "req_body_is_json_schema": true,
  3882. "res_body_is_json_schema": true,
  3883. "api_opened": false,
  3884. "index": 0,
  3885. "tag": [],
  3886. "_id": 6572,
  3887. "method": "POST",
  3888. "title": "回复",
  3889. "path": "/api/admin/store/product/reply/comment",
  3890. "req_params": [],
  3891. "req_body_form": [],
  3892. "req_headers": [
  3893. {
  3894. "required": "1",
  3895. "_id": "5f35e8a0bc7e8e560914f8f4",
  3896. "name": "Content-Type",
  3897. "value": "application/json"
  3898. }
  3899. ],
  3900. "req_query": [],
  3901. "req_body_type": "json",
  3902. "res_body_type": "json",
  3903. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3904. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"ids\",\n \"merchantReplyContent\"\n ],\n \"properties\": {\n \"ids\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n }\n },\n \"title\": \"StoreProductReplyCommentRequest对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReplyCommentRequest对象\"\n}",
  3905. "project_id": 52,
  3906. "catid": 4181,
  3907. "uid": 93,
  3908. "add_time": 1597368480,
  3909. "up_time": 1597368480,
  3910. "__v": 0
  3911. },
  3912. {
  3913. "query_path": {
  3914. "path": "/api/admin/store/product/reply/save",
  3915. "params": []
  3916. },
  3917. "edit_uid": 0,
  3918. "status": "undone",
  3919. "type": "static",
  3920. "req_body_is_json_schema": true,
  3921. "res_body_is_json_schema": true,
  3922. "api_opened": false,
  3923. "index": 0,
  3924. "tag": [],
  3925. "_id": 6580,
  3926. "method": "POST",
  3927. "title": "新增",
  3928. "path": "/api/admin/store/product/reply/save",
  3929. "req_params": [],
  3930. "req_body_form": [],
  3931. "req_headers": [
  3932. {
  3933. "required": "1",
  3934. "_id": "5f35e8a1bc7e8e560914f902",
  3935. "name": "Content-Type",
  3936. "value": "application/json"
  3937. }
  3938. ],
  3939. "req_query": [],
  3940. "req_body_type": "json",
  3941. "res_body_type": "json",
  3942. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  3943. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"comment\",\n \"pics\",\n \"productId\",\n \"productScore\",\n \"serviceScore\"\n ],\n \"properties\": {\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID, 移动端必须传递此参数\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 5,\n \"description\": \"商品分数\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 5,\n \"description\": \"服务分数\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"userId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id, 后端必须传递此参数\"\n }\n },\n \"title\": \"StoreProductReplyAddRequest对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReplyAddRequest对象\"\n}",
  3944. "project_id": 52,
  3945. "catid": 4181,
  3946. "uid": 93,
  3947. "add_time": 1597368481,
  3948. "up_time": 1597368481,
  3949. "__v": 0
  3950. },
  3951. {
  3952. "query_path": {
  3953. "path": "/api/admin/store/product/reply/info/{id}",
  3954. "params": []
  3955. },
  3956. "edit_uid": 0,
  3957. "status": "undone",
  3958. "type": "var",
  3959. "req_body_is_json_schema": false,
  3960. "res_body_is_json_schema": true,
  3961. "api_opened": false,
  3962. "index": 0,
  3963. "tag": [],
  3964. "_id": 6576,
  3965. "method": "GET",
  3966. "title": "详情",
  3967. "path": "/api/admin/store/product/reply/info/{id}",
  3968. "req_params": [
  3969. {
  3970. "_id": "5f35e8a0bc7e8e560914f8f6",
  3971. "name": "id",
  3972. "desc": "id"
  3973. }
  3974. ],
  3975. "req_body_form": [],
  3976. "req_headers": [],
  3977. "req_query": [],
  3978. "req_body_type": "raw",
  3979. "res_body_type": "json",
  3980. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"comment\": {\n \"type\": \"string\",\n \"description\": \"评论内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"评论时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"评论ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"0未删除1已删除\"\n },\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"0未回复1已回复\"\n },\n \"merchantReplyContent\": {\n \"type\": \"string\",\n \"description\": \"管理员回复内容\"\n },\n \"merchantReplyTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员回复时间\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户名称\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"pics\": {\n \"type\": \"string\",\n \"description\": \"评论图片\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品id\"\n },\n \"productScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品分数\"\n },\n \"replyType\": {\n \"type\": \"string\",\n \"description\": \"某种商品类型(普通商品、秒杀商品)\"\n },\n \"serviceScore\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"服务分数\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户ID\"\n },\n \"unique\": {\n \"type\": \"string\",\n \"description\": \"商品 属性id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreProductReply对象\",\n \"description\": \"评论表\",\n \"$$ref\": \"#/definitions/StoreProductReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreProductReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreProductReply对象»\"\n}",
  3981. "project_id": 52,
  3982. "catid": 4181,
  3983. "uid": 93,
  3984. "add_time": 1597368480,
  3985. "up_time": 1597368480,
  3986. "__v": 0
  3987. }
  3988. ]
  3989. },
  3990. {
  3991. "index": 0,
  3992. "name": "城市管理",
  3993. "desc": "System City Controller",
  3994. "add_time": 1597368468,
  3995. "up_time": 1597368468,
  3996. "list": [
  3997. {
  3998. "query_path": {
  3999. "path": "/api/admin/system/city/update",
  4000. "params": []
  4001. },
  4002. "edit_uid": 0,
  4003. "status": "undone",
  4004. "type": "static",
  4005. "req_body_is_json_schema": true,
  4006. "res_body_is_json_schema": true,
  4007. "api_opened": false,
  4008. "index": 0,
  4009. "tag": [],
  4010. "_id": 6646,
  4011. "method": "POST",
  4012. "title": "修改",
  4013. "path": "/api/admin/system/city/update",
  4014. "req_params": [],
  4015. "req_body_form": [],
  4016. "req_headers": [
  4017. {
  4018. "required": "1",
  4019. "_id": "5f35e8a3bc7e8e560914f950",
  4020. "name": "Content-Type",
  4021. "value": "application/json"
  4022. }
  4023. ],
  4024. "req_query": [
  4025. {
  4026. "required": "1",
  4027. "_id": "5f35e8a3bc7e8e560914f953",
  4028. "name": "id",
  4029. "desc": "id"
  4030. },
  4031. {
  4032. "required": "0",
  4033. "_id": "5f35e8a3bc7e8e560914f952",
  4034. "name": "name",
  4035. "desc": "名称"
  4036. },
  4037. {
  4038. "required": "1",
  4039. "_id": "5f35e8a3bc7e8e560914f951",
  4040. "name": "parentId",
  4041. "desc": "父级id"
  4042. }
  4043. ],
  4044. "req_body_type": "json",
  4045. "res_body_type": "json",
  4046. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4047. "project_id": 52,
  4048. "catid": 4190,
  4049. "uid": 93,
  4050. "add_time": 1597368483,
  4051. "up_time": 1597368483,
  4052. "__v": 0
  4053. },
  4054. {
  4055. "query_path": {
  4056. "path": "/api/admin/system/city/update/status",
  4057. "params": []
  4058. },
  4059. "edit_uid": 0,
  4060. "status": "undone",
  4061. "type": "static",
  4062. "req_body_is_json_schema": true,
  4063. "res_body_is_json_schema": true,
  4064. "api_opened": false,
  4065. "index": 0,
  4066. "tag": [],
  4067. "_id": 6648,
  4068. "method": "POST",
  4069. "title": "修改状态",
  4070. "path": "/api/admin/system/city/update/status",
  4071. "req_params": [],
  4072. "req_body_form": [],
  4073. "req_headers": [
  4074. {
  4075. "required": "1",
  4076. "_id": "5f35e8a3bc7e8e560914f954",
  4077. "name": "Content-Type",
  4078. "value": "application/json"
  4079. }
  4080. ],
  4081. "req_query": [
  4082. {
  4083. "required": "1",
  4084. "_id": "5f35e8a3bc7e8e560914f956",
  4085. "name": "id",
  4086. "desc": "id"
  4087. },
  4088. {
  4089. "required": "1",
  4090. "_id": "5f35e8a3bc7e8e560914f955",
  4091. "name": "status",
  4092. "desc": "status"
  4093. }
  4094. ],
  4095. "req_body_type": "json",
  4096. "res_body_type": "json",
  4097. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4098. "project_id": 52,
  4099. "catid": 4190,
  4100. "uid": 93,
  4101. "add_time": 1597368483,
  4102. "up_time": 1597368483,
  4103. "__v": 0
  4104. },
  4105. {
  4106. "query_path": {
  4107. "path": "/api/admin/system/city/list",
  4108. "params": []
  4109. },
  4110. "edit_uid": 0,
  4111. "status": "undone",
  4112. "type": "static",
  4113. "req_body_is_json_schema": false,
  4114. "res_body_is_json_schema": true,
  4115. "api_opened": false,
  4116. "index": 0,
  4117. "tag": [],
  4118. "_id": 6642,
  4119. "method": "GET",
  4120. "title": "分页列表",
  4121. "path": "/api/admin/system/city/list",
  4122. "req_params": [],
  4123. "req_body_form": [],
  4124. "req_headers": [],
  4125. "req_query": [
  4126. {
  4127. "required": "1",
  4128. "_id": "5f35e8a3bc7e8e560914f94f",
  4129. "name": "parentId",
  4130. "desc": "父级id"
  4131. }
  4132. ],
  4133. "req_body_type": "raw",
  4134. "res_body_type": "json",
  4135. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  4136. "project_id": 52,
  4137. "catid": 4190,
  4138. "uid": 93,
  4139. "add_time": 1597368483,
  4140. "up_time": 1597368483,
  4141. "__v": 0
  4142. },
  4143. {
  4144. "query_path": {
  4145. "path": "/api/admin/system/city/list/tree",
  4146. "params": []
  4147. },
  4148. "edit_uid": 0,
  4149. "status": "undone",
  4150. "type": "static",
  4151. "req_body_is_json_schema": false,
  4152. "res_body_is_json_schema": true,
  4153. "api_opened": false,
  4154. "index": 0,
  4155. "tag": [],
  4156. "_id": 6644,
  4157. "method": "GET",
  4158. "title": "获取tree结构的列表",
  4159. "path": "/api/admin/system/city/list/tree",
  4160. "req_params": [],
  4161. "req_body_form": [],
  4162. "req_headers": [],
  4163. "req_query": [],
  4164. "req_body_type": "raw",
  4165. "res_body_type": "json",
  4166. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  4167. "project_id": 52,
  4168. "catid": 4190,
  4169. "uid": 93,
  4170. "add_time": 1597368483,
  4171. "up_time": 1597368483,
  4172. "__v": 0
  4173. },
  4174. {
  4175. "query_path": {
  4176. "path": "/api/admin/system/city/info",
  4177. "params": []
  4178. },
  4179. "edit_uid": 0,
  4180. "status": "undone",
  4181. "type": "static",
  4182. "req_body_is_json_schema": false,
  4183. "res_body_is_json_schema": true,
  4184. "api_opened": false,
  4185. "index": 0,
  4186. "tag": [],
  4187. "_id": 6640,
  4188. "method": "GET",
  4189. "title": "详情",
  4190. "path": "/api/admin/system/city/info",
  4191. "req_params": [],
  4192. "req_body_form": [],
  4193. "req_headers": [],
  4194. "req_query": [
  4195. {
  4196. "required": "1",
  4197. "_id": "5f35e8a3bc7e8e560914f94e",
  4198. "name": "id",
  4199. "desc": "id"
  4200. }
  4201. ],
  4202. "req_body_type": "raw",
  4203. "res_body_type": "json",
  4204. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"areaCode\": {\n \"type\": \"string\",\n \"description\": \"区号\"\n },\n \"cityId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"城市id\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示\"\n },\n \"lat\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"省市级别\"\n },\n \"lng\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"mergerName\": {\n \"type\": \"string\",\n \"description\": \"合并名称\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"名称\"\n },\n \"parentId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemCity对象\",\n \"description\": \"城市表\",\n \"$$ref\": \"#/definitions/SystemCity对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemCity对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemCity对象»\"\n}",
  4205. "project_id": 52,
  4206. "catid": 4190,
  4207. "uid": 93,
  4208. "add_time": 1597368483,
  4209. "up_time": 1597368483,
  4210. "__v": 0
  4211. }
  4212. ]
  4213. },
  4214. {
  4215. "index": 0,
  4216. "name": "客服用户对话记录表",
  4217. "desc": "Store Service Log Controller",
  4218. "add_time": 1597368468,
  4219. "up_time": 1597368468,
  4220. "list": [
  4221. {
  4222. "query_path": {
  4223. "path": "/api/admin/store-service-log/list",
  4224. "params": []
  4225. },
  4226. "edit_uid": 0,
  4227. "status": "undone",
  4228. "type": "static",
  4229. "req_body_is_json_schema": false,
  4230. "res_body_is_json_schema": true,
  4231. "api_opened": false,
  4232. "index": 0,
  4233. "tag": [],
  4234. "_id": 6518,
  4235. "method": "GET",
  4236. "title": "分页列表",
  4237. "path": "/api/admin/store-service-log/list",
  4238. "req_params": [],
  4239. "req_body_form": [],
  4240. "req_headers": [],
  4241. "req_query": [
  4242. {
  4243. "required": "0",
  4244. "_id": "5f35e89ebc7e8e560914f8ad",
  4245. "name": "limit",
  4246. "desc": "每页数量"
  4247. },
  4248. {
  4249. "required": "0",
  4250. "_id": "5f35e89ebc7e8e560914f8ac",
  4251. "name": "page",
  4252. "desc": "页码"
  4253. },
  4254. {
  4255. "required": "0",
  4256. "_id": "5f35e89ebc7e8e560914f8ab",
  4257. "name": "toUid",
  4258. "desc": "接收人uid"
  4259. },
  4260. {
  4261. "required": "0",
  4262. "_id": "5f35e89ebc7e8e560914f8aa",
  4263. "name": "uid",
  4264. "desc": "发送人uid"
  4265. }
  4266. ],
  4267. "req_body_type": "raw",
  4268. "res_body_type": "json",
  4269. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服用户对话记录表ID\"\n },\n \"msn\": {\n \"type\": \"string\",\n \"description\": \"消息内容\"\n },\n \"msnType\": {\n \"type\": \"boolean\",\n \"description\": \"消息类型 1=文字 2=表情 3=图片 4=语音\"\n },\n \"remind\": {\n \"type\": \"boolean\",\n \"description\": \"是否提醒过\"\n },\n \"toUid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"接收人uid\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"是否已读(0:否;1:是;)\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发送人uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreServiceLog对象\",\n \"description\": \"客服用户对话记录表\",\n \"$$ref\": \"#/definitions/StoreServiceLog对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreServiceLog对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreServiceLog对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreServiceLog对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreServiceLog对象»»\"\n}",
  4270. "project_id": 52,
  4271. "catid": 4199,
  4272. "uid": 93,
  4273. "add_time": 1597368478,
  4274. "up_time": 1597368478,
  4275. "__v": 0
  4276. }
  4277. ]
  4278. },
  4279. {
  4280. "index": 0,
  4281. "name": "客服表",
  4282. "desc": "Store Service Controller",
  4283. "add_time": 1597368468,
  4284. "up_time": 1597368468,
  4285. "list": [
  4286. {
  4287. "query_path": {
  4288. "path": "/api/admin/store-service/update",
  4289. "params": []
  4290. },
  4291. "edit_uid": 0,
  4292. "status": "undone",
  4293. "type": "static",
  4294. "req_body_is_json_schema": true,
  4295. "res_body_is_json_schema": true,
  4296. "api_opened": false,
  4297. "index": 0,
  4298. "tag": [],
  4299. "_id": 6528,
  4300. "method": "POST",
  4301. "title": "修改",
  4302. "path": "/api/admin/store-service/update",
  4303. "req_params": [],
  4304. "req_body_form": [],
  4305. "req_headers": [
  4306. {
  4307. "required": "1",
  4308. "_id": "5f35e89fbc7e8e560914f8b3",
  4309. "name": "Content-Type",
  4310. "value": "application/json"
  4311. }
  4312. ],
  4313. "req_query": [
  4314. {
  4315. "required": "1",
  4316. "_id": "5f35e89fbc7e8e560914f8b4",
  4317. "name": "id",
  4318. "desc": "id"
  4319. }
  4320. ],
  4321. "req_body_type": "json",
  4322. "res_body_type": "json",
  4323. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4324. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n}",
  4325. "project_id": 52,
  4326. "catid": 4208,
  4327. "uid": 93,
  4328. "add_time": 1597368479,
  4329. "up_time": 1597368479,
  4330. "__v": 0
  4331. },
  4332. {
  4333. "query_path": {
  4334. "path": "/api/admin/store-service/list",
  4335. "params": []
  4336. },
  4337. "edit_uid": 0,
  4338. "status": "undone",
  4339. "type": "static",
  4340. "req_body_is_json_schema": false,
  4341. "res_body_is_json_schema": true,
  4342. "api_opened": false,
  4343. "index": 0,
  4344. "tag": [],
  4345. "_id": 6524,
  4346. "method": "GET",
  4347. "title": "分页列表",
  4348. "path": "/api/admin/store-service/list",
  4349. "req_params": [],
  4350. "req_body_form": [],
  4351. "req_headers": [],
  4352. "req_query": [
  4353. {
  4354. "required": "0",
  4355. "_id": "5f35e89fbc7e8e560914f8b1",
  4356. "name": "limit",
  4357. "desc": "每页数量"
  4358. },
  4359. {
  4360. "required": "0",
  4361. "_id": "5f35e89fbc7e8e560914f8b0",
  4362. "name": "page",
  4363. "desc": "页码"
  4364. }
  4365. ],
  4366. "req_body_type": "raw",
  4367. "res_body_type": "json",
  4368. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreService对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreService对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreService对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreService对象»»\"\n}",
  4369. "project_id": 52,
  4370. "catid": 4208,
  4371. "uid": 93,
  4372. "add_time": 1597368479,
  4373. "up_time": 1597368479,
  4374. "__v": 0
  4375. },
  4376. {
  4377. "query_path": {
  4378. "path": "/api/admin/store-service/delete",
  4379. "params": []
  4380. },
  4381. "edit_uid": 0,
  4382. "status": "undone",
  4383. "type": "static",
  4384. "req_body_is_json_schema": false,
  4385. "res_body_is_json_schema": true,
  4386. "api_opened": false,
  4387. "index": 0,
  4388. "tag": [],
  4389. "_id": 6520,
  4390. "method": "GET",
  4391. "title": "删除",
  4392. "path": "/api/admin/store-service/delete",
  4393. "req_params": [],
  4394. "req_body_form": [],
  4395. "req_headers": [],
  4396. "req_query": [
  4397. {
  4398. "required": "1",
  4399. "_id": "5f35e89ebc7e8e560914f8ae",
  4400. "name": "id",
  4401. "desc": "id"
  4402. }
  4403. ],
  4404. "req_body_type": "raw",
  4405. "res_body_type": "json",
  4406. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4407. "project_id": 52,
  4408. "catid": 4208,
  4409. "uid": 93,
  4410. "add_time": 1597368478,
  4411. "up_time": 1597368478,
  4412. "__v": 0
  4413. },
  4414. {
  4415. "query_path": {
  4416. "path": "/api/admin/store-service/save",
  4417. "params": []
  4418. },
  4419. "edit_uid": 0,
  4420. "status": "undone",
  4421. "type": "static",
  4422. "req_body_is_json_schema": true,
  4423. "res_body_is_json_schema": true,
  4424. "api_opened": false,
  4425. "index": 0,
  4426. "tag": [],
  4427. "_id": 6526,
  4428. "method": "POST",
  4429. "title": "新增",
  4430. "path": "/api/admin/store-service/save",
  4431. "req_params": [],
  4432. "req_body_form": [],
  4433. "req_headers": [
  4434. {
  4435. "required": "1",
  4436. "_id": "5f35e89fbc7e8e560914f8b2",
  4437. "name": "Content-Type",
  4438. "value": "application/json"
  4439. }
  4440. ],
  4441. "req_query": [],
  4442. "req_body_type": "json",
  4443. "res_body_type": "json",
  4444. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4445. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n}",
  4446. "project_id": 52,
  4447. "catid": 4208,
  4448. "uid": 93,
  4449. "add_time": 1597368479,
  4450. "up_time": 1597368479,
  4451. "__v": 0
  4452. },
  4453. {
  4454. "query_path": {
  4455. "path": "/api/admin/store-service/info",
  4456. "params": []
  4457. },
  4458. "edit_uid": 0,
  4459. "status": "undone",
  4460. "type": "static",
  4461. "req_body_is_json_schema": false,
  4462. "res_body_is_json_schema": true,
  4463. "api_opened": false,
  4464. "index": 0,
  4465. "tag": [],
  4466. "_id": 6522,
  4467. "method": "GET",
  4468. "title": "详情",
  4469. "path": "/api/admin/store-service/info",
  4470. "req_params": [],
  4471. "req_body_form": [],
  4472. "req_headers": [],
  4473. "req_query": [
  4474. {
  4475. "required": "1",
  4476. "_id": "5f35e89ebc7e8e560914f8af",
  4477. "name": "id",
  4478. "desc": "id"
  4479. }
  4480. ],
  4481. "req_body_type": "raw",
  4482. "res_body_type": "json",
  4483. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"客服头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"customer\": {\n \"type\": \"boolean\",\n \"description\": \"是否展示统计管理\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服id\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"代理名称\"\n },\n \"notify\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单通知1开启0关闭\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0隐藏1显示\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"客服uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"StoreService对象\",\n \"description\": \"客服表\",\n \"$$ref\": \"#/definitions/StoreService对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreService对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreService对象»\"\n}",
  4484. "project_id": 52,
  4485. "catid": 4208,
  4486. "uid": 93,
  4487. "add_time": 1597368478,
  4488. "up_time": 1597368478,
  4489. "__v": 0
  4490. }
  4491. ]
  4492. },
  4493. {
  4494. "index": 0,
  4495. "name": "导出 -- Excel",
  4496. "desc": "Excel Controller",
  4497. "add_time": 1597368469,
  4498. "up_time": 1597368469,
  4499. "list": [
  4500. {
  4501. "query_path": {
  4502. "path": "/api/admin/export/excel/product",
  4503. "params": []
  4504. },
  4505. "edit_uid": 0,
  4506. "status": "undone",
  4507. "type": "static",
  4508. "req_body_is_json_schema": false,
  4509. "res_body_is_json_schema": false,
  4510. "api_opened": false,
  4511. "index": 0,
  4512. "tag": [],
  4513. "_id": 6410,
  4514. "method": "GET",
  4515. "title": "产品",
  4516. "path": "/api/admin/export/excel/product",
  4517. "req_params": [],
  4518. "req_body_form": [],
  4519. "req_headers": [],
  4520. "req_query": [
  4521. {
  4522. "required": "0",
  4523. "_id": "5f35e898bc7e8e560914f824",
  4524. "name": "cateId",
  4525. "desc": "分类ID, 多个逗号分隔"
  4526. },
  4527. {
  4528. "required": "0",
  4529. "_id": "5f35e898bc7e8e560914f823",
  4530. "name": "isBenefit",
  4531. "desc": "是否优惠"
  4532. },
  4533. {
  4534. "required": "0",
  4535. "_id": "5f35e898bc7e8e560914f822",
  4536. "name": "isBest",
  4537. "desc": "是否精品"
  4538. },
  4539. {
  4540. "required": "0",
  4541. "_id": "5f35e898bc7e8e560914f821",
  4542. "name": "isGood",
  4543. "desc": "是否推荐"
  4544. },
  4545. {
  4546. "required": "0",
  4547. "_id": "5f35e898bc7e8e560914f820",
  4548. "name": "isHot",
  4549. "desc": "是否热卖"
  4550. },
  4551. {
  4552. "required": "0",
  4553. "_id": "5f35e898bc7e8e560914f81f",
  4554. "name": "isNew",
  4555. "desc": "是否新品"
  4556. },
  4557. {
  4558. "required": "0",
  4559. "_id": "5f35e898bc7e8e560914f81e",
  4560. "name": "isShow",
  4561. "desc": "状态(0:未上架,1:上架)"
  4562. },
  4563. {
  4564. "required": "0",
  4565. "_id": "5f35e898bc7e8e560914f81d",
  4566. "name": "keywords",
  4567. "desc": "关键字搜索, 支持(商品名称, 商品简介, 关键字, 商品条码)"
  4568. },
  4569. {
  4570. "required": "0",
  4571. "_id": "5f35e898bc7e8e560914f81c",
  4572. "name": "type",
  4573. "desc": "类型(1:出售中(已上架),2:仓库中(未上架),3:已售罄,4:警戒库存,5:回收站)"
  4574. }
  4575. ],
  4576. "req_body_type": "raw",
  4577. "res_body_type": "raw",
  4578. "res_body": "OK",
  4579. "project_id": 52,
  4580. "catid": 4217,
  4581. "uid": 93,
  4582. "add_time": 1597368472,
  4583. "up_time": 1597368472,
  4584. "__v": 0
  4585. }
  4586. ]
  4587. },
  4588. {
  4589. "index": 0,
  4590. "name": "微信 -- 消息模版",
  4591. "desc": "Template Message Controller",
  4592. "add_time": 1597368469,
  4593. "up_time": 1597368469,
  4594. "list": [
  4595. {
  4596. "query_path": {
  4597. "path": "/api/admin/wechat/template/update/status/{id}",
  4598. "params": []
  4599. },
  4600. "edit_uid": 0,
  4601. "status": "undone",
  4602. "type": "var",
  4603. "req_body_is_json_schema": true,
  4604. "res_body_is_json_schema": true,
  4605. "api_opened": false,
  4606. "index": 0,
  4607. "tag": [],
  4608. "_id": 6922,
  4609. "method": "POST",
  4610. "title": "修改",
  4611. "path": "/api/admin/wechat/template/update/status/{id}",
  4612. "req_params": [
  4613. {
  4614. "_id": "5f35e8afbc7e8e560914fb16",
  4615. "name": "id",
  4616. "desc": "id"
  4617. }
  4618. ],
  4619. "req_body_form": [],
  4620. "req_headers": [
  4621. {
  4622. "required": "1",
  4623. "_id": "5f35e8afbc7e8e560914fb17",
  4624. "name": "Content-Type",
  4625. "value": "application/json"
  4626. }
  4627. ],
  4628. "req_query": [
  4629. {
  4630. "required": "1",
  4631. "_id": "5f35e8afbc7e8e560914fb18",
  4632. "name": "status",
  4633. "desc": "status"
  4634. }
  4635. ],
  4636. "req_body_type": "json",
  4637. "res_body_type": "json",
  4638. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4639. "project_id": 52,
  4640. "catid": 4226,
  4641. "uid": 93,
  4642. "add_time": 1597368495,
  4643. "up_time": 1597368495,
  4644. "__v": 0
  4645. },
  4646. {
  4647. "query_path": {
  4648. "path": "/api/admin/wechat/template/update/{id}",
  4649. "params": []
  4650. },
  4651. "edit_uid": 0,
  4652. "status": "undone",
  4653. "type": "var",
  4654. "req_body_is_json_schema": true,
  4655. "res_body_is_json_schema": true,
  4656. "api_opened": false,
  4657. "index": 0,
  4658. "tag": [],
  4659. "_id": 6924,
  4660. "method": "POST",
  4661. "title": "修改",
  4662. "path": "/api/admin/wechat/template/update/{id}",
  4663. "req_params": [
  4664. {
  4665. "_id": "5f35e8afbc7e8e560914fb19",
  4666. "name": "id",
  4667. "desc": "id"
  4668. }
  4669. ],
  4670. "req_body_form": [],
  4671. "req_headers": [
  4672. {
  4673. "required": "1",
  4674. "_id": "5f35e8afbc7e8e560914fb1a",
  4675. "name": "Content-Type",
  4676. "value": "application/json"
  4677. }
  4678. ],
  4679. "req_query": [],
  4680. "req_body_type": "json",
  4681. "res_body_type": "json",
  4682. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4683. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n }\n },\n \"title\": \"TemplateMessageRequest对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessageRequest对象\"\n}",
  4684. "project_id": 52,
  4685. "catid": 4226,
  4686. "uid": 93,
  4687. "add_time": 1597368495,
  4688. "up_time": 1597368495,
  4689. "__v": 0
  4690. },
  4691. {
  4692. "query_path": {
  4693. "path": "/api/admin/wechat/template/list",
  4694. "params": []
  4695. },
  4696. "edit_uid": 0,
  4697. "status": "undone",
  4698. "type": "static",
  4699. "req_body_is_json_schema": false,
  4700. "res_body_is_json_schema": true,
  4701. "api_opened": false,
  4702. "index": 0,
  4703. "tag": [],
  4704. "_id": 6918,
  4705. "method": "GET",
  4706. "title": "分页列表",
  4707. "path": "/api/admin/wechat/template/list",
  4708. "req_params": [],
  4709. "req_body_form": [],
  4710. "req_headers": [],
  4711. "req_query": [
  4712. {
  4713. "required": "0",
  4714. "_id": "5f35e8afbc7e8e560914fb14",
  4715. "name": "limit",
  4716. "desc": "每页数量"
  4717. },
  4718. {
  4719. "required": "0",
  4720. "_id": "5f35e8afbc7e8e560914fb13",
  4721. "name": "name",
  4722. "desc": "模板名"
  4723. },
  4724. {
  4725. "required": "0",
  4726. "_id": "5f35e8afbc7e8e560914fb12",
  4727. "name": "page",
  4728. "desc": "页码"
  4729. },
  4730. {
  4731. "required": "0",
  4732. "_id": "5f35e8afbc7e8e560914fb11",
  4733. "name": "status",
  4734. "desc": "状态, 0 正常,1 禁用"
  4735. },
  4736. {
  4737. "required": "0",
  4738. "_id": "5f35e8afbc7e8e560914fb10",
  4739. "name": "tempId",
  4740. "desc": "模板ID"
  4741. },
  4742. {
  4743. "required": "0",
  4744. "_id": "5f35e8afbc7e8e560914fb0f",
  4745. "name": "tempKey",
  4746. "desc": "模板编号"
  4747. },
  4748. {
  4749. "required": "0",
  4750. "_id": "5f35e8afbc7e8e560914fb0e",
  4751. "name": "type",
  4752. "desc": "类型, 0 订阅消息, 1 模板消息"
  4753. }
  4754. ],
  4755. "req_body_type": "raw",
  4756. "res_body_type": "json",
  4757. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"模板id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"TemplateMessage对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessage对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«TemplateMessage对象»\",\n \"$$ref\": \"#/definitions/CommonPage«TemplateMessage对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«TemplateMessage对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«TemplateMessage对象»»\"\n}",
  4758. "project_id": 52,
  4759. "catid": 4226,
  4760. "uid": 93,
  4761. "add_time": 1597368495,
  4762. "up_time": 1597368495,
  4763. "__v": 0
  4764. },
  4765. {
  4766. "query_path": {
  4767. "path": "/api/admin/wechat/template/delete/{id}",
  4768. "params": []
  4769. },
  4770. "edit_uid": 0,
  4771. "status": "undone",
  4772. "type": "var",
  4773. "req_body_is_json_schema": false,
  4774. "res_body_is_json_schema": true,
  4775. "api_opened": false,
  4776. "index": 0,
  4777. "tag": [],
  4778. "_id": 6912,
  4779. "method": "GET",
  4780. "title": "删除",
  4781. "path": "/api/admin/wechat/template/delete/{id}",
  4782. "req_params": [
  4783. {
  4784. "_id": "5f35e8afbc7e8e560914fb0c",
  4785. "name": "id",
  4786. "desc": "id"
  4787. }
  4788. ],
  4789. "req_body_form": [],
  4790. "req_headers": [],
  4791. "req_query": [],
  4792. "req_body_type": "raw",
  4793. "res_body_type": "json",
  4794. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4795. "project_id": 52,
  4796. "catid": 4226,
  4797. "uid": 93,
  4798. "add_time": 1597368495,
  4799. "up_time": 1597368495,
  4800. "__v": 0
  4801. },
  4802. {
  4803. "query_path": {
  4804. "path": "/api/admin/wechat/template/save",
  4805. "params": []
  4806. },
  4807. "edit_uid": 0,
  4808. "status": "undone",
  4809. "type": "static",
  4810. "req_body_is_json_schema": true,
  4811. "res_body_is_json_schema": true,
  4812. "api_opened": false,
  4813. "index": 0,
  4814. "tag": [],
  4815. "_id": 6920,
  4816. "method": "POST",
  4817. "title": "新增",
  4818. "path": "/api/admin/wechat/template/save",
  4819. "req_params": [],
  4820. "req_body_form": [],
  4821. "req_headers": [
  4822. {
  4823. "required": "1",
  4824. "_id": "5f35e8afbc7e8e560914fb15",
  4825. "name": "Content-Type",
  4826. "value": "application/json"
  4827. }
  4828. ],
  4829. "req_query": [],
  4830. "req_body_type": "json",
  4831. "res_body_type": "json",
  4832. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4833. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n }\n },\n \"title\": \"TemplateMessageRequest对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessageRequest对象\"\n}",
  4834. "project_id": 52,
  4835. "catid": 4226,
  4836. "uid": 93,
  4837. "add_time": 1597368495,
  4838. "up_time": 1597368495,
  4839. "__v": 0
  4840. },
  4841. {
  4842. "query_path": {
  4843. "path": "/api/admin/wechat/template/industry",
  4844. "params": []
  4845. },
  4846. "edit_uid": 0,
  4847. "status": "undone",
  4848. "type": "static",
  4849. "req_body_is_json_schema": false,
  4850. "res_body_is_json_schema": true,
  4851. "api_opened": false,
  4852. "index": 0,
  4853. "tag": [],
  4854. "_id": 6914,
  4855. "method": "GET",
  4856. "title": "行业信息",
  4857. "path": "/api/admin/wechat/template/industry",
  4858. "req_params": [],
  4859. "req_body_form": [],
  4860. "req_headers": [],
  4861. "req_query": [],
  4862. "req_body_type": "raw",
  4863. "res_body_type": "json",
  4864. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"primaryIndustry\": {\n \"type\": \"object\",\n \"properties\": {\n \"firstClass\": {\n \"type\": \"string\",\n \"description\": \"主行业\"\n },\n \"secondClass\": {\n \"type\": \"string\",\n \"description\": \"副行业\"\n }\n },\n \"title\": \"TemplateMessageIndustryItemVo对象\",\n \"description\": \"微信模板所属行业详情\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryItemVo对象\"\n },\n \"secondaryIndustry\": {\n \"type\": \"object\",\n \"properties\": {\n \"firstClass\": {\n \"type\": \"string\",\n \"description\": \"主行业\"\n },\n \"secondClass\": {\n \"type\": \"string\",\n \"description\": \"副行业\"\n }\n },\n \"title\": \"TemplateMessageIndustryItemVo对象\",\n \"description\": \"微信模板所属行业详情\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryItemVo对象\"\n }\n },\n \"title\": \"TemplateMessageIndustryVo对象\",\n \"description\": \"微信模板所属行业\",\n \"$$ref\": \"#/definitions/TemplateMessageIndustryVo对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«TemplateMessageIndustryVo对象»\",\n \"$$ref\": \"#/definitions/CommonResult«TemplateMessageIndustryVo对象»\"\n}",
  4865. "project_id": 52,
  4866. "catid": 4226,
  4867. "uid": 93,
  4868. "add_time": 1597368495,
  4869. "up_time": 1597368495,
  4870. "__v": 0
  4871. },
  4872. {
  4873. "query_path": {
  4874. "path": "/api/admin/wechat/template/info/{id}",
  4875. "params": []
  4876. },
  4877. "edit_uid": 0,
  4878. "status": "undone",
  4879. "type": "var",
  4880. "req_body_is_json_schema": false,
  4881. "res_body_is_json_schema": true,
  4882. "api_opened": false,
  4883. "index": 0,
  4884. "tag": [],
  4885. "_id": 6916,
  4886. "method": "GET",
  4887. "title": "详情",
  4888. "path": "/api/admin/wechat/template/info/{id}",
  4889. "req_params": [
  4890. {
  4891. "_id": "5f35e8afbc7e8e560914fb0d",
  4892. "name": "id",
  4893. "desc": "id"
  4894. }
  4895. ],
  4896. "req_body_form": [],
  4897. "req_headers": [],
  4898. "req_query": [],
  4899. "req_body_type": "raw",
  4900. "res_body_type": "json",
  4901. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"回复内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"添加时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"模板id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"tempId\": {\n \"type\": \"string\",\n \"description\": \"模板ID\"\n },\n \"tempKey\": {\n \"type\": \"string\",\n \"description\": \"模板编号\"\n },\n \"type\": {\n \"type\": \"boolean\",\n \"description\": \"0=订阅消息,1=微信模板消息\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"TemplateMessage对象\",\n \"description\": \"微信模板\",\n \"$$ref\": \"#/definitions/TemplateMessage对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«TemplateMessage对象»\",\n \"$$ref\": \"#/definitions/CommonResult«TemplateMessage对象»\"\n}",
  4902. "project_id": 52,
  4903. "catid": 4226,
  4904. "uid": 93,
  4905. "add_time": 1597368495,
  4906. "up_time": 1597368495,
  4907. "__v": 0
  4908. }
  4909. ]
  4910. },
  4911. {
  4912. "index": 0,
  4913. "name": "微信开放平台 -- 小程序access_token",
  4914. "desc": "Routine Access Token Controller",
  4915. "add_time": 1597368469,
  4916. "up_time": 1597368469,
  4917. "list": [
  4918. {
  4919. "query_path": {
  4920. "path": "/api/admin/wechat/routine/access/token/update",
  4921. "params": []
  4922. },
  4923. "edit_uid": 0,
  4924. "status": "undone",
  4925. "type": "static",
  4926. "req_body_is_json_schema": true,
  4927. "res_body_is_json_schema": true,
  4928. "api_opened": false,
  4929. "index": 0,
  4930. "tag": [],
  4931. "_id": 6890,
  4932. "method": "POST",
  4933. "title": "修改",
  4934. "path": "/api/admin/wechat/routine/access/token/update",
  4935. "req_params": [],
  4936. "req_body_form": [],
  4937. "req_headers": [
  4938. {
  4939. "required": "1",
  4940. "_id": "5f35e8aebc7e8e560914fadd",
  4941. "name": "Content-Type",
  4942. "value": "application/json"
  4943. }
  4944. ],
  4945. "req_query": [
  4946. {
  4947. "required": "0",
  4948. "_id": "5f35e8aebc7e8e560914fae0",
  4949. "name": "accessToken",
  4950. "desc": "openid"
  4951. },
  4952. {
  4953. "required": "1",
  4954. "_id": "5f35e8aebc7e8e560914fadf",
  4955. "name": "id",
  4956. "desc": "id"
  4957. },
  4958. {
  4959. "required": "0",
  4960. "_id": "5f35e8aebc7e8e560914fade",
  4961. "name": "stopTime",
  4962. "desc": "添加时间"
  4963. }
  4964. ],
  4965. "req_body_type": "json",
  4966. "res_body_type": "json",
  4967. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  4968. "project_id": 52,
  4969. "catid": 4235,
  4970. "uid": 93,
  4971. "add_time": 1597368494,
  4972. "up_time": 1597368494,
  4973. "__v": 0
  4974. },
  4975. {
  4976. "query_path": {
  4977. "path": "/api/admin/wechat/routine/access/token/list",
  4978. "params": []
  4979. },
  4980. "edit_uid": 0,
  4981. "status": "undone",
  4982. "type": "static",
  4983. "req_body_is_json_schema": false,
  4984. "res_body_is_json_schema": true,
  4985. "api_opened": false,
  4986. "index": 0,
  4987. "tag": [],
  4988. "_id": 6886,
  4989. "method": "GET",
  4990. "title": "分页列表",
  4991. "path": "/api/admin/wechat/routine/access/token/list",
  4992. "req_params": [],
  4993. "req_body_form": [],
  4994. "req_headers": [],
  4995. "req_query": [
  4996. {
  4997. "required": "0",
  4998. "_id": "5f35e8aebc7e8e560914fad9",
  4999. "name": "accessToken",
  5000. "desc": "openid"
  5001. },
  5002. {
  5003. "required": "0",
  5004. "_id": "5f35e8aebc7e8e560914fad8",
  5005. "name": "limit",
  5006. "desc": "每页数量"
  5007. },
  5008. {
  5009. "required": "0",
  5010. "_id": "5f35e8aebc7e8e560914fad7",
  5011. "name": "page",
  5012. "desc": "页码"
  5013. }
  5014. ],
  5015. "req_body_type": "raw",
  5016. "res_body_type": "json",
  5017. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"accessToken\": {\n \"type\": \"string\",\n \"description\": \"openid\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"小程序access_token表ID\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineAccessToken对象\",\n \"description\": \"小程序access_token表\",\n \"$$ref\": \"#/definitions/RoutineAccessToken对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineAccessToken对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineAccessToken对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineAccessToken对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineAccessToken对象»»\"\n}",
  5018. "project_id": 52,
  5019. "catid": 4235,
  5020. "uid": 93,
  5021. "add_time": 1597368494,
  5022. "up_time": 1597368494,
  5023. "__v": 0
  5024. },
  5025. {
  5026. "query_path": {
  5027. "path": "/api/admin/wechat/routine/access/token/delete",
  5028. "params": []
  5029. },
  5030. "edit_uid": 0,
  5031. "status": "undone",
  5032. "type": "static",
  5033. "req_body_is_json_schema": false,
  5034. "res_body_is_json_schema": true,
  5035. "api_opened": false,
  5036. "index": 0,
  5037. "tag": [],
  5038. "_id": 6882,
  5039. "method": "GET",
  5040. "title": "删除",
  5041. "path": "/api/admin/wechat/routine/access/token/delete",
  5042. "req_params": [],
  5043. "req_body_form": [],
  5044. "req_headers": [],
  5045. "req_query": [
  5046. {
  5047. "required": "1",
  5048. "_id": "5f35e8adbc7e8e560914fad5",
  5049. "name": "id",
  5050. "desc": "id"
  5051. }
  5052. ],
  5053. "req_body_type": "raw",
  5054. "res_body_type": "json",
  5055. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5056. "project_id": 52,
  5057. "catid": 4235,
  5058. "uid": 93,
  5059. "add_time": 1597368493,
  5060. "up_time": 1597368493,
  5061. "__v": 0
  5062. },
  5063. {
  5064. "query_path": {
  5065. "path": "/api/admin/wechat/routine/access/token/save",
  5066. "params": []
  5067. },
  5068. "edit_uid": 0,
  5069. "status": "undone",
  5070. "type": "static",
  5071. "req_body_is_json_schema": true,
  5072. "res_body_is_json_schema": true,
  5073. "api_opened": false,
  5074. "index": 0,
  5075. "tag": [],
  5076. "_id": 6888,
  5077. "method": "POST",
  5078. "title": "新增",
  5079. "path": "/api/admin/wechat/routine/access/token/save",
  5080. "req_params": [],
  5081. "req_body_form": [],
  5082. "req_headers": [
  5083. {
  5084. "required": "1",
  5085. "_id": "5f35e8aebc7e8e560914fada",
  5086. "name": "Content-Type",
  5087. "value": "application/json"
  5088. }
  5089. ],
  5090. "req_query": [
  5091. {
  5092. "required": "0",
  5093. "_id": "5f35e8aebc7e8e560914fadc",
  5094. "name": "accessToken",
  5095. "desc": "openid"
  5096. },
  5097. {
  5098. "required": "0",
  5099. "_id": "5f35e8aebc7e8e560914fadb",
  5100. "name": "stopTime",
  5101. "desc": "添加时间"
  5102. }
  5103. ],
  5104. "req_body_type": "json",
  5105. "res_body_type": "json",
  5106. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5107. "project_id": 52,
  5108. "catid": 4235,
  5109. "uid": 93,
  5110. "add_time": 1597368494,
  5111. "up_time": 1597368494,
  5112. "__v": 0
  5113. },
  5114. {
  5115. "query_path": {
  5116. "path": "/api/admin/wechat/routine/access/token/info",
  5117. "params": []
  5118. },
  5119. "edit_uid": 0,
  5120. "status": "undone",
  5121. "type": "static",
  5122. "req_body_is_json_schema": false,
  5123. "res_body_is_json_schema": true,
  5124. "api_opened": false,
  5125. "index": 0,
  5126. "tag": [],
  5127. "_id": 6884,
  5128. "method": "GET",
  5129. "title": "详情",
  5130. "path": "/api/admin/wechat/routine/access/token/info",
  5131. "req_params": [],
  5132. "req_body_form": [],
  5133. "req_headers": [],
  5134. "req_query": [
  5135. {
  5136. "required": "1",
  5137. "_id": "5f35e8aebc7e8e560914fad6",
  5138. "name": "id",
  5139. "desc": "id"
  5140. }
  5141. ],
  5142. "req_body_type": "raw",
  5143. "res_body_type": "json",
  5144. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"accessToken\": {\n \"type\": \"string\",\n \"description\": \"openid\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"小程序access_token表ID\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"添加时间\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineAccessToken对象\",\n \"description\": \"小程序access_token表\",\n \"$$ref\": \"#/definitions/RoutineAccessToken对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineAccessToken对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineAccessToken对象»\"\n}",
  5145. "project_id": 52,
  5146. "catid": 4235,
  5147. "uid": 93,
  5148. "add_time": 1597368494,
  5149. "up_time": 1597368494,
  5150. "__v": 0
  5151. }
  5152. ]
  5153. },
  5154. {
  5155. "index": 0,
  5156. "name": "微信开放平台 -- 小程序二维码管理",
  5157. "desc": "Routine Qrcode Controller",
  5158. "add_time": 1597368469,
  5159. "up_time": 1597368469,
  5160. "list": [
  5161. {
  5162. "query_path": {
  5163. "path": "/api/admin/wechat/routine/qrcode/update",
  5164. "params": []
  5165. },
  5166. "edit_uid": 0,
  5167. "status": "undone",
  5168. "type": "static",
  5169. "req_body_is_json_schema": true,
  5170. "res_body_is_json_schema": true,
  5171. "api_opened": false,
  5172. "index": 0,
  5173. "tag": [],
  5174. "_id": 6910,
  5175. "method": "POST",
  5176. "title": "修改",
  5177. "path": "/api/admin/wechat/routine/qrcode/update",
  5178. "req_params": [],
  5179. "req_body_form": [],
  5180. "req_headers": [
  5181. {
  5182. "required": "1",
  5183. "_id": "5f35e8aebc7e8e560914fb05",
  5184. "name": "Content-Type",
  5185. "value": "application/json"
  5186. }
  5187. ],
  5188. "req_query": [
  5189. {
  5190. "required": "1",
  5191. "_id": "5f35e8afbc7e8e560914fb0b",
  5192. "name": "id",
  5193. "desc": "id"
  5194. },
  5195. {
  5196. "required": "0",
  5197. "_id": "5f35e8afbc7e8e560914fb0a",
  5198. "name": "page",
  5199. "desc": "小程序页面路径带参数"
  5200. },
  5201. {
  5202. "required": "0",
  5203. "_id": "5f35e8afbc7e8e560914fb09",
  5204. "name": "qrcodeUrl",
  5205. "desc": "小程序二维码路径"
  5206. },
  5207. {
  5208. "required": "0",
  5209. "_id": "5f35e8afbc7e8e560914fb08",
  5210. "name": "status",
  5211. "desc": "状态 0不可用 1可用"
  5212. },
  5213. {
  5214. "required": "0",
  5215. "_id": "5f35e8afbc7e8e560914fb07",
  5216. "name": "thirdId",
  5217. "desc": "用户id"
  5218. },
  5219. {
  5220. "required": "0",
  5221. "_id": "5f35e8afbc7e8e560914fb06",
  5222. "name": "thirdType",
  5223. "desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
  5224. }
  5225. ],
  5226. "req_body_type": "json",
  5227. "res_body_type": "json",
  5228. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5229. "project_id": 52,
  5230. "catid": 4244,
  5231. "uid": 93,
  5232. "add_time": 1597368494,
  5233. "up_time": 1597368494,
  5234. "__v": 0
  5235. },
  5236. {
  5237. "query_path": {
  5238. "path": "/api/admin/wechat/routine/qrcode/list",
  5239. "params": []
  5240. },
  5241. "edit_uid": 0,
  5242. "status": "undone",
  5243. "type": "static",
  5244. "req_body_is_json_schema": false,
  5245. "res_body_is_json_schema": true,
  5246. "api_opened": false,
  5247. "index": 0,
  5248. "tag": [],
  5249. "_id": 6906,
  5250. "method": "GET",
  5251. "title": "分页列表",
  5252. "path": "/api/admin/wechat/routine/qrcode/list",
  5253. "req_params": [],
  5254. "req_body_form": [],
  5255. "req_headers": [],
  5256. "req_query": [
  5257. {
  5258. "required": "0",
  5259. "_id": "5f35e8aebc7e8e560914fafe",
  5260. "name": "addTime",
  5261. "desc": "添加时间"
  5262. },
  5263. {
  5264. "required": "0",
  5265. "_id": "5f35e8aebc7e8e560914fafd",
  5266. "name": "id",
  5267. "desc": "微信二维码ID"
  5268. },
  5269. {
  5270. "required": "0",
  5271. "_id": "5f35e8aebc7e8e560914fafc",
  5272. "name": "limit",
  5273. "desc": "每页数量"
  5274. },
  5275. {
  5276. "required": "0",
  5277. "_id": "5f35e8aebc7e8e560914fafb",
  5278. "name": "page",
  5279. "desc": "小程序页面路径带参数"
  5280. },
  5281. {
  5282. "required": "0",
  5283. "_id": "5f35e8aebc7e8e560914fafa",
  5284. "name": "page",
  5285. "desc": "页码"
  5286. },
  5287. {
  5288. "required": "0",
  5289. "_id": "5f35e8aebc7e8e560914faf9",
  5290. "name": "qrcodeUrl",
  5291. "desc": "小程序二维码路径"
  5292. },
  5293. {
  5294. "required": "0",
  5295. "_id": "5f35e8aebc7e8e560914faf8",
  5296. "name": "status",
  5297. "desc": "状态 0不可用 1可用"
  5298. },
  5299. {
  5300. "required": "0",
  5301. "_id": "5f35e8aebc7e8e560914faf7",
  5302. "name": "thirdId",
  5303. "desc": "用户id"
  5304. },
  5305. {
  5306. "required": "0",
  5307. "_id": "5f35e8aebc7e8e560914faf6",
  5308. "name": "thirdType",
  5309. "desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
  5310. }
  5311. ],
  5312. "req_body_type": "raw",
  5313. "res_body_type": "json",
  5314. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"小程序页面路径带参数\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"小程序二维码路径\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态 0不可用 1可用\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型 spread(用户推广) product_spread(商品推广)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineQrcode对象\",\n \"description\": \"小程序二维码管理表\",\n \"$$ref\": \"#/definitions/RoutineQrcode对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineQrcode对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineQrcode对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineQrcode对象»»\"\n}",
  5315. "project_id": 52,
  5316. "catid": 4244,
  5317. "uid": 93,
  5318. "add_time": 1597368494,
  5319. "up_time": 1597368494,
  5320. "__v": 0
  5321. },
  5322. {
  5323. "query_path": {
  5324. "path": "/api/admin/wechat/routine/qrcode/delete",
  5325. "params": []
  5326. },
  5327. "edit_uid": 0,
  5328. "status": "undone",
  5329. "type": "static",
  5330. "req_body_is_json_schema": false,
  5331. "res_body_is_json_schema": true,
  5332. "api_opened": false,
  5333. "index": 0,
  5334. "tag": [],
  5335. "_id": 6902,
  5336. "method": "GET",
  5337. "title": "删除",
  5338. "path": "/api/admin/wechat/routine/qrcode/delete",
  5339. "req_params": [],
  5340. "req_body_form": [],
  5341. "req_headers": [],
  5342. "req_query": [
  5343. {
  5344. "required": "1",
  5345. "_id": "5f35e8aebc7e8e560914faf4",
  5346. "name": "id",
  5347. "desc": "id"
  5348. }
  5349. ],
  5350. "req_body_type": "raw",
  5351. "res_body_type": "json",
  5352. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5353. "project_id": 52,
  5354. "catid": 4244,
  5355. "uid": 93,
  5356. "add_time": 1597368494,
  5357. "up_time": 1597368494,
  5358. "__v": 0
  5359. },
  5360. {
  5361. "query_path": {
  5362. "path": "/api/admin/wechat/routine/qrcode/save",
  5363. "params": []
  5364. },
  5365. "edit_uid": 0,
  5366. "status": "undone",
  5367. "type": "static",
  5368. "req_body_is_json_schema": true,
  5369. "res_body_is_json_schema": true,
  5370. "api_opened": false,
  5371. "index": 0,
  5372. "tag": [],
  5373. "_id": 6908,
  5374. "method": "POST",
  5375. "title": "新增",
  5376. "path": "/api/admin/wechat/routine/qrcode/save",
  5377. "req_params": [],
  5378. "req_body_form": [],
  5379. "req_headers": [
  5380. {
  5381. "required": "1",
  5382. "_id": "5f35e8aebc7e8e560914faff",
  5383. "name": "Content-Type",
  5384. "value": "application/json"
  5385. }
  5386. ],
  5387. "req_query": [
  5388. {
  5389. "required": "0",
  5390. "_id": "5f35e8aebc7e8e560914fb04",
  5391. "name": "page",
  5392. "desc": "小程序页面路径带参数"
  5393. },
  5394. {
  5395. "required": "0",
  5396. "_id": "5f35e8aebc7e8e560914fb03",
  5397. "name": "qrcodeUrl",
  5398. "desc": "小程序二维码路径"
  5399. },
  5400. {
  5401. "required": "0",
  5402. "_id": "5f35e8aebc7e8e560914fb02",
  5403. "name": "status",
  5404. "desc": "状态 0不可用 1可用"
  5405. },
  5406. {
  5407. "required": "0",
  5408. "_id": "5f35e8aebc7e8e560914fb01",
  5409. "name": "thirdId",
  5410. "desc": "用户id"
  5411. },
  5412. {
  5413. "required": "0",
  5414. "_id": "5f35e8aebc7e8e560914fb00",
  5415. "name": "thirdType",
  5416. "desc": "二维码类型 spread(用户推广) product_spread(商品推广)"
  5417. }
  5418. ],
  5419. "req_body_type": "json",
  5420. "res_body_type": "json",
  5421. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5422. "project_id": 52,
  5423. "catid": 4244,
  5424. "uid": 93,
  5425. "add_time": 1597368494,
  5426. "up_time": 1597368494,
  5427. "__v": 0
  5428. },
  5429. {
  5430. "query_path": {
  5431. "path": "/api/admin/wechat/routine/qrcode/info",
  5432. "params": []
  5433. },
  5434. "edit_uid": 0,
  5435. "status": "undone",
  5436. "type": "static",
  5437. "req_body_is_json_schema": false,
  5438. "res_body_is_json_schema": true,
  5439. "api_opened": false,
  5440. "index": 0,
  5441. "tag": [],
  5442. "_id": 6904,
  5443. "method": "GET",
  5444. "title": "详情",
  5445. "path": "/api/admin/wechat/routine/qrcode/info",
  5446. "req_params": [],
  5447. "req_body_form": [],
  5448. "req_headers": [],
  5449. "req_query": [
  5450. {
  5451. "required": "1",
  5452. "_id": "5f35e8aebc7e8e560914faf5",
  5453. "name": "id",
  5454. "desc": "id"
  5455. }
  5456. ],
  5457. "req_body_type": "raw",
  5458. "res_body_type": "json",
  5459. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\",\n \"description\": \"添加时间\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"小程序页面路径带参数\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"小程序二维码路径\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态 0不可用 1可用\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型 spread(用户推广) product_spread(商品推广)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineQrcode对象\",\n \"description\": \"小程序二维码管理表\",\n \"$$ref\": \"#/definitions/RoutineQrcode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineQrcode对象»\"\n}",
  5460. "project_id": 52,
  5461. "catid": 4244,
  5462. "uid": 93,
  5463. "add_time": 1597368494,
  5464. "up_time": 1597368494,
  5465. "__v": 0
  5466. }
  5467. ]
  5468. },
  5469. {
  5470. "index": 0,
  5471. "name": "微信开放平台 -- 微信二维码管理",
  5472. "desc": "Wechat Qrcode Controller",
  5473. "add_time": 1597368469,
  5474. "up_time": 1597368469,
  5475. "list": [
  5476. {
  5477. "query_path": {
  5478. "path": "/api/admin/wechat/qrcode/update",
  5479. "params": []
  5480. },
  5481. "edit_uid": 0,
  5482. "status": "undone",
  5483. "type": "static",
  5484. "req_body_is_json_schema": true,
  5485. "res_body_is_json_schema": true,
  5486. "api_opened": false,
  5487. "index": 0,
  5488. "tag": [],
  5489. "_id": 6880,
  5490. "method": "POST",
  5491. "title": "修改",
  5492. "path": "/api/admin/wechat/qrcode/update",
  5493. "req_params": [],
  5494. "req_body_form": [],
  5495. "req_headers": [
  5496. {
  5497. "required": "1",
  5498. "_id": "5f35e8adbc7e8e560914faca",
  5499. "name": "Content-Type",
  5500. "value": "application/json"
  5501. }
  5502. ],
  5503. "req_query": [
  5504. {
  5505. "required": "0",
  5506. "_id": "5f35e8adbc7e8e560914fad4",
  5507. "name": "addTime",
  5508. "desc": "添加时间"
  5509. },
  5510. {
  5511. "required": "0",
  5512. "_id": "5f35e8adbc7e8e560914fad3",
  5513. "name": "expireSeconds",
  5514. "desc": "二维码有效时间"
  5515. },
  5516. {
  5517. "required": "1",
  5518. "_id": "5f35e8adbc7e8e560914fad2",
  5519. "name": "id",
  5520. "desc": "id"
  5521. },
  5522. {
  5523. "required": "0",
  5524. "_id": "5f35e8adbc7e8e560914fad1",
  5525. "name": "qrcodeUrl",
  5526. "desc": "微信二维码url"
  5527. },
  5528. {
  5529. "required": "0",
  5530. "_id": "5f35e8adbc7e8e560914fad0",
  5531. "name": "scan",
  5532. "desc": "被扫的次数"
  5533. },
  5534. {
  5535. "required": "0",
  5536. "_id": "5f35e8adbc7e8e560914facf",
  5537. "name": "status",
  5538. "desc": "状态"
  5539. },
  5540. {
  5541. "required": "0",
  5542. "_id": "5f35e8adbc7e8e560914face",
  5543. "name": "thirdId",
  5544. "desc": "用户id"
  5545. },
  5546. {
  5547. "required": "0",
  5548. "_id": "5f35e8adbc7e8e560914facd",
  5549. "name": "thirdType",
  5550. "desc": "二维码类型"
  5551. },
  5552. {
  5553. "required": "0",
  5554. "_id": "5f35e8adbc7e8e560914facc",
  5555. "name": "ticket",
  5556. "desc": "二维码参数"
  5557. },
  5558. {
  5559. "required": "0",
  5560. "_id": "5f35e8adbc7e8e560914facb",
  5561. "name": "url",
  5562. "desc": "微信访问url"
  5563. }
  5564. ],
  5565. "req_body_type": "json",
  5566. "res_body_type": "json",
  5567. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5568. "project_id": 52,
  5569. "catid": 4253,
  5570. "uid": 93,
  5571. "add_time": 1597368493,
  5572. "up_time": 1597368493,
  5573. "__v": 0
  5574. },
  5575. {
  5576. "query_path": {
  5577. "path": "/api/admin/wechat/qrcode/list",
  5578. "params": []
  5579. },
  5580. "edit_uid": 0,
  5581. "status": "undone",
  5582. "type": "static",
  5583. "req_body_is_json_schema": false,
  5584. "res_body_is_json_schema": true,
  5585. "api_opened": false,
  5586. "index": 0,
  5587. "tag": [],
  5588. "_id": 6876,
  5589. "method": "GET",
  5590. "title": "分页列表",
  5591. "path": "/api/admin/wechat/qrcode/list",
  5592. "req_params": [],
  5593. "req_body_form": [],
  5594. "req_headers": [],
  5595. "req_query": [
  5596. {
  5597. "required": "0",
  5598. "_id": "5f35e8adbc7e8e560914fabf",
  5599. "name": "addTime",
  5600. "desc": "添加时间"
  5601. },
  5602. {
  5603. "required": "0",
  5604. "_id": "5f35e8adbc7e8e560914fabe",
  5605. "name": "expireSeconds",
  5606. "desc": "二维码有效时间"
  5607. },
  5608. {
  5609. "required": "0",
  5610. "_id": "5f35e8adbc7e8e560914fabd",
  5611. "name": "limit",
  5612. "desc": "每页数量"
  5613. },
  5614. {
  5615. "required": "0",
  5616. "_id": "5f35e8adbc7e8e560914fabc",
  5617. "name": "page",
  5618. "desc": "页码"
  5619. },
  5620. {
  5621. "required": "0",
  5622. "_id": "5f35e8adbc7e8e560914fabb",
  5623. "name": "qrcodeUrl",
  5624. "desc": "微信二维码url"
  5625. },
  5626. {
  5627. "required": "0",
  5628. "_id": "5f35e8adbc7e8e560914faba",
  5629. "name": "scan",
  5630. "desc": "被扫的次数"
  5631. },
  5632. {
  5633. "required": "0",
  5634. "_id": "5f35e8adbc7e8e560914fab9",
  5635. "name": "status",
  5636. "desc": "状态"
  5637. },
  5638. {
  5639. "required": "0",
  5640. "_id": "5f35e8adbc7e8e560914fab8",
  5641. "name": "thirdId",
  5642. "desc": "用户id"
  5643. },
  5644. {
  5645. "required": "0",
  5646. "_id": "5f35e8adbc7e8e560914fab7",
  5647. "name": "thirdType",
  5648. "desc": "二维码类型"
  5649. },
  5650. {
  5651. "required": "0",
  5652. "_id": "5f35e8adbc7e8e560914fab6",
  5653. "name": "ticket",
  5654. "desc": "二维码参数"
  5655. },
  5656. {
  5657. "required": "0",
  5658. "_id": "5f35e8adbc7e8e560914fab5",
  5659. "name": "url",
  5660. "desc": "微信访问url"
  5661. }
  5662. ],
  5663. "req_body_type": "raw",
  5664. "res_body_type": "json",
  5665. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"expireSeconds\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"二维码有效时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"微信二维码url\"\n },\n \"scan\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"被扫的次数\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型\"\n },\n \"ticket\": {\n \"type\": \"string\",\n \"description\": \"二维码参数\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"微信访问url\"\n }\n },\n \"title\": \"WechatQrcode对象\",\n \"description\": \"微信二维码管理表\",\n \"$$ref\": \"#/definitions/WechatQrcode对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatQrcode对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatQrcode对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatQrcode对象»»\"\n}",
  5666. "project_id": 52,
  5667. "catid": 4253,
  5668. "uid": 93,
  5669. "add_time": 1597368493,
  5670. "up_time": 1597368493,
  5671. "__v": 0
  5672. },
  5673. {
  5674. "query_path": {
  5675. "path": "/api/admin/wechat/qrcode/delete",
  5676. "params": []
  5677. },
  5678. "edit_uid": 0,
  5679. "status": "undone",
  5680. "type": "static",
  5681. "req_body_is_json_schema": false,
  5682. "res_body_is_json_schema": true,
  5683. "api_opened": false,
  5684. "index": 0,
  5685. "tag": [],
  5686. "_id": 6872,
  5687. "method": "GET",
  5688. "title": "删除",
  5689. "path": "/api/admin/wechat/qrcode/delete",
  5690. "req_params": [],
  5691. "req_body_form": [],
  5692. "req_headers": [],
  5693. "req_query": [
  5694. {
  5695. "required": "1",
  5696. "_id": "5f35e8adbc7e8e560914fab3",
  5697. "name": "id",
  5698. "desc": "id"
  5699. }
  5700. ],
  5701. "req_body_type": "raw",
  5702. "res_body_type": "json",
  5703. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5704. "project_id": 52,
  5705. "catid": 4253,
  5706. "uid": 93,
  5707. "add_time": 1597368493,
  5708. "up_time": 1597368493,
  5709. "__v": 0
  5710. },
  5711. {
  5712. "query_path": {
  5713. "path": "/api/admin/wechat/qrcode/save",
  5714. "params": []
  5715. },
  5716. "edit_uid": 0,
  5717. "status": "undone",
  5718. "type": "static",
  5719. "req_body_is_json_schema": true,
  5720. "res_body_is_json_schema": true,
  5721. "api_opened": false,
  5722. "index": 0,
  5723. "tag": [],
  5724. "_id": 6878,
  5725. "method": "POST",
  5726. "title": "新增",
  5727. "path": "/api/admin/wechat/qrcode/save",
  5728. "req_params": [],
  5729. "req_body_form": [],
  5730. "req_headers": [
  5731. {
  5732. "required": "1",
  5733. "_id": "5f35e8adbc7e8e560914fac0",
  5734. "name": "Content-Type",
  5735. "value": "application/json"
  5736. }
  5737. ],
  5738. "req_query": [
  5739. {
  5740. "required": "0",
  5741. "_id": "5f35e8adbc7e8e560914fac9",
  5742. "name": "addTime",
  5743. "desc": "添加时间"
  5744. },
  5745. {
  5746. "required": "0",
  5747. "_id": "5f35e8adbc7e8e560914fac8",
  5748. "name": "expireSeconds",
  5749. "desc": "二维码有效时间"
  5750. },
  5751. {
  5752. "required": "0",
  5753. "_id": "5f35e8adbc7e8e560914fac7",
  5754. "name": "qrcodeUrl",
  5755. "desc": "微信二维码url"
  5756. },
  5757. {
  5758. "required": "0",
  5759. "_id": "5f35e8adbc7e8e560914fac6",
  5760. "name": "scan",
  5761. "desc": "被扫的次数"
  5762. },
  5763. {
  5764. "required": "0",
  5765. "_id": "5f35e8adbc7e8e560914fac5",
  5766. "name": "status",
  5767. "desc": "状态"
  5768. },
  5769. {
  5770. "required": "0",
  5771. "_id": "5f35e8adbc7e8e560914fac4",
  5772. "name": "thirdId",
  5773. "desc": "用户id"
  5774. },
  5775. {
  5776. "required": "0",
  5777. "_id": "5f35e8adbc7e8e560914fac3",
  5778. "name": "thirdType",
  5779. "desc": "二维码类型"
  5780. },
  5781. {
  5782. "required": "0",
  5783. "_id": "5f35e8adbc7e8e560914fac2",
  5784. "name": "ticket",
  5785. "desc": "二维码参数"
  5786. },
  5787. {
  5788. "required": "0",
  5789. "_id": "5f35e8adbc7e8e560914fac1",
  5790. "name": "url",
  5791. "desc": "微信访问url"
  5792. }
  5793. ],
  5794. "req_body_type": "json",
  5795. "res_body_type": "json",
  5796. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5797. "project_id": 52,
  5798. "catid": 4253,
  5799. "uid": 93,
  5800. "add_time": 1597368493,
  5801. "up_time": 1597368493,
  5802. "__v": 0
  5803. },
  5804. {
  5805. "query_path": {
  5806. "path": "/api/admin/wechat/qrcode/info",
  5807. "params": []
  5808. },
  5809. "edit_uid": 0,
  5810. "status": "undone",
  5811. "type": "static",
  5812. "req_body_is_json_schema": false,
  5813. "res_body_is_json_schema": true,
  5814. "api_opened": false,
  5815. "index": 0,
  5816. "tag": [],
  5817. "_id": 6874,
  5818. "method": "GET",
  5819. "title": "详情",
  5820. "path": "/api/admin/wechat/qrcode/info",
  5821. "req_params": [],
  5822. "req_body_form": [],
  5823. "req_headers": [],
  5824. "req_query": [
  5825. {
  5826. "required": "1",
  5827. "_id": "5f35e8adbc7e8e560914fab4",
  5828. "name": "id",
  5829. "desc": "id"
  5830. }
  5831. ],
  5832. "req_body_type": "raw",
  5833. "res_body_type": "json",
  5834. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"expireSeconds\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"二维码有效时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信二维码ID\"\n },\n \"qrcodeUrl\": {\n \"type\": \"string\",\n \"description\": \"微信二维码url\"\n },\n \"scan\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"被扫的次数\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"thirdId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户id\"\n },\n \"thirdType\": {\n \"type\": \"string\",\n \"description\": \"二维码类型\"\n },\n \"ticket\": {\n \"type\": \"string\",\n \"description\": \"二维码参数\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"微信访问url\"\n }\n },\n \"title\": \"WechatQrcode对象\",\n \"description\": \"微信二维码管理表\",\n \"$$ref\": \"#/definitions/WechatQrcode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatQrcode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatQrcode对象»\"\n}",
  5835. "project_id": 52,
  5836. "catid": 4253,
  5837. "uid": 93,
  5838. "add_time": 1597368493,
  5839. "up_time": 1597368493,
  5840. "__v": 0
  5841. }
  5842. ]
  5843. },
  5844. {
  5845. "index": 0,
  5846. "name": "微信开放平台 -- 微信关键字回复",
  5847. "desc": "Wechat Reply Controller",
  5848. "add_time": 1597368469,
  5849. "up_time": 1597368469,
  5850. "list": [
  5851. {
  5852. "query_path": {
  5853. "path": "/api/admin/wechat/keywords/reply/update",
  5854. "params": []
  5855. },
  5856. "edit_uid": 0,
  5857. "status": "undone",
  5858. "type": "static",
  5859. "req_body_is_json_schema": true,
  5860. "res_body_is_json_schema": true,
  5861. "api_opened": false,
  5862. "index": 0,
  5863. "tag": [],
  5864. "_id": 6854,
  5865. "method": "POST",
  5866. "title": "修改",
  5867. "path": "/api/admin/wechat/keywords/reply/update",
  5868. "req_params": [],
  5869. "req_body_form": [],
  5870. "req_headers": [
  5871. {
  5872. "required": "1",
  5873. "_id": "5f35e8adbc7e8e560914faa8",
  5874. "name": "Content-Type",
  5875. "value": "application/json"
  5876. }
  5877. ],
  5878. "req_query": [
  5879. {
  5880. "required": "1",
  5881. "_id": "5f35e8adbc7e8e560914faa9",
  5882. "name": "id",
  5883. "desc": "id"
  5884. }
  5885. ],
  5886. "req_body_type": "json",
  5887. "res_body_type": "json",
  5888. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5889. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"回复状态 0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"example\": \"text\",\n \"description\": \"回复类型 text=文本 image =图片 news =图文 voice =音频\"\n }\n },\n \"title\": \"WechatReplyRequest对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReplyRequest对象\"\n}",
  5890. "project_id": 52,
  5891. "catid": 4262,
  5892. "uid": 93,
  5893. "add_time": 1597368493,
  5894. "up_time": 1597368493,
  5895. "__v": 0
  5896. },
  5897. {
  5898. "query_path": {
  5899. "path": "/api/admin/wechat/keywords/reply/list",
  5900. "params": []
  5901. },
  5902. "edit_uid": 0,
  5903. "status": "undone",
  5904. "type": "static",
  5905. "req_body_is_json_schema": false,
  5906. "res_body_is_json_schema": true,
  5907. "api_opened": false,
  5908. "index": 0,
  5909. "tag": [],
  5910. "_id": 6848,
  5911. "method": "GET",
  5912. "title": "分页列表",
  5913. "path": "/api/admin/wechat/keywords/reply/list",
  5914. "req_params": [],
  5915. "req_body_form": [],
  5916. "req_headers": [],
  5917. "req_query": [
  5918. {
  5919. "required": "0",
  5920. "_id": "5f35e8acbc7e8e560914faa3",
  5921. "name": "keywords",
  5922. "desc": "关键字"
  5923. },
  5924. {
  5925. "required": "0",
  5926. "_id": "5f35e8acbc7e8e560914faa2",
  5927. "name": "limit",
  5928. "desc": "每页数量"
  5929. },
  5930. {
  5931. "required": "0",
  5932. "_id": "5f35e8acbc7e8e560914faa1",
  5933. "name": "page",
  5934. "desc": "页码"
  5935. },
  5936. {
  5937. "required": "0",
  5938. "_id": "5f35e8acbc7e8e560914faa0",
  5939. "name": "type",
  5940. "desc": "回复类型 text=文本 image =图片 news =图文 voice =音频"
  5941. }
  5942. ],
  5943. "req_body_type": "raw",
  5944. "res_body_type": "json",
  5945. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatReply对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatReply对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatReply对象»»\"\n}",
  5946. "project_id": 52,
  5947. "catid": 4262,
  5948. "uid": 93,
  5949. "add_time": 1597368492,
  5950. "up_time": 1597368492,
  5951. "__v": 0
  5952. },
  5953. {
  5954. "query_path": {
  5955. "path": "/api/admin/wechat/keywords/reply/delete",
  5956. "params": []
  5957. },
  5958. "edit_uid": 0,
  5959. "status": "undone",
  5960. "type": "static",
  5961. "req_body_is_json_schema": false,
  5962. "res_body_is_json_schema": true,
  5963. "api_opened": false,
  5964. "index": 0,
  5965. "tag": [],
  5966. "_id": 6842,
  5967. "method": "GET",
  5968. "title": "删除",
  5969. "path": "/api/admin/wechat/keywords/reply/delete",
  5970. "req_params": [],
  5971. "req_body_form": [],
  5972. "req_headers": [],
  5973. "req_query": [
  5974. {
  5975. "required": "1",
  5976. "_id": "5f35e8acbc7e8e560914fa9d",
  5977. "name": "id",
  5978. "desc": "id"
  5979. }
  5980. ],
  5981. "req_body_type": "raw",
  5982. "res_body_type": "json",
  5983. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  5984. "project_id": 52,
  5985. "catid": 4262,
  5986. "uid": 93,
  5987. "add_time": 1597368492,
  5988. "up_time": 1597368492,
  5989. "__v": 0
  5990. },
  5991. {
  5992. "query_path": {
  5993. "path": "/api/admin/wechat/keywords/reply/save",
  5994. "params": []
  5995. },
  5996. "edit_uid": 0,
  5997. "status": "undone",
  5998. "type": "static",
  5999. "req_body_is_json_schema": true,
  6000. "res_body_is_json_schema": true,
  6001. "api_opened": false,
  6002. "index": 0,
  6003. "tag": [],
  6004. "_id": 6850,
  6005. "method": "POST",
  6006. "title": "新增",
  6007. "path": "/api/admin/wechat/keywords/reply/save",
  6008. "req_params": [],
  6009. "req_body_form": [],
  6010. "req_headers": [
  6011. {
  6012. "required": "1",
  6013. "_id": "5f35e8acbc7e8e560914faa4",
  6014. "name": "Content-Type",
  6015. "value": "application/json"
  6016. }
  6017. ],
  6018. "req_query": [],
  6019. "req_body_type": "json",
  6020. "res_body_type": "json",
  6021. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  6022. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"回复状态 0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"example\": \"text\",\n \"description\": \"回复类型 text=文本 image =图片 news =图文 voice =音频\"\n }\n },\n \"title\": \"WechatReplyRequest对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReplyRequest对象\"\n}",
  6023. "project_id": 52,
  6024. "catid": 4262,
  6025. "uid": 93,
  6026. "add_time": 1597368492,
  6027. "up_time": 1597368492,
  6028. "__v": 0
  6029. },
  6030. {
  6031. "query_path": {
  6032. "path": "/api/admin/wechat/keywords/reply/info/keywords",
  6033. "params": []
  6034. },
  6035. "edit_uid": 0,
  6036. "status": "undone",
  6037. "type": "static",
  6038. "req_body_is_json_schema": false,
  6039. "res_body_is_json_schema": true,
  6040. "api_opened": false,
  6041. "index": 0,
  6042. "tag": [],
  6043. "_id": 6846,
  6044. "method": "GET",
  6045. "title": "根据关键字查询数据",
  6046. "path": "/api/admin/wechat/keywords/reply/info/keywords",
  6047. "req_params": [],
  6048. "req_body_form": [],
  6049. "req_headers": [],
  6050. "req_query": [
  6051. {
  6052. "required": "1",
  6053. "_id": "5f35e8acbc7e8e560914fa9f",
  6054. "name": "keywords",
  6055. "desc": "keywords"
  6056. }
  6057. ],
  6058. "req_body_type": "raw",
  6059. "res_body_type": "json",
  6060. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatReply对象»\"\n}",
  6061. "project_id": 52,
  6062. "catid": 4262,
  6063. "uid": 93,
  6064. "add_time": 1597368492,
  6065. "up_time": 1597368492,
  6066. "__v": 0
  6067. },
  6068. {
  6069. "query_path": {
  6070. "path": "/api/admin/wechat/keywords/reply/status",
  6071. "params": []
  6072. },
  6073. "edit_uid": 0,
  6074. "status": "undone",
  6075. "type": "static",
  6076. "req_body_is_json_schema": true,
  6077. "res_body_is_json_schema": true,
  6078. "api_opened": false,
  6079. "index": 0,
  6080. "tag": [],
  6081. "_id": 6852,
  6082. "method": "POST",
  6083. "title": "状态",
  6084. "path": "/api/admin/wechat/keywords/reply/status",
  6085. "req_params": [],
  6086. "req_body_form": [],
  6087. "req_headers": [
  6088. {
  6089. "required": "1",
  6090. "_id": "5f35e8acbc7e8e560914faa5",
  6091. "name": "Content-Type",
  6092. "value": "application/json"
  6093. }
  6094. ],
  6095. "req_query": [
  6096. {
  6097. "required": "1",
  6098. "_id": "5f35e8acbc7e8e560914faa7",
  6099. "name": "id",
  6100. "desc": "id"
  6101. },
  6102. {
  6103. "required": "1",
  6104. "_id": "5f35e8acbc7e8e560914faa6",
  6105. "name": "status",
  6106. "desc": "status"
  6107. }
  6108. ],
  6109. "req_body_type": "json",
  6110. "res_body_type": "json",
  6111. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  6112. "project_id": 52,
  6113. "catid": 4262,
  6114. "uid": 93,
  6115. "add_time": 1597368492,
  6116. "up_time": 1597368492,
  6117. "__v": 0
  6118. },
  6119. {
  6120. "query_path": {
  6121. "path": "/api/admin/wechat/keywords/reply/info",
  6122. "params": []
  6123. },
  6124. "edit_uid": 0,
  6125. "status": "undone",
  6126. "type": "static",
  6127. "req_body_is_json_schema": false,
  6128. "res_body_is_json_schema": true,
  6129. "api_opened": false,
  6130. "index": 0,
  6131. "tag": [],
  6132. "_id": 6844,
  6133. "method": "GET",
  6134. "title": "详情",
  6135. "path": "/api/admin/wechat/keywords/reply/info",
  6136. "req_params": [],
  6137. "req_body_form": [],
  6138. "req_headers": [],
  6139. "req_query": [
  6140. {
  6141. "required": "1",
  6142. "_id": "5f35e8acbc7e8e560914fa9e",
  6143. "name": "id",
  6144. "desc": "id"
  6145. }
  6146. ],
  6147. "req_body_type": "raw",
  6148. "res_body_type": "json",
  6149. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"data\": {\n \"type\": \"string\",\n \"description\": \"回复数据\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信关键字回复id\"\n },\n \"keywords\": {\n \"type\": \"string\",\n \"description\": \"关键字\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"0=不可用 1 =可用\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"回复类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatReply对象\",\n \"description\": \"微信关键字回复表\",\n \"$$ref\": \"#/definitions/WechatReply对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatReply对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatReply对象»\"\n}",
  6150. "project_id": 52,
  6151. "catid": 4262,
  6152. "uid": 93,
  6153. "add_time": 1597368492,
  6154. "up_time": 1597368492,
  6155. "__v": 0
  6156. }
  6157. ]
  6158. },
  6159. {
  6160. "index": 0,
  6161. "name": "微信开放平台 -- 微信用户",
  6162. "desc": "Wechat User Controller",
  6163. "add_time": 1597368469,
  6164. "up_time": 1597368469,
  6165. "list": [
  6166. {
  6167. "query_path": {
  6168. "path": "/api/admin/wechat/user/push",
  6169. "params": []
  6170. },
  6171. "edit_uid": 0,
  6172. "status": "undone",
  6173. "type": "static",
  6174. "req_body_is_json_schema": false,
  6175. "res_body_is_json_schema": true,
  6176. "api_opened": false,
  6177. "index": 0,
  6178. "tag": [],
  6179. "_id": 6936,
  6180. "method": "GET",
  6181. "title": "消息推送",
  6182. "path": "/api/admin/wechat/user/push",
  6183. "req_params": [],
  6184. "req_body_form": [],
  6185. "req_headers": [],
  6186. "req_query": [
  6187. {
  6188. "required": "1",
  6189. "_id": "5f35e8afbc7e8e560914fb2f",
  6190. "name": "newsId",
  6191. "desc": "newsId"
  6192. },
  6193. {
  6194. "required": "1",
  6195. "_id": "5f35e8afbc7e8e560914fb2e",
  6196. "name": "userId",
  6197. "desc": "userId"
  6198. }
  6199. ],
  6200. "req_body_type": "raw",
  6201. "res_body_type": "json",
  6202. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  6203. "project_id": 52,
  6204. "catid": 4271,
  6205. "uid": 93,
  6206. "add_time": 1597368495,
  6207. "up_time": 1597368495,
  6208. "__v": 0
  6209. }
  6210. ]
  6211. },
  6212. {
  6213. "index": 0,
  6214. "name": "微信开放平台 -- 微信用户标签",
  6215. "desc": "We Chat User Tags Controller",
  6216. "add_time": 1597368469,
  6217. "up_time": 1597368469,
  6218. "list": [
  6219. {
  6220. "query_path": {
  6221. "path": "/api/admin/wechat/user/tags/update",
  6222. "params": []
  6223. },
  6224. "edit_uid": 0,
  6225. "status": "undone",
  6226. "type": "static",
  6227. "req_body_is_json_schema": true,
  6228. "res_body_is_json_schema": true,
  6229. "api_opened": false,
  6230. "index": 0,
  6231. "tag": [],
  6232. "_id": 6952,
  6233. "method": "POST",
  6234. "title": "修改",
  6235. "path": "/api/admin/wechat/user/tags/update",
  6236. "req_params": [],
  6237. "req_body_form": [],
  6238. "req_headers": [
  6239. {
  6240. "required": "1",
  6241. "_id": "5f35e8b0bc7e8e560914fb3e",
  6242. "name": "Content-Type",
  6243. "value": "application/json"
  6244. }
  6245. ],
  6246. "req_query": [
  6247. {
  6248. "required": "0",
  6249. "_id": "5f35e8b0bc7e8e560914fb40",
  6250. "name": "id",
  6251. "desc": "标签ID"
  6252. },
  6253. {
  6254. "required": "0",
  6255. "_id": "5f35e8b0bc7e8e560914fb3f",
  6256. "name": "name",
  6257. "desc": "标签名称"
  6258. }
  6259. ],
  6260. "req_body_type": "json",
  6261. "res_body_type": "json",
  6262. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6263. "project_id": 52,
  6264. "catid": 4280,
  6265. "uid": 93,
  6266. "add_time": 1597368496,
  6267. "up_time": 1597368496,
  6268. "__v": 0
  6269. },
  6270. {
  6271. "query_path": {
  6272. "path": "/api/admin/wechat/user/tags/list",
  6273. "params": []
  6274. },
  6275. "edit_uid": 0,
  6276. "status": "undone",
  6277. "type": "static",
  6278. "req_body_is_json_schema": false,
  6279. "res_body_is_json_schema": true,
  6280. "api_opened": false,
  6281. "index": 0,
  6282. "tag": [],
  6283. "_id": 6946,
  6284. "method": "GET",
  6285. "title": "列表",
  6286. "path": "/api/admin/wechat/user/tags/list",
  6287. "req_params": [],
  6288. "req_body_form": [],
  6289. "req_headers": [],
  6290. "req_query": [
  6291. {
  6292. "required": "0",
  6293. "_id": "5f35e8b0bc7e8e560914fb37",
  6294. "name": "isAsync",
  6295. "desc": "是否同步微信数据, true是,false否"
  6296. }
  6297. ],
  6298. "req_body_type": "raw",
  6299. "res_body_type": "json",
  6300. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  6301. "project_id": 52,
  6302. "catid": 4280,
  6303. "uid": 93,
  6304. "add_time": 1597368496,
  6305. "up_time": 1597368496,
  6306. "__v": 0
  6307. },
  6308. {
  6309. "query_path": {
  6310. "path": "/api/admin/wechat/user/tags/create",
  6311. "params": []
  6312. },
  6313. "edit_uid": 0,
  6314. "status": "undone",
  6315. "type": "static",
  6316. "req_body_is_json_schema": true,
  6317. "res_body_is_json_schema": true,
  6318. "api_opened": false,
  6319. "index": 0,
  6320. "tag": [],
  6321. "_id": 6938,
  6322. "method": "POST",
  6323. "title": "创建",
  6324. "path": "/api/admin/wechat/user/tags/create",
  6325. "req_params": [],
  6326. "req_body_form": [],
  6327. "req_headers": [
  6328. {
  6329. "required": "1",
  6330. "_id": "5f35e8afbc7e8e560914fb30",
  6331. "name": "Content-Type",
  6332. "value": "application/json"
  6333. }
  6334. ],
  6335. "req_query": [
  6336. {
  6337. "required": "0",
  6338. "_id": "5f35e8afbc7e8e560914fb31",
  6339. "name": "name",
  6340. "desc": "标签名称"
  6341. }
  6342. ],
  6343. "req_body_type": "json",
  6344. "res_body_type": "json",
  6345. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6346. "project_id": 52,
  6347. "catid": 4280,
  6348. "uid": 93,
  6349. "add_time": 1597368495,
  6350. "up_time": 1597368495,
  6351. "__v": 0
  6352. },
  6353. {
  6354. "query_path": {
  6355. "path": "/api/admin/wechat/user/tags/delete",
  6356. "params": []
  6357. },
  6358. "edit_uid": 0,
  6359. "status": "undone",
  6360. "type": "static",
  6361. "req_body_is_json_schema": false,
  6362. "res_body_is_json_schema": true,
  6363. "api_opened": false,
  6364. "index": 0,
  6365. "tag": [],
  6366. "_id": 6940,
  6367. "method": "GET",
  6368. "title": "删除",
  6369. "path": "/api/admin/wechat/user/tags/delete",
  6370. "req_params": [],
  6371. "req_body_form": [],
  6372. "req_headers": [],
  6373. "req_query": [
  6374. {
  6375. "required": "0",
  6376. "_id": "5f35e8b0bc7e8e560914fb32",
  6377. "name": "id",
  6378. "desc": "标签ID"
  6379. }
  6380. ],
  6381. "req_body_type": "raw",
  6382. "res_body_type": "json",
  6383. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6384. "project_id": 52,
  6385. "catid": 4280,
  6386. "uid": 93,
  6387. "add_time": 1597368496,
  6388. "up_time": 1597368496,
  6389. "__v": 0
  6390. },
  6391. {
  6392. "query_path": {
  6393. "path": "/api/admin/wechat/user/tags/memberBatchUnTags",
  6394. "params": []
  6395. },
  6396. "edit_uid": 0,
  6397. "status": "undone",
  6398. "type": "static",
  6399. "req_body_is_json_schema": true,
  6400. "res_body_is_json_schema": true,
  6401. "api_opened": false,
  6402. "index": 0,
  6403. "tag": [],
  6404. "_id": 6950,
  6405. "method": "POST",
  6406. "title": "批量为用户取消标签",
  6407. "path": "/api/admin/wechat/user/tags/memberBatchUnTags",
  6408. "req_params": [],
  6409. "req_body_form": [],
  6410. "req_headers": [
  6411. {
  6412. "required": "1",
  6413. "_id": "5f35e8b0bc7e8e560914fb3b",
  6414. "name": "Content-Type",
  6415. "value": "application/json"
  6416. }
  6417. ],
  6418. "req_query": [
  6419. {
  6420. "required": "0",
  6421. "_id": "5f35e8b0bc7e8e560914fb3d",
  6422. "name": "id",
  6423. "desc": "标签ID"
  6424. },
  6425. {
  6426. "required": "0",
  6427. "_id": "5f35e8b0bc7e8e560914fb3c",
  6428. "name": "openIdList",
  6429. "desc": "用户openId数组"
  6430. }
  6431. ],
  6432. "req_body_type": "json",
  6433. "res_body_type": "json",
  6434. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6435. "project_id": 52,
  6436. "catid": 4280,
  6437. "uid": 93,
  6438. "add_time": 1597368496,
  6439. "up_time": 1597368496,
  6440. "__v": 0
  6441. },
  6442. {
  6443. "query_path": {
  6444. "path": "/api/admin/wechat/user/tags/memberBatchTags",
  6445. "params": []
  6446. },
  6447. "edit_uid": 0,
  6448. "status": "undone",
  6449. "type": "static",
  6450. "req_body_is_json_schema": true,
  6451. "res_body_is_json_schema": true,
  6452. "api_opened": false,
  6453. "index": 0,
  6454. "tag": [],
  6455. "_id": 6948,
  6456. "method": "POST",
  6457. "title": "批量为用户打标签",
  6458. "path": "/api/admin/wechat/user/tags/memberBatchTags",
  6459. "req_params": [],
  6460. "req_body_form": [],
  6461. "req_headers": [
  6462. {
  6463. "required": "1",
  6464. "_id": "5f35e8b0bc7e8e560914fb38",
  6465. "name": "Content-Type",
  6466. "value": "application/json"
  6467. }
  6468. ],
  6469. "req_query": [
  6470. {
  6471. "required": "0",
  6472. "_id": "5f35e8b0bc7e8e560914fb3a",
  6473. "name": "id",
  6474. "desc": "标签ID"
  6475. },
  6476. {
  6477. "required": "0",
  6478. "_id": "5f35e8b0bc7e8e560914fb39",
  6479. "name": "openIdList",
  6480. "desc": "用户openId数组"
  6481. }
  6482. ],
  6483. "req_body_type": "json",
  6484. "res_body_type": "json",
  6485. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6486. "project_id": 52,
  6487. "catid": 4280,
  6488. "uid": 93,
  6489. "add_time": 1597368496,
  6490. "up_time": 1597368496,
  6491. "__v": 0
  6492. },
  6493. {
  6494. "query_path": {
  6495. "path": "/api/admin/wechat/user/tags/getUserListById",
  6496. "params": []
  6497. },
  6498. "edit_uid": 0,
  6499. "status": "undone",
  6500. "type": "static",
  6501. "req_body_is_json_schema": false,
  6502. "res_body_is_json_schema": true,
  6503. "api_opened": false,
  6504. "index": 0,
  6505. "tag": [],
  6506. "_id": 6944,
  6507. "method": "GET",
  6508. "title": "获取标签下粉丝列表",
  6509. "path": "/api/admin/wechat/user/tags/getUserListById",
  6510. "req_params": [],
  6511. "req_body_form": [],
  6512. "req_headers": [],
  6513. "req_query": [
  6514. {
  6515. "required": "0",
  6516. "_id": "5f35e8b0bc7e8e560914fb36",
  6517. "name": "id",
  6518. "desc": "标签ID"
  6519. },
  6520. {
  6521. "required": "0",
  6522. "_id": "5f35e8b0bc7e8e560914fb35",
  6523. "name": "nextOpenId",
  6524. "desc": "第一个拉取的OPENID,不填默认从头开始拉取"
  6525. }
  6526. ],
  6527. "req_body_type": "raw",
  6528. "res_body_type": "json",
  6529. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  6530. "project_id": 52,
  6531. "catid": 4280,
  6532. "uid": 93,
  6533. "add_time": 1597368496,
  6534. "up_time": 1597368496,
  6535. "__v": 0
  6536. },
  6537. {
  6538. "query_path": {
  6539. "path": "/api/admin/wechat/user/tags/getTagsListByUserId",
  6540. "params": []
  6541. },
  6542. "edit_uid": 0,
  6543. "status": "undone",
  6544. "type": "static",
  6545. "req_body_is_json_schema": false,
  6546. "res_body_is_json_schema": true,
  6547. "api_opened": false,
  6548. "index": 0,
  6549. "tag": [],
  6550. "_id": 6942,
  6551. "method": "GET",
  6552. "title": "获取用户身上的标签列表",
  6553. "path": "/api/admin/wechat/user/tags/getTagsListByUserId",
  6554. "req_params": [],
  6555. "req_body_form": [],
  6556. "req_headers": [],
  6557. "req_query": [
  6558. {
  6559. "required": "0",
  6560. "_id": "5f35e8b0bc7e8e560914fb34",
  6561. "name": "isAsync",
  6562. "desc": "是否同步微信数据, true是,false否"
  6563. },
  6564. {
  6565. "required": "0",
  6566. "_id": "5f35e8b0bc7e8e560914fb33",
  6567. "name": "openId",
  6568. "desc": "用户openId"
  6569. }
  6570. ],
  6571. "req_body_type": "raw",
  6572. "res_body_type": "json",
  6573. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  6574. "project_id": 52,
  6575. "catid": 4280,
  6576. "uid": 93,
  6577. "add_time": 1597368496,
  6578. "up_time": 1597368496,
  6579. "__v": 0
  6580. }
  6581. ]
  6582. },
  6583. {
  6584. "index": 0,
  6585. "name": "微信开放平台 -- 用户行为记录",
  6586. "desc": "Wechat Message Controller",
  6587. "add_time": 1597368469,
  6588. "up_time": 1597368469,
  6589. "list": [
  6590. {
  6591. "query_path": {
  6592. "path": "/api/admin/wechat/user/log/update",
  6593. "params": []
  6594. },
  6595. "edit_uid": 0,
  6596. "status": "undone",
  6597. "type": "static",
  6598. "req_body_is_json_schema": true,
  6599. "res_body_is_json_schema": true,
  6600. "api_opened": false,
  6601. "index": 0,
  6602. "tag": [],
  6603. "_id": 6934,
  6604. "method": "POST",
  6605. "title": "修改",
  6606. "path": "/api/admin/wechat/user/log/update",
  6607. "req_params": [],
  6608. "req_body_form": [],
  6609. "req_headers": [
  6610. {
  6611. "required": "1",
  6612. "_id": "5f35e8afbc7e8e560914fb28",
  6613. "name": "Content-Type",
  6614. "value": "application/json"
  6615. }
  6616. ],
  6617. "req_query": [
  6618. {
  6619. "required": "0",
  6620. "_id": "5f35e8afbc7e8e560914fb2d",
  6621. "name": "addTime",
  6622. "desc": "操作时间"
  6623. },
  6624. {
  6625. "required": "1",
  6626. "_id": "5f35e8afbc7e8e560914fb2c",
  6627. "name": "id",
  6628. "desc": "id"
  6629. },
  6630. {
  6631. "required": "0",
  6632. "_id": "5f35e8afbc7e8e560914fb2b",
  6633. "name": "openid",
  6634. "desc": "用户openid"
  6635. },
  6636. {
  6637. "required": "0",
  6638. "_id": "5f35e8afbc7e8e560914fb2a",
  6639. "name": "result",
  6640. "desc": "操作详细记录"
  6641. },
  6642. {
  6643. "required": "0",
  6644. "_id": "5f35e8afbc7e8e560914fb29",
  6645. "name": "type",
  6646. "desc": "操作类型"
  6647. }
  6648. ],
  6649. "req_body_type": "json",
  6650. "res_body_type": "json",
  6651. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  6652. "project_id": 52,
  6653. "catid": 4289,
  6654. "uid": 93,
  6655. "add_time": 1597368495,
  6656. "up_time": 1597368495,
  6657. "__v": 0
  6658. },
  6659. {
  6660. "query_path": {
  6661. "path": "/api/admin/wechat/user/log/list",
  6662. "params": []
  6663. },
  6664. "edit_uid": 0,
  6665. "status": "undone",
  6666. "type": "static",
  6667. "req_body_is_json_schema": false,
  6668. "res_body_is_json_schema": true,
  6669. "api_opened": false,
  6670. "index": 0,
  6671. "tag": [],
  6672. "_id": 6930,
  6673. "method": "GET",
  6674. "title": "分页列表",
  6675. "path": "/api/admin/wechat/user/log/list",
  6676. "req_params": [],
  6677. "req_body_form": [],
  6678. "req_headers": [],
  6679. "req_query": [
  6680. {
  6681. "required": "0",
  6682. "_id": "5f35e8afbc7e8e560914fb22",
  6683. "name": "addTime",
  6684. "desc": "操作时间"
  6685. },
  6686. {
  6687. "required": "0",
  6688. "_id": "5f35e8afbc7e8e560914fb21",
  6689. "name": "limit",
  6690. "desc": "每页数量"
  6691. },
  6692. {
  6693. "required": "0",
  6694. "_id": "5f35e8afbc7e8e560914fb20",
  6695. "name": "openid",
  6696. "desc": "用户openid"
  6697. },
  6698. {
  6699. "required": "0",
  6700. "_id": "5f35e8afbc7e8e560914fb1f",
  6701. "name": "page",
  6702. "desc": "页码"
  6703. },
  6704. {
  6705. "required": "0",
  6706. "_id": "5f35e8afbc7e8e560914fb1e",
  6707. "name": "result",
  6708. "desc": "操作详细记录"
  6709. },
  6710. {
  6711. "required": "0",
  6712. "_id": "5f35e8afbc7e8e560914fb1d",
  6713. "name": "type",
  6714. "desc": "操作类型"
  6715. }
  6716. ],
  6717. "req_body_type": "raw",
  6718. "res_body_type": "json",
  6719. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户行为记录id\"\n },\n \"openid\": {\n \"type\": \"string\",\n \"description\": \"用户openid\"\n },\n \"result\": {\n \"type\": \"string\",\n \"description\": \"操作详细记录\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatMessage对象\",\n \"description\": \"用户行为记录表\",\n \"$$ref\": \"#/definitions/WechatMessage对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«WechatMessage对象»\",\n \"$$ref\": \"#/definitions/CommonPage«WechatMessage对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«WechatMessage对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«WechatMessage对象»»\"\n}",
  6720. "project_id": 52,
  6721. "catid": 4289,
  6722. "uid": 93,
  6723. "add_time": 1597368495,
  6724. "up_time": 1597368495,
  6725. "__v": 0
  6726. },
  6727. {
  6728. "query_path": {
  6729. "path": "/api/admin/wechat/user/log/delete",
  6730. "params": []
  6731. },
  6732. "edit_uid": 0,
  6733. "status": "undone",
  6734. "type": "static",
  6735. "req_body_is_json_schema": false,
  6736. "res_body_is_json_schema": true,
  6737. "api_opened": false,
  6738. "index": 0,
  6739. "tag": [],
  6740. "_id": 6926,
  6741. "method": "GET",
  6742. "title": "删除",
  6743. "path": "/api/admin/wechat/user/log/delete",
  6744. "req_params": [],
  6745. "req_body_form": [],
  6746. "req_headers": [],
  6747. "req_query": [
  6748. {
  6749. "required": "1",
  6750. "_id": "5f35e8afbc7e8e560914fb1b",
  6751. "name": "id",
  6752. "desc": "id"
  6753. }
  6754. ],
  6755. "req_body_type": "raw",
  6756. "res_body_type": "json",
  6757. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  6758. "project_id": 52,
  6759. "catid": 4289,
  6760. "uid": 93,
  6761. "add_time": 1597368495,
  6762. "up_time": 1597368495,
  6763. "__v": 0
  6764. },
  6765. {
  6766. "query_path": {
  6767. "path": "/api/admin/wechat/user/log/save",
  6768. "params": []
  6769. },
  6770. "edit_uid": 0,
  6771. "status": "undone",
  6772. "type": "static",
  6773. "req_body_is_json_schema": true,
  6774. "res_body_is_json_schema": true,
  6775. "api_opened": false,
  6776. "index": 0,
  6777. "tag": [],
  6778. "_id": 6932,
  6779. "method": "POST",
  6780. "title": "新增",
  6781. "path": "/api/admin/wechat/user/log/save",
  6782. "req_params": [],
  6783. "req_body_form": [],
  6784. "req_headers": [
  6785. {
  6786. "required": "1",
  6787. "_id": "5f35e8afbc7e8e560914fb23",
  6788. "name": "Content-Type",
  6789. "value": "application/json"
  6790. }
  6791. ],
  6792. "req_query": [
  6793. {
  6794. "required": "0",
  6795. "_id": "5f35e8afbc7e8e560914fb27",
  6796. "name": "addTime",
  6797. "desc": "操作时间"
  6798. },
  6799. {
  6800. "required": "0",
  6801. "_id": "5f35e8afbc7e8e560914fb26",
  6802. "name": "openid",
  6803. "desc": "用户openid"
  6804. },
  6805. {
  6806. "required": "0",
  6807. "_id": "5f35e8afbc7e8e560914fb25",
  6808. "name": "result",
  6809. "desc": "操作详细记录"
  6810. },
  6811. {
  6812. "required": "0",
  6813. "_id": "5f35e8afbc7e8e560914fb24",
  6814. "name": "type",
  6815. "desc": "操作类型"
  6816. }
  6817. ],
  6818. "req_body_type": "json",
  6819. "res_body_type": "json",
  6820. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  6821. "project_id": 52,
  6822. "catid": 4289,
  6823. "uid": 93,
  6824. "add_time": 1597368495,
  6825. "up_time": 1597368495,
  6826. "__v": 0
  6827. },
  6828. {
  6829. "query_path": {
  6830. "path": "/api/admin/wechat/user/log/info",
  6831. "params": []
  6832. },
  6833. "edit_uid": 0,
  6834. "status": "undone",
  6835. "type": "static",
  6836. "req_body_is_json_schema": false,
  6837. "res_body_is_json_schema": true,
  6838. "api_opened": false,
  6839. "index": 0,
  6840. "tag": [],
  6841. "_id": 6928,
  6842. "method": "GET",
  6843. "title": "详情",
  6844. "path": "/api/admin/wechat/user/log/info",
  6845. "req_params": [],
  6846. "req_body_form": [],
  6847. "req_headers": [],
  6848. "req_query": [
  6849. {
  6850. "required": "1",
  6851. "_id": "5f35e8afbc7e8e560914fb1c",
  6852. "name": "id",
  6853. "desc": "id"
  6854. }
  6855. ],
  6856. "req_body_type": "raw",
  6857. "res_body_type": "json",
  6858. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户行为记录id\"\n },\n \"openid\": {\n \"type\": \"string\",\n \"description\": \"用户openid\"\n },\n \"result\": {\n \"type\": \"string\",\n \"description\": \"操作详细记录\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"WechatMessage对象\",\n \"description\": \"用户行为记录表\",\n \"$$ref\": \"#/definitions/WechatMessage对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«WechatMessage对象»\",\n \"$$ref\": \"#/definitions/CommonResult«WechatMessage对象»\"\n}",
  6859. "project_id": 52,
  6860. "catid": 4289,
  6861. "uid": 93,
  6862. "add_time": 1597368495,
  6863. "up_time": 1597368495,
  6864. "__v": 0
  6865. }
  6866. ]
  6867. },
  6868. {
  6869. "index": 0,
  6870. "name": "微信开放平台 -- 素材",
  6871. "desc": "Wechat Media Controller",
  6872. "add_time": 1597368469,
  6873. "up_time": 1597368469,
  6874. "list": [
  6875. {
  6876. "query_path": {
  6877. "path": "/api/admin/wechat/media/upload",
  6878. "params": []
  6879. },
  6880. "edit_uid": 0,
  6881. "status": "undone",
  6882. "type": "static",
  6883. "req_body_is_json_schema": false,
  6884. "res_body_is_json_schema": true,
  6885. "api_opened": false,
  6886. "index": 0,
  6887. "tag": [],
  6888. "_id": 6858,
  6889. "method": "POST",
  6890. "title": "上传",
  6891. "path": "/api/admin/wechat/media/upload",
  6892. "req_params": [],
  6893. "req_body_form": [
  6894. {
  6895. "required": "1",
  6896. "_id": "5f35e8adbc7e8e560914faab",
  6897. "name": "media",
  6898. "desc": "待上传素材图片文件",
  6899. "type": "file"
  6900. }
  6901. ],
  6902. "req_headers": [
  6903. {
  6904. "required": "1",
  6905. "_id": "5f35e8adbc7e8e560914faac",
  6906. "name": "Content-Type",
  6907. "value": "multipart/form-data"
  6908. }
  6909. ],
  6910. "req_query": [
  6911. {
  6912. "required": "1",
  6913. "_id": "5f35e8adbc7e8e560914faad",
  6914. "name": "type",
  6915. "desc": "媒体文件类型,分别有图片(image)、语音(voice"
  6916. }
  6917. ],
  6918. "req_body_type": "form",
  6919. "res_body_type": "json",
  6920. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,string»»\"\n}",
  6921. "project_id": 52,
  6922. "catid": 4298,
  6923. "uid": 93,
  6924. "add_time": 1597368493,
  6925. "up_time": 1597368493,
  6926. "__v": 0
  6927. },
  6928. {
  6929. "query_path": {
  6930. "path": "/api/admin/wechat/media/get",
  6931. "params": []
  6932. },
  6933. "edit_uid": 0,
  6934. "status": "undone",
  6935. "type": "static",
  6936. "req_body_is_json_schema": false,
  6937. "res_body_is_json_schema": true,
  6938. "api_opened": false,
  6939. "index": 0,
  6940. "tag": [],
  6941. "_id": 6856,
  6942. "method": "GET",
  6943. "title": "根据素材id查询素材",
  6944. "path": "/api/admin/wechat/media/get",
  6945. "req_params": [],
  6946. "req_body_form": [],
  6947. "req_headers": [],
  6948. "req_query": [
  6949. {
  6950. "required": "1",
  6951. "_id": "5f35e8adbc7e8e560914faaa",
  6952. "name": "mediaId",
  6953. "desc": "mediaId"
  6954. }
  6955. ],
  6956. "req_body_type": "raw",
  6957. "res_body_type": "json",
  6958. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  6959. "project_id": 52,
  6960. "catid": 4298,
  6961. "uid": 93,
  6962. "add_time": 1597368493,
  6963. "up_time": 1597368493,
  6964. "__v": 0
  6965. }
  6966. ]
  6967. },
  6968. {
  6969. "index": 0,
  6970. "name": "微信开放平台 -- 菜单管理",
  6971. "desc": "We Chat Controller",
  6972. "add_time": 1597368469,
  6973. "up_time": 1597368469,
  6974. "list": [
  6975. {
  6976. "query_path": {
  6977. "path": "/api/admin/wechat/menu/public/self/create",
  6978. "params": []
  6979. },
  6980. "edit_uid": 0,
  6981. "status": "undone",
  6982. "type": "static",
  6983. "req_body_is_json_schema": true,
  6984. "res_body_is_json_schema": true,
  6985. "api_opened": false,
  6986. "index": 0,
  6987. "tag": [],
  6988. "_id": 6866,
  6989. "method": "POST",
  6990. "title": "保存个性化菜单",
  6991. "path": "/api/admin/wechat/menu/public/self/create",
  6992. "req_params": [],
  6993. "req_body_form": [],
  6994. "req_headers": [
  6995. {
  6996. "required": "1",
  6997. "_id": "5f35e8adbc7e8e560914fab0",
  6998. "name": "Content-Type",
  6999. "value": "application/json"
  7000. }
  7001. ],
  7002. "req_query": [],
  7003. "req_body_type": "json",
  7004. "res_body_type": "json",
  7005. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  7006. "req_body_other": "{\n \"type\": \"string\"\n}",
  7007. "project_id": 52,
  7008. "catid": 4307,
  7009. "uid": 93,
  7010. "add_time": 1597368493,
  7011. "up_time": 1597368493,
  7012. "__v": 0
  7013. },
  7014. {
  7015. "query_path": {
  7016. "path": "/api/admin/wechat/menu/public/create",
  7017. "params": []
  7018. },
  7019. "edit_uid": 0,
  7020. "status": "undone",
  7021. "type": "static",
  7022. "req_body_is_json_schema": true,
  7023. "res_body_is_json_schema": true,
  7024. "api_opened": false,
  7025. "index": 0,
  7026. "tag": [],
  7027. "_id": 6860,
  7028. "method": "POST",
  7029. "title": "保存自定义菜单",
  7030. "path": "/api/admin/wechat/menu/public/create",
  7031. "req_params": [],
  7032. "req_body_form": [],
  7033. "req_headers": [
  7034. {
  7035. "required": "1",
  7036. "_id": "5f35e8adbc7e8e560914faae",
  7037. "name": "Content-Type",
  7038. "value": "application/json"
  7039. }
  7040. ],
  7041. "req_query": [],
  7042. "req_body_type": "json",
  7043. "res_body_type": "json",
  7044. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  7045. "req_body_other": "{\n \"type\": \"string\"\n}",
  7046. "project_id": 52,
  7047. "catid": 4307,
  7048. "uid": 93,
  7049. "add_time": 1597368493,
  7050. "up_time": 1597368493,
  7051. "__v": 0
  7052. },
  7053. {
  7054. "query_path": {
  7055. "path": "/api/admin/wechat/menu/public/self/delete",
  7056. "params": []
  7057. },
  7058. "edit_uid": 0,
  7059. "status": "undone",
  7060. "type": "static",
  7061. "req_body_is_json_schema": false,
  7062. "res_body_is_json_schema": true,
  7063. "api_opened": false,
  7064. "index": 0,
  7065. "tag": [],
  7066. "_id": 6868,
  7067. "method": "GET",
  7068. "title": "删除个性化菜单",
  7069. "path": "/api/admin/wechat/menu/public/self/delete",
  7070. "req_params": [],
  7071. "req_body_form": [],
  7072. "req_headers": [],
  7073. "req_query": [
  7074. {
  7075. "required": "0",
  7076. "_id": "5f35e8adbc7e8e560914fab1",
  7077. "name": "menuId",
  7078. "desc": "菜单ID"
  7079. }
  7080. ],
  7081. "req_body_type": "raw",
  7082. "res_body_type": "json",
  7083. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  7084. "project_id": 52,
  7085. "catid": 4307,
  7086. "uid": 93,
  7087. "add_time": 1597368493,
  7088. "up_time": 1597368493,
  7089. "__v": 0
  7090. },
  7091. {
  7092. "query_path": {
  7093. "path": "/api/admin/wechat/menu/public/delete",
  7094. "params": []
  7095. },
  7096. "edit_uid": 0,
  7097. "status": "undone",
  7098. "type": "static",
  7099. "req_body_is_json_schema": false,
  7100. "res_body_is_json_schema": true,
  7101. "api_opened": false,
  7102. "index": 0,
  7103. "tag": [],
  7104. "_id": 6862,
  7105. "method": "GET",
  7106. "title": "删除自定义菜单",
  7107. "path": "/api/admin/wechat/menu/public/delete",
  7108. "req_params": [],
  7109. "req_body_form": [],
  7110. "req_headers": [],
  7111. "req_query": [],
  7112. "req_body_type": "raw",
  7113. "res_body_type": "json",
  7114. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  7115. "project_id": 52,
  7116. "catid": 4307,
  7117. "uid": 93,
  7118. "add_time": 1597368493,
  7119. "up_time": 1597368493,
  7120. "__v": 0
  7121. },
  7122. {
  7123. "query_path": {
  7124. "path": "/api/admin/wechat/menu/public/self/get",
  7125. "params": []
  7126. },
  7127. "edit_uid": 0,
  7128. "status": "undone",
  7129. "type": "static",
  7130. "req_body_is_json_schema": false,
  7131. "res_body_is_json_schema": true,
  7132. "api_opened": false,
  7133. "index": 0,
  7134. "tag": [],
  7135. "_id": 6870,
  7136. "method": "GET",
  7137. "title": "获取个性化菜单",
  7138. "path": "/api/admin/wechat/menu/public/self/get",
  7139. "req_params": [],
  7140. "req_body_form": [],
  7141. "req_headers": [],
  7142. "req_query": [
  7143. {
  7144. "required": "0",
  7145. "_id": "5f35e8adbc7e8e560914fab2",
  7146. "name": "isAsync",
  7147. "desc": "是否同步微信数据, true是,false否"
  7148. }
  7149. ],
  7150. "req_body_type": "raw",
  7151. "res_body_type": "json",
  7152. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  7153. "project_id": 52,
  7154. "catid": 4307,
  7155. "uid": 93,
  7156. "add_time": 1597368493,
  7157. "up_time": 1597368493,
  7158. "__v": 0
  7159. },
  7160. {
  7161. "query_path": {
  7162. "path": "/api/admin/wechat/menu/public/get",
  7163. "params": []
  7164. },
  7165. "edit_uid": 0,
  7166. "status": "undone",
  7167. "type": "static",
  7168. "req_body_is_json_schema": false,
  7169. "res_body_is_json_schema": true,
  7170. "api_opened": false,
  7171. "index": 0,
  7172. "tag": [],
  7173. "_id": 6864,
  7174. "method": "GET",
  7175. "title": "获取自定义菜单",
  7176. "path": "/api/admin/wechat/menu/public/get",
  7177. "req_params": [],
  7178. "req_body_form": [],
  7179. "req_headers": [],
  7180. "req_query": [
  7181. {
  7182. "required": "0",
  7183. "_id": "5f35e8adbc7e8e560914faaf",
  7184. "name": "isAsync",
  7185. "desc": "是否同步微信数据, true是,false否"
  7186. }
  7187. ],
  7188. "req_body_type": "raw",
  7189. "res_body_type": "json",
  7190. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  7191. "project_id": 52,
  7192. "catid": 4307,
  7193. "uid": 93,
  7194. "add_time": 1597368493,
  7195. "up_time": 1597368493,
  7196. "__v": 0
  7197. }
  7198. ]
  7199. },
  7200. {
  7201. "index": 0,
  7202. "name": "微信开放平台 -- 表单id表记录",
  7203. "desc": "Routine Form Id Controller",
  7204. "add_time": 1597368469,
  7205. "up_time": 1597368469,
  7206. "list": [
  7207. {
  7208. "query_path": {
  7209. "path": "/api/admin/wechat/routine/form/update",
  7210. "params": []
  7211. },
  7212. "edit_uid": 0,
  7213. "status": "undone",
  7214. "type": "static",
  7215. "req_body_is_json_schema": true,
  7216. "res_body_is_json_schema": true,
  7217. "api_opened": false,
  7218. "index": 0,
  7219. "tag": [],
  7220. "_id": 6900,
  7221. "method": "POST",
  7222. "title": "修改",
  7223. "path": "/api/admin/wechat/routine/form/update",
  7224. "req_params": [],
  7225. "req_body_form": [],
  7226. "req_headers": [
  7227. {
  7228. "required": "1",
  7229. "_id": "5f35e8aebc7e8e560914faee",
  7230. "name": "Content-Type",
  7231. "value": "application/json"
  7232. }
  7233. ],
  7234. "req_query": [
  7235. {
  7236. "required": "0",
  7237. "_id": "5f35e8aebc7e8e560914faf3",
  7238. "name": "formId",
  7239. "desc": "表单ID"
  7240. },
  7241. {
  7242. "required": "1",
  7243. "_id": "5f35e8aebc7e8e560914faf2",
  7244. "name": "id",
  7245. "desc": "id"
  7246. },
  7247. {
  7248. "required": "0",
  7249. "_id": "5f35e8aebc7e8e560914faf1",
  7250. "name": "status",
  7251. "desc": "状态1 未使用 2不能使用"
  7252. },
  7253. {
  7254. "required": "0",
  7255. "_id": "5f35e8aebc7e8e560914faf0",
  7256. "name": "stopTime",
  7257. "desc": "表单ID失效时间"
  7258. },
  7259. {
  7260. "required": "0",
  7261. "_id": "5f35e8aebc7e8e560914faef",
  7262. "name": "uid",
  7263. "desc": "用户uid"
  7264. }
  7265. ],
  7266. "req_body_type": "json",
  7267. "res_body_type": "json",
  7268. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7269. "project_id": 52,
  7270. "catid": 4316,
  7271. "uid": 93,
  7272. "add_time": 1597368494,
  7273. "up_time": 1597368494,
  7274. "__v": 0
  7275. },
  7276. {
  7277. "query_path": {
  7278. "path": "/api/admin/wechat/routine/form/list",
  7279. "params": []
  7280. },
  7281. "edit_uid": 0,
  7282. "status": "undone",
  7283. "type": "static",
  7284. "req_body_is_json_schema": false,
  7285. "res_body_is_json_schema": true,
  7286. "api_opened": false,
  7287. "index": 0,
  7288. "tag": [],
  7289. "_id": 6896,
  7290. "method": "GET",
  7291. "title": "分页列表",
  7292. "path": "/api/admin/wechat/routine/form/list",
  7293. "req_params": [],
  7294. "req_body_form": [],
  7295. "req_headers": [],
  7296. "req_query": [
  7297. {
  7298. "required": "0",
  7299. "_id": "5f35e8aebc7e8e560914fae8",
  7300. "name": "formId",
  7301. "desc": "表单ID"
  7302. },
  7303. {
  7304. "required": "0",
  7305. "_id": "5f35e8aebc7e8e560914fae7",
  7306. "name": "limit",
  7307. "desc": "每页数量"
  7308. },
  7309. {
  7310. "required": "0",
  7311. "_id": "5f35e8aebc7e8e560914fae6",
  7312. "name": "page",
  7313. "desc": "页码"
  7314. },
  7315. {
  7316. "required": "0",
  7317. "_id": "5f35e8aebc7e8e560914fae5",
  7318. "name": "status",
  7319. "desc": "状态1 未使用 2不能使用"
  7320. },
  7321. {
  7322. "required": "0",
  7323. "_id": "5f35e8aebc7e8e560914fae4",
  7324. "name": "stopTime",
  7325. "desc": "表单ID失效时间"
  7326. },
  7327. {
  7328. "required": "0",
  7329. "_id": "5f35e8aebc7e8e560914fae3",
  7330. "name": "uid",
  7331. "desc": "用户uid"
  7332. }
  7333. ],
  7334. "req_body_type": "raw",
  7335. "res_body_type": "json",
  7336. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"string\",\n \"description\": \"表单ID\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID表ID\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1 未使用 2不能使用\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID失效时间\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineFormId对象\",\n \"description\": \"表单id表记录表\",\n \"$$ref\": \"#/definitions/RoutineFormId对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«RoutineFormId对象»\",\n \"$$ref\": \"#/definitions/CommonPage«RoutineFormId对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«RoutineFormId对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«RoutineFormId对象»»\"\n}",
  7337. "project_id": 52,
  7338. "catid": 4316,
  7339. "uid": 93,
  7340. "add_time": 1597368494,
  7341. "up_time": 1597368494,
  7342. "__v": 0
  7343. },
  7344. {
  7345. "query_path": {
  7346. "path": "/api/admin/wechat/routine/form/delete",
  7347. "params": []
  7348. },
  7349. "edit_uid": 0,
  7350. "status": "undone",
  7351. "type": "static",
  7352. "req_body_is_json_schema": false,
  7353. "res_body_is_json_schema": true,
  7354. "api_opened": false,
  7355. "index": 0,
  7356. "tag": [],
  7357. "_id": 6892,
  7358. "method": "GET",
  7359. "title": "删除",
  7360. "path": "/api/admin/wechat/routine/form/delete",
  7361. "req_params": [],
  7362. "req_body_form": [],
  7363. "req_headers": [],
  7364. "req_query": [
  7365. {
  7366. "required": "1",
  7367. "_id": "5f35e8aebc7e8e560914fae1",
  7368. "name": "id",
  7369. "desc": "id"
  7370. }
  7371. ],
  7372. "req_body_type": "raw",
  7373. "res_body_type": "json",
  7374. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7375. "project_id": 52,
  7376. "catid": 4316,
  7377. "uid": 93,
  7378. "add_time": 1597368494,
  7379. "up_time": 1597368494,
  7380. "__v": 0
  7381. },
  7382. {
  7383. "query_path": {
  7384. "path": "/api/admin/wechat/routine/form/save",
  7385. "params": []
  7386. },
  7387. "edit_uid": 0,
  7388. "status": "undone",
  7389. "type": "static",
  7390. "req_body_is_json_schema": true,
  7391. "res_body_is_json_schema": true,
  7392. "api_opened": false,
  7393. "index": 0,
  7394. "tag": [],
  7395. "_id": 6898,
  7396. "method": "POST",
  7397. "title": "新增",
  7398. "path": "/api/admin/wechat/routine/form/save",
  7399. "req_params": [],
  7400. "req_body_form": [],
  7401. "req_headers": [
  7402. {
  7403. "required": "1",
  7404. "_id": "5f35e8aebc7e8e560914fae9",
  7405. "name": "Content-Type",
  7406. "value": "application/json"
  7407. }
  7408. ],
  7409. "req_query": [
  7410. {
  7411. "required": "0",
  7412. "_id": "5f35e8aebc7e8e560914faed",
  7413. "name": "formId",
  7414. "desc": "表单ID"
  7415. },
  7416. {
  7417. "required": "0",
  7418. "_id": "5f35e8aebc7e8e560914faec",
  7419. "name": "status",
  7420. "desc": "状态1 未使用 2不能使用"
  7421. },
  7422. {
  7423. "required": "0",
  7424. "_id": "5f35e8aebc7e8e560914faeb",
  7425. "name": "stopTime",
  7426. "desc": "表单ID失效时间"
  7427. },
  7428. {
  7429. "required": "0",
  7430. "_id": "5f35e8aebc7e8e560914faea",
  7431. "name": "uid",
  7432. "desc": "用户uid"
  7433. }
  7434. ],
  7435. "req_body_type": "json",
  7436. "res_body_type": "json",
  7437. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7438. "project_id": 52,
  7439. "catid": 4316,
  7440. "uid": 93,
  7441. "add_time": 1597368494,
  7442. "up_time": 1597368494,
  7443. "__v": 0
  7444. },
  7445. {
  7446. "query_path": {
  7447. "path": "/api/admin/wechat/routine/form/info",
  7448. "params": []
  7449. },
  7450. "edit_uid": 0,
  7451. "status": "undone",
  7452. "type": "static",
  7453. "req_body_is_json_schema": false,
  7454. "res_body_is_json_schema": true,
  7455. "api_opened": false,
  7456. "index": 0,
  7457. "tag": [],
  7458. "_id": 6894,
  7459. "method": "GET",
  7460. "title": "详情",
  7461. "path": "/api/admin/wechat/routine/form/info",
  7462. "req_params": [],
  7463. "req_body_form": [],
  7464. "req_headers": [],
  7465. "req_query": [
  7466. {
  7467. "required": "1",
  7468. "_id": "5f35e8aebc7e8e560914fae2",
  7469. "name": "id",
  7470. "desc": "id"
  7471. }
  7472. ],
  7473. "req_body_type": "raw",
  7474. "res_body_type": "json",
  7475. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"string\",\n \"description\": \"表单ID\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID表ID\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态1 未使用 2不能使用\"\n },\n \"stopTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单ID失效时间\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"RoutineFormId对象\",\n \"description\": \"表单id表记录表\",\n \"$$ref\": \"#/definitions/RoutineFormId对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«RoutineFormId对象»\",\n \"$$ref\": \"#/definitions/CommonResult«RoutineFormId对象»\"\n}",
  7476. "project_id": 52,
  7477. "catid": 4316,
  7478. "uid": 93,
  7479. "add_time": 1597368494,
  7480. "up_time": 1597368494,
  7481. "__v": 0
  7482. }
  7483. ]
  7484. },
  7485. {
  7486. "index": 0,
  7487. "name": "支付回调",
  7488. "desc": "Callback Controller",
  7489. "add_time": 1597368470,
  7490. "up_time": 1597368470,
  7491. "list": [
  7492. {
  7493. "query_path": {
  7494. "path": "/api/admin/payment/callback/wechat",
  7495. "params": []
  7496. },
  7497. "edit_uid": 0,
  7498. "status": "undone",
  7499. "type": "static",
  7500. "req_body_is_json_schema": true,
  7501. "res_body_is_json_schema": false,
  7502. "api_opened": false,
  7503. "index": 0,
  7504. "tag": [],
  7505. "_id": 6468,
  7506. "method": "POST",
  7507. "title": "微信支付回调",
  7508. "path": "/api/admin/payment/callback/wechat",
  7509. "req_params": [],
  7510. "req_body_form": [],
  7511. "req_headers": [
  7512. {
  7513. "required": "1",
  7514. "_id": "5f35e89abc7e8e560914f880",
  7515. "name": "Content-Type",
  7516. "value": "application/json"
  7517. }
  7518. ],
  7519. "req_query": [],
  7520. "req_body_type": "json",
  7521. "res_body_type": "raw",
  7522. "res_body": "OK",
  7523. "req_body_other": "{\n \"type\": \"string\"\n}",
  7524. "project_id": 52,
  7525. "catid": 4325,
  7526. "uid": 93,
  7527. "add_time": 1597368474,
  7528. "up_time": 1597368474,
  7529. "__v": 0
  7530. },
  7531. {
  7532. "query_path": {
  7533. "path": "/api/admin/payment/callback/alipay",
  7534. "params": []
  7535. },
  7536. "edit_uid": 0,
  7537. "status": "undone",
  7538. "type": "static",
  7539. "req_body_is_json_schema": true,
  7540. "res_body_is_json_schema": false,
  7541. "api_opened": false,
  7542. "index": 0,
  7543. "tag": [],
  7544. "_id": 6466,
  7545. "method": "POST",
  7546. "title": "支付宝支付回调 ",
  7547. "path": "/api/admin/payment/callback/alipay",
  7548. "req_params": [],
  7549. "req_body_form": [],
  7550. "req_headers": [
  7551. {
  7552. "required": "1",
  7553. "_id": "5f35e89abc7e8e560914f87f",
  7554. "name": "Content-Type",
  7555. "value": "application/json"
  7556. }
  7557. ],
  7558. "req_query": [],
  7559. "req_body_type": "json",
  7560. "res_body_type": "raw",
  7561. "res_body": "OK",
  7562. "req_body_other": "{\n \"type\": \"string\"\n}",
  7563. "project_id": 52,
  7564. "catid": 4325,
  7565. "uid": 93,
  7566. "add_time": 1597368474,
  7567. "up_time": 1597368474,
  7568. "__v": 0
  7569. }
  7570. ]
  7571. },
  7572. {
  7573. "index": 0,
  7574. "name": "文章管理",
  7575. "desc": "Article Controller",
  7576. "add_time": 1597368470,
  7577. "up_time": 1597368470,
  7578. "list": [
  7579. {
  7580. "query_path": {
  7581. "path": "/api/admin/article/update",
  7582. "params": []
  7583. },
  7584. "edit_uid": 0,
  7585. "status": "undone",
  7586. "type": "static",
  7587. "req_body_is_json_schema": true,
  7588. "res_body_is_json_schema": true,
  7589. "api_opened": false,
  7590. "index": 0,
  7591. "tag": [],
  7592. "_id": 6394,
  7593. "method": "POST",
  7594. "title": "修改",
  7595. "path": "/api/admin/article/update",
  7596. "req_params": [],
  7597. "req_body_form": [],
  7598. "req_headers": [
  7599. {
  7600. "required": "1",
  7601. "_id": "5f35e898bc7e8e560914f7fe",
  7602. "name": "Content-Type",
  7603. "value": "application/json"
  7604. }
  7605. ],
  7606. "req_query": [
  7607. {
  7608. "required": "0",
  7609. "_id": "5f35e898bc7e8e560914f7ff",
  7610. "name": "id",
  7611. "desc": "文章ID"
  7612. }
  7613. ],
  7614. "req_body_type": "json",
  7615. "res_body_type": "json",
  7616. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7617. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"author\",\n \"cid\",\n \"content\",\n \"imageInput\",\n \"shareSynopsis\",\n \"shareTitle\",\n \"sort\",\n \"synopsis\",\n \"title\"\n ],\n \"properties\": {\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"example\": true,\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"是否热门(小程序)\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n }\n },\n \"title\": \"ArticleRequest对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/ArticleRequest对象\"\n}",
  7618. "project_id": 52,
  7619. "catid": 4334,
  7620. "uid": 93,
  7621. "add_time": 1597368472,
  7622. "up_time": 1597368472,
  7623. "__v": 0
  7624. },
  7625. {
  7626. "query_path": {
  7627. "path": "/api/admin/article/list",
  7628. "params": []
  7629. },
  7630. "edit_uid": 0,
  7631. "status": "undone",
  7632. "type": "static",
  7633. "req_body_is_json_schema": false,
  7634. "res_body_is_json_schema": true,
  7635. "api_opened": false,
  7636. "index": 0,
  7637. "tag": [],
  7638. "_id": 6390,
  7639. "method": "GET",
  7640. "title": "分页列表",
  7641. "path": "/api/admin/article/list",
  7642. "req_params": [],
  7643. "req_body_form": [],
  7644. "req_headers": [],
  7645. "req_query": [
  7646. {
  7647. "required": "1",
  7648. "_id": "5f35e897bc7e8e560914f7fc",
  7649. "name": "cid",
  7650. "desc": "分类id"
  7651. },
  7652. {
  7653. "required": "0",
  7654. "_id": "5f35e897bc7e8e560914f7fb",
  7655. "name": "hide",
  7656. "desc": "是否隐藏"
  7657. },
  7658. {
  7659. "required": "0",
  7660. "_id": "5f35e897bc7e8e560914f7fa",
  7661. "name": "isBanner",
  7662. "desc": "是否轮播图(小程序)"
  7663. },
  7664. {
  7665. "required": "0",
  7666. "_id": "5f35e897bc7e8e560914f7f9",
  7667. "name": "isHaveMediaId",
  7668. "desc": "是否有微信素材媒体id"
  7669. },
  7670. {
  7671. "required": "0",
  7672. "_id": "5f35e897bc7e8e560914f7f8",
  7673. "name": "isHot",
  7674. "desc": "是否热门(小程序)"
  7675. },
  7676. {
  7677. "required": "0",
  7678. "_id": "5f35e897bc7e8e560914f7f7",
  7679. "name": "keywords",
  7680. "desc": "搜索关键字"
  7681. },
  7682. {
  7683. "required": "0",
  7684. "_id": "5f35e897bc7e8e560914f7f6",
  7685. "name": "limit",
  7686. "desc": "每页数量"
  7687. },
  7688. {
  7689. "required": "0",
  7690. "_id": "5f35e897bc7e8e560914f7f5",
  7691. "name": "page",
  7692. "desc": "页码"
  7693. },
  7694. {
  7695. "required": "0",
  7696. "_id": "5f35e897bc7e8e560914f7f4",
  7697. "name": "status",
  7698. "desc": "状态"
  7699. }
  7700. ],
  7701. "req_body_type": "raw",
  7702. "res_body_type": "json",
  7703. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"categoryName\": {\n \"type\": \"string\",\n \"description\": \"分类\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"hide\": {\n \"type\": \"boolean\",\n \"description\": \"是否隐藏\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"文章管理ID\"\n },\n \"imageInput\": {\n \"type\": \"array\",\n \"description\": \"文章图片 前端用\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"imageInputs\": {\n \"type\": \"string\",\n \"description\": \"文章图片 后端用\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热门(小程序)\"\n },\n \"mediaId\": {\n \"type\": \"string\",\n \"description\": \"微信素材媒体id\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品关联id\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n },\n \"visi
  7704. "project_id": 52,
  7705. "catid": 4334,
  7706. "uid": 93,
  7707. "add_time": 1597368471,
  7708. "up_time": 1597368471,
  7709. "__v": 0
  7710. },
  7711. {
  7712. "query_path": {
  7713. "path": "/api/admin/article/delete",
  7714. "params": []
  7715. },
  7716. "edit_uid": 0,
  7717. "status": "undone",
  7718. "type": "static",
  7719. "req_body_is_json_schema": false,
  7720. "res_body_is_json_schema": true,
  7721. "api_opened": false,
  7722. "index": 0,
  7723. "tag": [],
  7724. "_id": 6386,
  7725. "method": "GET",
  7726. "title": "删除",
  7727. "path": "/api/admin/article/delete",
  7728. "req_params": [],
  7729. "req_body_form": [],
  7730. "req_headers": [],
  7731. "req_query": [
  7732. {
  7733. "required": "0",
  7734. "_id": "5f35e897bc7e8e560914f7f2",
  7735. "name": "id",
  7736. "desc": "文章ID"
  7737. }
  7738. ],
  7739. "req_body_type": "raw",
  7740. "res_body_type": "json",
  7741. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7742. "project_id": 52,
  7743. "catid": 4334,
  7744. "uid": 93,
  7745. "add_time": 1597368471,
  7746. "up_time": 1597368471,
  7747. "__v": 0
  7748. },
  7749. {
  7750. "query_path": {
  7751. "path": "/api/admin/article/save",
  7752. "params": []
  7753. },
  7754. "edit_uid": 0,
  7755. "status": "undone",
  7756. "type": "static",
  7757. "req_body_is_json_schema": true,
  7758. "res_body_is_json_schema": true,
  7759. "api_opened": false,
  7760. "index": 0,
  7761. "tag": [],
  7762. "_id": 6392,
  7763. "method": "POST",
  7764. "title": "新增",
  7765. "path": "/api/admin/article/save",
  7766. "req_params": [],
  7767. "req_body_form": [],
  7768. "req_headers": [
  7769. {
  7770. "required": "1",
  7771. "_id": "5f35e898bc7e8e560914f7fd",
  7772. "name": "Content-Type",
  7773. "value": "application/json"
  7774. }
  7775. ],
  7776. "req_query": [],
  7777. "req_body_type": "json",
  7778. "res_body_type": "json",
  7779. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7780. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"author\",\n \"cid\",\n \"content\",\n \"imageInput\",\n \"shareSynopsis\",\n \"shareTitle\",\n \"sort\",\n \"synopsis\",\n \"title\"\n ],\n \"properties\": {\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"example\": true,\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"是否热门(小程序)\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n }\n },\n \"title\": \"ArticleRequest对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/ArticleRequest对象\"\n}",
  7781. "project_id": 52,
  7782. "catid": 4334,
  7783. "uid": 93,
  7784. "add_time": 1597368472,
  7785. "up_time": 1597368472,
  7786. "__v": 0
  7787. },
  7788. {
  7789. "query_path": {
  7790. "path": "/api/admin/article/bind/product",
  7791. "params": []
  7792. },
  7793. "edit_uid": 0,
  7794. "status": "undone",
  7795. "type": "static",
  7796. "req_body_is_json_schema": true,
  7797. "res_body_is_json_schema": true,
  7798. "api_opened": false,
  7799. "index": 0,
  7800. "tag": [],
  7801. "_id": 6384,
  7802. "method": "POST",
  7803. "title": "绑定产品",
  7804. "path": "/api/admin/article/bind/product",
  7805. "req_params": [],
  7806. "req_body_form": [],
  7807. "req_headers": [
  7808. {
  7809. "required": "1",
  7810. "_id": "5f35e897bc7e8e560914f7ef",
  7811. "name": "Content-Type",
  7812. "value": "application/json"
  7813. }
  7814. ],
  7815. "req_query": [
  7816. {
  7817. "required": "0",
  7818. "_id": "5f35e897bc7e8e560914f7f1",
  7819. "name": "id",
  7820. "desc": "文章ID"
  7821. },
  7822. {
  7823. "required": "0",
  7824. "_id": "5f35e897bc7e8e560914f7f0",
  7825. "name": "productId",
  7826. "desc": "产品id"
  7827. }
  7828. ],
  7829. "req_body_type": "json",
  7830. "res_body_type": "json",
  7831. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  7832. "project_id": 52,
  7833. "catid": 4334,
  7834. "uid": 93,
  7835. "add_time": 1597368471,
  7836. "up_time": 1597368471,
  7837. "__v": 0
  7838. },
  7839. {
  7840. "query_path": {
  7841. "path": "/api/admin/article/info",
  7842. "params": []
  7843. },
  7844. "edit_uid": 0,
  7845. "status": "undone",
  7846. "type": "static",
  7847. "req_body_is_json_schema": false,
  7848. "res_body_is_json_schema": true,
  7849. "api_opened": false,
  7850. "index": 0,
  7851. "tag": [],
  7852. "_id": 6388,
  7853. "method": "GET",
  7854. "title": "详情",
  7855. "path": "/api/admin/article/info",
  7856. "req_params": [],
  7857. "req_body_form": [],
  7858. "req_headers": [],
  7859. "req_query": [
  7860. {
  7861. "required": "0",
  7862. "_id": "5f35e897bc7e8e560914f7f3",
  7863. "name": "id",
  7864. "desc": "文章ID"
  7865. }
  7866. ],
  7867. "req_body_type": "raw",
  7868. "res_body_type": "json",
  7869. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"author\": {\n \"type\": \"string\",\n \"description\": \"文章作者\"\n },\n \"cid\": {\n \"type\": \"string\",\n \"description\": \"分类id\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"文章内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"hide\": {\n \"type\": \"boolean\",\n \"description\": \"是否隐藏\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"文章管理ID\"\n },\n \"imageInput\": {\n \"type\": \"string\",\n \"description\": \"文章图片\"\n },\n \"isBanner\": {\n \"type\": \"boolean\",\n \"description\": \"是否轮播图(小程序)\"\n },\n \"isHot\": {\n \"type\": \"boolean\",\n \"description\": \"是否热门(小程序)\"\n },\n \"mediaId\": {\n \"type\": \"string\",\n \"description\": \"微信素材id\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"productId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商品关联id\"\n },\n \"shareSynopsis\": {\n \"type\": \"string\",\n \"description\": \"文章分享简介\"\n },\n \"shareTitle\": {\n \"type\": \"string\",\n \"description\": \"文章分享标题\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"synopsis\": {\n \"type\": \"string\",\n \"description\": \"文章简介\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"文章标题\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"原文链接\"\n },\n \"visit\": {\n \"type\": \"string\",\n \"description\": \"浏览次数\"\n }\n },\n \"title\": \"Article对象\",\n \"description\": \"文章管理表\",\n \"$$ref\": \"#/definitions/Article对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Article对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Article对象»\"\n}",
  7870. "project_id": 52,
  7871. "catid": 4334,
  7872. "uid": 93,
  7873. "add_time": 1597368471,
  7874. "up_time": 1597368471,
  7875. "__v": 0
  7876. }
  7877. ]
  7878. },
  7879. {
  7880. "index": 0,
  7881. "name": "短信服务",
  7882. "desc": "Sms Record Controller",
  7883. "add_time": 1597368470,
  7884. "up_time": 1597368470,
  7885. "list": [
  7886. {
  7887. "query_path": {
  7888. "path": "/api/admin/sms/sendCode",
  7889. "params": []
  7890. },
  7891. "edit_uid": 0,
  7892. "status": "undone",
  7893. "type": "static",
  7894. "req_body_is_json_schema": true,
  7895. "res_body_is_json_schema": true,
  7896. "api_opened": false,
  7897. "index": 0,
  7898. "tag": [],
  7899. "_id": 6490,
  7900. "method": "POST",
  7901. "title": " 发送短信",
  7902. "path": "/api/admin/sms/sendCode",
  7903. "req_params": [],
  7904. "req_body_form": [],
  7905. "req_headers": [
  7906. {
  7907. "required": "1",
  7908. "_id": "5f35e89dbc7e8e560914f89f",
  7909. "name": "Content-Type",
  7910. "value": "application/json"
  7911. }
  7912. ],
  7913. "req_query": [
  7914. {
  7915. "required": "1",
  7916. "_id": "5f35e89dbc7e8e560914f8a0",
  7917. "name": "phone",
  7918. "desc": "手机号码"
  7919. }
  7920. ],
  7921. "req_body_type": "json",
  7922. "res_body_type": "json",
  7923. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  7924. "project_id": 52,
  7925. "catid": 4343,
  7926. "uid": 93,
  7927. "add_time": 1597368477,
  7928. "up_time": 1597368477,
  7929. "__v": 0
  7930. },
  7931. {
  7932. "query_path": {
  7933. "path": "/api/admin/sms/sendCodeForRegister/{phone}",
  7934. "params": []
  7935. },
  7936. "edit_uid": 0,
  7937. "status": "undone",
  7938. "type": "var",
  7939. "req_body_is_json_schema": false,
  7940. "res_body_is_json_schema": true,
  7941. "api_opened": false,
  7942. "index": 0,
  7943. "tag": [],
  7944. "_id": 6492,
  7945. "method": "GET",
  7946. "title": "sendCodeForRegister",
  7947. "path": "/api/admin/sms/sendCodeForRegister/{phone}",
  7948. "req_params": [
  7949. {
  7950. "_id": "5f35e89dbc7e8e560914f8a1",
  7951. "name": "phone",
  7952. "desc": "phone"
  7953. }
  7954. ],
  7955. "req_body_form": [],
  7956. "req_headers": [],
  7957. "req_query": [],
  7958. "req_body_type": "raw",
  7959. "res_body_type": "json",
  7960. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  7961. "project_id": 52,
  7962. "catid": 4343,
  7963. "uid": 93,
  7964. "add_time": 1597368477,
  7965. "up_time": 1597368477,
  7966. "__v": 0
  7967. },
  7968. {
  7969. "query_path": {
  7970. "path": "/api/admin/sms/login",
  7971. "params": []
  7972. },
  7973. "edit_uid": 0,
  7974. "status": "undone",
  7975. "type": "static",
  7976. "req_body_is_json_schema": false,
  7977. "res_body_is_json_schema": true,
  7978. "api_opened": false,
  7979. "index": 0,
  7980. "tag": [],
  7981. "_id": 6478,
  7982. "method": "GET",
  7983. "title": "信息登录",
  7984. "path": "/api/admin/sms/login",
  7985. "req_params": [],
  7986. "req_body_form": [],
  7987. "req_headers": [],
  7988. "req_query": [
  7989. {
  7990. "required": "1",
  7991. "_id": "5f35e89dbc7e8e560914f88c",
  7992. "name": "account",
  7993. "desc": "账号"
  7994. },
  7995. {
  7996. "required": "1",
  7997. "_id": "5f35e89dbc7e8e560914f88b",
  7998. "name": "token",
  7999. "desc": "smsToken"
  8000. }
  8001. ],
  8002. "req_body_type": "raw",
  8003. "res_body_type": "json",
  8004. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8005. "project_id": 52,
  8006. "catid": 4343,
  8007. "uid": 93,
  8008. "add_time": 1597368477,
  8009. "up_time": 1597368477,
  8010. "__v": 0
  8011. },
  8012. {
  8013. "query_path": {
  8014. "path": "/api/admin/sms/islogin",
  8015. "params": []
  8016. },
  8017. "edit_uid": 0,
  8018. "status": "undone",
  8019. "type": "static",
  8020. "req_body_is_json_schema": false,
  8021. "res_body_is_json_schema": true,
  8022. "api_opened": false,
  8023. "index": 0,
  8024. "tag": [],
  8025. "_id": 6476,
  8026. "method": "GET",
  8027. "title": "是否已经登录",
  8028. "path": "/api/admin/sms/islogin",
  8029. "req_params": [],
  8030. "req_body_form": [],
  8031. "req_headers": [],
  8032. "req_query": [],
  8033. "req_body_type": "raw",
  8034. "res_body_type": "json",
  8035. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8036. "project_id": 52,
  8037. "catid": 4343,
  8038. "uid": 93,
  8039. "add_time": 1597368477,
  8040. "up_time": 1597368477,
  8041. "__v": 0
  8042. },
  8043. {
  8044. "query_path": {
  8045. "path": "/api/admin/sms/logout",
  8046. "params": []
  8047. },
  8048. "edit_uid": 0,
  8049. "status": "undone",
  8050. "type": "static",
  8051. "req_body_is_json_schema": false,
  8052. "res_body_is_json_schema": true,
  8053. "api_opened": false,
  8054. "index": 0,
  8055. "tag": [],
  8056. "_id": 6480,
  8057. "method": "GET",
  8058. "title": "注销",
  8059. "path": "/api/admin/sms/logout",
  8060. "req_params": [],
  8061. "req_body_form": [],
  8062. "req_headers": [],
  8063. "req_query": [],
  8064. "req_body_type": "raw",
  8065. "res_body_type": "json",
  8066. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8067. "project_id": 52,
  8068. "catid": 4343,
  8069. "uid": 93,
  8070. "add_time": 1597368477,
  8071. "up_time": 1597368477,
  8072. "__v": 0
  8073. },
  8074. {
  8075. "query_path": {
  8076. "path": "/api/admin/sms/temp/apply",
  8077. "params": []
  8078. },
  8079. "edit_uid": 0,
  8080. "status": "undone",
  8081. "type": "static",
  8082. "req_body_is_json_schema": true,
  8083. "res_body_is_json_schema": true,
  8084. "api_opened": false,
  8085. "index": 0,
  8086. "tag": [],
  8087. "_id": 6494,
  8088. "method": "POST",
  8089. "title": "申请模板消息",
  8090. "path": "/api/admin/sms/temp/apply",
  8091. "req_params": [],
  8092. "req_body_form": [],
  8093. "req_headers": [
  8094. {
  8095. "required": "1",
  8096. "_id": "5f35e89ebc7e8e560914f8a2",
  8097. "name": "Content-Type",
  8098. "value": "application/json"
  8099. }
  8100. ],
  8101. "req_query": [
  8102. {
  8103. "required": "0",
  8104. "_id": "5f35e89ebc7e8e560914f8a5",
  8105. "name": "content",
  8106. "desc": "内容"
  8107. },
  8108. {
  8109. "required": "0",
  8110. "_id": "5f35e89ebc7e8e560914f8a4",
  8111. "name": "title",
  8112. "desc": "主题"
  8113. },
  8114. {
  8115. "required": "0",
  8116. "_id": "5f35e89ebc7e8e560914f8a3",
  8117. "name": "type",
  8118. "desc": "type (1=验证码 2=通知 3=推广)"
  8119. }
  8120. ],
  8121. "req_body_type": "json",
  8122. "res_body_type": "json",
  8123. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8124. "project_id": 52,
  8125. "catid": 4343,
  8126. "uid": 93,
  8127. "add_time": 1597368478,
  8128. "up_time": 1597368478,
  8129. "__v": 0
  8130. },
  8131. {
  8132. "query_path": {
  8133. "path": "/api/admin/sms/record/list",
  8134. "params": []
  8135. },
  8136. "edit_uid": 0,
  8137. "status": "undone",
  8138. "type": "static",
  8139. "req_body_is_json_schema": false,
  8140. "res_body_is_json_schema": true,
  8141. "api_opened": false,
  8142. "index": 0,
  8143. "tag": [],
  8144. "_id": 6486,
  8145. "method": "GET",
  8146. "title": "短信发送记录列表",
  8147. "path": "/api/admin/sms/record/list",
  8148. "req_params": [],
  8149. "req_body_form": [],
  8150. "req_headers": [],
  8151. "req_query": [
  8152. {
  8153. "required": "0",
  8154. "_id": "5f35e89dbc7e8e560914f897",
  8155. "name": "limit",
  8156. "desc": "每页数量"
  8157. },
  8158. {
  8159. "required": "0",
  8160. "_id": "5f35e89dbc7e8e560914f896",
  8161. "name": "page",
  8162. "desc": "页码"
  8163. },
  8164. {
  8165. "required": "0",
  8166. "_id": "5f35e89dbc7e8e560914f895",
  8167. "name": "phone",
  8168. "desc": "接受短信的手机号"
  8169. },
  8170. {
  8171. "required": "0",
  8172. "_id": "5f35e89dbc7e8e560914f894",
  8173. "name": "recordId",
  8174. "desc": "发送记录id"
  8175. },
  8176. {
  8177. "required": "0",
  8178. "_id": "5f35e89dbc7e8e560914f893",
  8179. "name": "resultCode",
  8180. "desc": "状态码 null=全部,100=成功,130=失败,131=空号,132=停机,133=关机,134=无状态, 134=无状态, 400黑名单"
  8181. },
  8182. {
  8183. "required": "0",
  8184. "_id": "5f35e89dbc7e8e560914f892",
  8185. "name": "uid",
  8186. "desc": "短信平台账号"
  8187. }
  8188. ],
  8189. "req_body_type": "raw",
  8190. "res_body_type": "json",
  8191. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addIp\": {\n \"type\": \"string\",\n \"description\": \"添加记录ip\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"短信内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"短信发送记录编号\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"接受短信的手机号\"\n },\n \"recordId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发送记录id\"\n },\n \"resultcode\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态码 100=成功,130=失败,131=空号,132=停机,133=关机,134=无状态\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"短信模板ID\"\n },\n \"uid\": {\n \"type\": \"string\",\n \"description\": \"短信平台账号\"\n }\n },\n \"title\": \"SmsRecord对象\",\n \"description\": \"短信发送记录表\",\n \"$$ref\": \"#/definitions/SmsRecord对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SmsRecord对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SmsRecord对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SmsRecord对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SmsRecord对象»»\"\n}",
  8192. "project_id": 52,
  8193. "catid": 4343,
  8194. "uid": 93,
  8195. "add_time": 1597368477,
  8196. "up_time": 1597368477,
  8197. "__v": 0
  8198. },
  8199. {
  8200. "query_path": {
  8201. "path": "/api/admin/sms/config/save",
  8202. "params": []
  8203. },
  8204. "edit_uid": 0,
  8205. "status": "undone",
  8206. "type": "static",
  8207. "req_body_is_json_schema": true,
  8208. "res_body_is_json_schema": true,
  8209. "api_opened": false,
  8210. "index": 0,
  8211. "tag": [],
  8212. "_id": 6472,
  8213. "method": "POST",
  8214. "title": "短信提醒开关保存",
  8215. "path": "/api/admin/sms/config/save",
  8216. "req_params": [],
  8217. "req_body_form": [],
  8218. "req_headers": [
  8219. {
  8220. "required": "1",
  8221. "_id": "5f35e89dbc7e8e560914f882",
  8222. "name": "Content-Type",
  8223. "value": "application/json"
  8224. }
  8225. ],
  8226. "req_query": [
  8227. {
  8228. "required": "1",
  8229. "_id": "5f35e89dbc7e8e560914f88a",
  8230. "name": "adminConfirmTakeOverSwitch",
  8231. "desc": "用户发起退款管理员短信提醒"
  8232. },
  8233. {
  8234. "required": "1",
  8235. "_id": "5f35e89dbc7e8e560914f889",
  8236. "name": "adminLowerOrderSwitch",
  8237. "desc": "用户下单管理员短信提醒"
  8238. },
  8239. {
  8240. "required": "1",
  8241. "_id": "5f35e89dbc7e8e560914f888",
  8242. "name": "adminPaySuccessSwitch",
  8243. "desc": "支付成功管理员短信提醒"
  8244. },
  8245. {
  8246. "required": "1",
  8247. "_id": "5f35e89dbc7e8e560914f887",
  8248. "name": "adminRefundSwitch",
  8249. "desc": "用户确认收货管理员短信提醒"
  8250. },
  8251. {
  8252. "required": "1",
  8253. "_id": "5f35e89dbc7e8e560914f886",
  8254. "name": "confirmTakeOverSwitch",
  8255. "desc": "确认收货短信提醒"
  8256. },
  8257. {
  8258. "required": "1",
  8259. "_id": "5f35e89dbc7e8e560914f885",
  8260. "name": "deliverGoodsSwitch",
  8261. "desc": "发货短信提醒"
  8262. },
  8263. {
  8264. "required": "1",
  8265. "_id": "5f35e89dbc7e8e560914f884",
  8266. "name": "lowerOrderSwitch",
  8267. "desc": "支付成功短信提醒"
  8268. },
  8269. {
  8270. "required": "1",
  8271. "_id": "5f35e89dbc7e8e560914f883",
  8272. "name": "priceRevisionSwitch",
  8273. "desc": "改价短信提醒"
  8274. }
  8275. ],
  8276. "req_body_type": "json",
  8277. "res_body_type": "json",
  8278. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  8279. "project_id": 52,
  8280. "catid": 4343,
  8281. "uid": 93,
  8282. "add_time": 1597368477,
  8283. "up_time": 1597368477,
  8284. "__v": 0
  8285. },
  8286. {
  8287. "query_path": {
  8288. "path": "/api/admin/sms/config/list",
  8289. "params": []
  8290. },
  8291. "edit_uid": 0,
  8292. "status": "undone",
  8293. "type": "static",
  8294. "req_body_is_json_schema": true,
  8295. "res_body_is_json_schema": true,
  8296. "api_opened": false,
  8297. "index": 0,
  8298. "tag": [],
  8299. "_id": 6470,
  8300. "method": "POST",
  8301. "title": "短信提醒开关列表",
  8302. "path": "/api/admin/sms/config/list",
  8303. "req_params": [],
  8304. "req_body_form": [],
  8305. "req_headers": [
  8306. {
  8307. "required": "1",
  8308. "_id": "5f35e89cbc7e8e560914f881",
  8309. "name": "Content-Type",
  8310. "value": "application/json"
  8311. }
  8312. ],
  8313. "req_query": [],
  8314. "req_body_type": "json",
  8315. "res_body_type": "json",
  8316. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  8317. "project_id": 52,
  8318. "catid": 4343,
  8319. "uid": 93,
  8320. "add_time": 1597368476,
  8321. "up_time": 1597368476,
  8322. "__v": 0
  8323. },
  8324. {
  8325. "query_path": {
  8326. "path": "/api/admin/sms/temp/list",
  8327. "params": []
  8328. },
  8329. "edit_uid": 0,
  8330. "status": "undone",
  8331. "type": "static",
  8332. "req_body_is_json_schema": false,
  8333. "res_body_is_json_schema": true,
  8334. "api_opened": false,
  8335. "index": 0,
  8336. "tag": [],
  8337. "_id": 6496,
  8338. "method": "GET",
  8339. "title": "短信模板列表",
  8340. "path": "/api/admin/sms/temp/list",
  8341. "req_params": [],
  8342. "req_body_form": [],
  8343. "req_headers": [],
  8344. "req_query": [
  8345. {
  8346. "required": "0",
  8347. "_id": "5f35e89ebc7e8e560914f8a9",
  8348. "name": "limit",
  8349. "desc": "每页数量"
  8350. },
  8351. {
  8352. "required": "0",
  8353. "_id": "5f35e89ebc7e8e560914f8a8",
  8354. "name": "page",
  8355. "desc": "页码"
  8356. },
  8357. {
  8358. "required": "0",
  8359. "_id": "5f35e89ebc7e8e560914f8a7",
  8360. "name": "status",
  8361. "desc": "状态"
  8362. },
  8363. {
  8364. "required": "0",
  8365. "_id": "5f35e89ebc7e8e560914f8a6",
  8366. "name": "title",
  8367. "desc": "名称"
  8368. }
  8369. ],
  8370. "req_body_type": "raw",
  8371. "res_body_type": "json",
  8372. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8373. "project_id": 52,
  8374. "catid": 4343,
  8375. "uid": 93,
  8376. "add_time": 1597368478,
  8377. "up_time": 1597368478,
  8378. "__v": 0
  8379. },
  8380. {
  8381. "query_path": {
  8382. "path": "/api/admin/sms/info",
  8383. "params": []
  8384. },
  8385. "edit_uid": 0,
  8386. "status": "undone",
  8387. "type": "static",
  8388. "req_body_is_json_schema": false,
  8389. "res_body_is_json_schema": true,
  8390. "api_opened": false,
  8391. "index": 0,
  8392. "tag": [],
  8393. "_id": 6474,
  8394. "method": "GET",
  8395. "title": "短信用户信息",
  8396. "path": "/api/admin/sms/info",
  8397. "req_params": [],
  8398. "req_body_form": [],
  8399. "req_headers": [],
  8400. "req_query": [],
  8401. "req_body_type": "raw",
  8402. "res_body_type": "json",
  8403. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8404. "project_id": 52,
  8405. "catid": 4343,
  8406. "uid": 93,
  8407. "add_time": 1597368477,
  8408. "up_time": 1597368477,
  8409. "__v": 0
  8410. },
  8411. {
  8412. "query_path": {
  8413. "path": "/api/admin/sms/pay/list",
  8414. "params": []
  8415. },
  8416. "edit_uid": 0,
  8417. "status": "undone",
  8418. "type": "static",
  8419. "req_body_is_json_schema": false,
  8420. "res_body_is_json_schema": true,
  8421. "api_opened": false,
  8422. "index": 0,
  8423. "tag": [],
  8424. "_id": 6482,
  8425. "method": "GET",
  8426. "title": "获取支付套餐列表",
  8427. "path": "/api/admin/sms/pay/list",
  8428. "req_params": [],
  8429. "req_body_form": [],
  8430. "req_headers": [],
  8431. "req_query": [
  8432. {
  8433. "required": "0",
  8434. "_id": "5f35e89dbc7e8e560914f88e",
  8435. "name": "limit",
  8436. "desc": "每页数量"
  8437. },
  8438. {
  8439. "required": "0",
  8440. "_id": "5f35e89dbc7e8e560914f88d",
  8441. "name": "page",
  8442. "desc": "页码"
  8443. }
  8444. ],
  8445. "req_body_type": "raw",
  8446. "res_body_type": "json",
  8447. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8448. "project_id": 52,
  8449. "catid": 4343,
  8450. "uid": 93,
  8451. "add_time": 1597368477,
  8452. "up_time": 1597368477,
  8453. "__v": 0
  8454. },
  8455. {
  8456. "query_path": {
  8457. "path": "/api/admin/sms/pay/qrCode",
  8458. "params": []
  8459. },
  8460. "edit_uid": 0,
  8461. "status": "undone",
  8462. "type": "static",
  8463. "req_body_is_json_schema": false,
  8464. "res_body_is_json_schema": true,
  8465. "api_opened": false,
  8466. "index": 0,
  8467. "tag": [],
  8468. "_id": 6484,
  8469. "method": "GET",
  8470. "title": "获取支付码",
  8471. "path": "/api/admin/sms/pay/qrCode",
  8472. "req_params": [],
  8473. "req_body_form": [],
  8474. "req_headers": [],
  8475. "req_query": [
  8476. {
  8477. "required": "0",
  8478. "_id": "5f35e89dbc7e8e560914f891",
  8479. "name": "mealId",
  8480. "desc": "套餐id"
  8481. },
  8482. {
  8483. "required": "0",
  8484. "_id": "5f35e89dbc7e8e560914f890",
  8485. "name": "payType",
  8486. "desc": "支付类型 weixin:微信支付/alipay:支付宝支付"
  8487. },
  8488. {
  8489. "required": "0",
  8490. "_id": "5f35e89dbc7e8e560914f88f",
  8491. "name": "price",
  8492. "desc": "价格"
  8493. }
  8494. ],
  8495. "req_body_type": "raw",
  8496. "res_body_type": "json",
  8497. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8498. "project_id": 52,
  8499. "catid": 4343,
  8500. "uid": 93,
  8501. "add_time": 1597368477,
  8502. "up_time": 1597368477,
  8503. "__v": 0
  8504. },
  8505. {
  8506. "query_path": {
  8507. "path": "/api/admin/sms/register",
  8508. "params": []
  8509. },
  8510. "edit_uid": 0,
  8511. "status": "undone",
  8512. "type": "static",
  8513. "req_body_is_json_schema": true,
  8514. "res_body_is_json_schema": true,
  8515. "api_opened": false,
  8516. "index": 0,
  8517. "tag": [],
  8518. "_id": 6488,
  8519. "method": "POST",
  8520. "title": "账号注册",
  8521. "path": "/api/admin/sms/register",
  8522. "req_params": [],
  8523. "req_body_form": [],
  8524. "req_headers": [
  8525. {
  8526. "required": "1",
  8527. "_id": "5f35e89dbc7e8e560914f898",
  8528. "name": "Content-Type",
  8529. "value": "application/json"
  8530. }
  8531. ],
  8532. "req_query": [
  8533. {
  8534. "required": "1",
  8535. "_id": "5f35e89dbc7e8e560914f89e",
  8536. "name": "account",
  8537. "desc": "账号"
  8538. },
  8539. {
  8540. "required": "0",
  8541. "_id": "5f35e89dbc7e8e560914f89d",
  8542. "name": "code",
  8543. "desc": "验证码"
  8544. },
  8545. {
  8546. "required": "1",
  8547. "_id": "5f35e89dbc7e8e560914f89c",
  8548. "name": "domain",
  8549. "desc": "域名"
  8550. },
  8551. {
  8552. "required": "1",
  8553. "_id": "5f35e89dbc7e8e560914f89b",
  8554. "name": "password",
  8555. "desc": "密码"
  8556. },
  8557. {
  8558. "required": "1",
  8559. "_id": "5f35e89dbc7e8e560914f89a",
  8560. "name": "phone",
  8561. "desc": "手机号"
  8562. },
  8563. {
  8564. "required": "1",
  8565. "_id": "5f35e89dbc7e8e560914f899",
  8566. "name": "sign",
  8567. "desc": "签名"
  8568. }
  8569. ],
  8570. "req_body_type": "json",
  8571. "res_body_type": "json",
  8572. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"object\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«JSONObject»\",\n \"$$ref\": \"#/definitions/CommonResult«JSONObject»\"\n}",
  8573. "project_id": 52,
  8574. "catid": 4343,
  8575. "uid": 93,
  8576. "add_time": 1597368477,
  8577. "up_time": 1597368477,
  8578. "__v": 0
  8579. }
  8580. ]
  8581. },
  8582. {
  8583. "index": 0,
  8584. "name": "统计 -- 主页",
  8585. "desc": "Home Controller",
  8586. "add_time": 1597368470,
  8587. "up_time": 1597368470,
  8588. "list": [
  8589. {
  8590. "query_path": {
  8591. "path": "/api/admin/statistics/home/chart/order",
  8592. "params": []
  8593. },
  8594. "edit_uid": 0,
  8595. "status": "undone",
  8596. "type": "static",
  8597. "req_body_is_json_schema": false,
  8598. "res_body_is_json_schema": true,
  8599. "api_opened": false,
  8600. "index": 0,
  8601. "tag": [],
  8602. "_id": 6498,
  8603. "method": "GET",
  8604. "title": "30天订单量趋势",
  8605. "path": "/api/admin/statistics/home/chart/order",
  8606. "req_params": [],
  8607. "req_body_form": [],
  8608. "req_headers": [],
  8609. "req_query": [],
  8610. "req_body_type": "raw",
  8611. "res_body_type": "json",
  8612. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  8613. "project_id": 52,
  8614. "catid": 4352,
  8615. "uid": 93,
  8616. "add_time": 1597368478,
  8617. "up_time": 1597368478,
  8618. "__v": 0
  8619. },
  8620. {
  8621. "query_path": {
  8622. "path": "/api/admin/statistics/home/chart/order/week",
  8623. "params": []
  8624. },
  8625. "edit_uid": 0,
  8626. "status": "undone",
  8627. "type": "static",
  8628. "req_body_is_json_schema": false,
  8629. "res_body_is_json_schema": true,
  8630. "api_opened": false,
  8631. "index": 0,
  8632. "tag": [],
  8633. "_id": 6502,
  8634. "method": "GET",
  8635. "title": "周订单量趋势",
  8636. "path": "/api/admin/statistics/home/chart/order/week",
  8637. "req_params": [],
  8638. "req_body_form": [],
  8639. "req_headers": [],
  8640. "req_query": [],
  8641. "req_body_type": "raw",
  8642. "res_body_type": "json",
  8643. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  8644. "project_id": 52,
  8645. "catid": 4352,
  8646. "uid": 93,
  8647. "add_time": 1597368478,
  8648. "up_time": 1597368478,
  8649. "__v": 0
  8650. },
  8651. {
  8652. "query_path": {
  8653. "path": "/api/admin/statistics/home/chart/order/year",
  8654. "params": []
  8655. },
  8656. "edit_uid": 0,
  8657. "status": "undone",
  8658. "type": "static",
  8659. "req_body_is_json_schema": false,
  8660. "res_body_is_json_schema": true,
  8661. "api_opened": false,
  8662. "index": 0,
  8663. "tag": [],
  8664. "_id": 6504,
  8665. "method": "GET",
  8666. "title": "年订单量趋势",
  8667. "path": "/api/admin/statistics/home/chart/order/year",
  8668. "req_params": [],
  8669. "req_body_form": [],
  8670. "req_headers": [],
  8671. "req_query": [],
  8672. "req_body_type": "raw",
  8673. "res_body_type": "json",
  8674. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  8675. "project_id": 52,
  8676. "catid": 4352,
  8677. "uid": 93,
  8678. "add_time": 1597368478,
  8679. "up_time": 1597368478,
  8680. "__v": 0
  8681. },
  8682. {
  8683. "query_path": {
  8684. "path": "/api/admin/statistics/home/user",
  8685. "params": []
  8686. },
  8687. "edit_uid": 0,
  8688. "status": "undone",
  8689. "type": "static",
  8690. "req_body_is_json_schema": false,
  8691. "res_body_is_json_schema": true,
  8692. "api_opened": false,
  8693. "index": 0,
  8694. "tag": [],
  8695. "_id": 6514,
  8696. "method": "GET",
  8697. "title": "新增用户",
  8698. "path": "/api/admin/statistics/home/user",
  8699. "req_params": [],
  8700. "req_body_form": [],
  8701. "req_headers": [],
  8702. "req_query": [],
  8703. "req_body_type": "raw",
  8704. "res_body_type": "json",
  8705. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
  8706. "project_id": 52,
  8707. "catid": 4352,
  8708. "uid": 93,
  8709. "add_time": 1597368478,
  8710. "up_time": 1597368478,
  8711. "__v": 0
  8712. },
  8713. {
  8714. "query_path": {
  8715. "path": "/api/admin/statistics/home/chart/order/month",
  8716. "params": []
  8717. },
  8718. "edit_uid": 0,
  8719. "status": "undone",
  8720. "type": "static",
  8721. "req_body_is_json_schema": false,
  8722. "res_body_is_json_schema": true,
  8723. "api_opened": false,
  8724. "index": 0,
  8725. "tag": [],
  8726. "_id": 6500,
  8727. "method": "GET",
  8728. "title": "月订单量趋势",
  8729. "path": "/api/admin/statistics/home/chart/order/month",
  8730. "req_params": [],
  8731. "req_body_form": [],
  8732. "req_headers": [],
  8733. "req_query": [],
  8734. "req_body_type": "raw",
  8735. "res_body_type": "json",
  8736. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,object»»\"\n}",
  8737. "project_id": 52,
  8738. "catid": 4352,
  8739. "uid": 93,
  8740. "add_time": 1597368478,
  8741. "up_time": 1597368478,
  8742. "__v": 0
  8743. },
  8744. {
  8745. "query_path": {
  8746. "path": "/api/admin/statistics/home/chart/user",
  8747. "params": []
  8748. },
  8749. "edit_uid": 0,
  8750. "status": "undone",
  8751. "type": "static",
  8752. "req_body_is_json_schema": false,
  8753. "res_body_is_json_schema": true,
  8754. "api_opened": false,
  8755. "index": 0,
  8756. "tag": [],
  8757. "_id": 6506,
  8758. "method": "GET",
  8759. "title": "用户曲线图",
  8760. "path": "/api/admin/statistics/home/chart/user",
  8761. "req_params": [],
  8762. "req_body_form": [],
  8763. "req_headers": [],
  8764. "req_query": [],
  8765. "req_body_type": "raw",
  8766. "res_body_type": "json",
  8767. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«object,object»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«object,object»»\"\n}",
  8768. "project_id": 52,
  8769. "catid": 4352,
  8770. "uid": 93,
  8771. "add_time": 1597368478,
  8772. "up_time": 1597368478,
  8773. "__v": 0
  8774. },
  8775. {
  8776. "query_path": {
  8777. "path": "/api/admin/statistics/home/views",
  8778. "params": []
  8779. },
  8780. "edit_uid": 0,
  8781. "status": "undone",
  8782. "type": "static",
  8783. "req_body_is_json_schema": false,
  8784. "res_body_is_json_schema": true,
  8785. "api_opened": false,
  8786. "index": 0,
  8787. "tag": [],
  8788. "_id": 6516,
  8789. "method": "GET",
  8790. "title": "用户访问量",
  8791. "path": "/api/admin/statistics/home/views",
  8792. "req_params": [],
  8793. "req_body_form": [],
  8794. "req_headers": [],
  8795. "req_query": [],
  8796. "req_body_type": "raw",
  8797. "res_body_type": "json",
  8798. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
  8799. "project_id": 52,
  8800. "catid": 4352,
  8801. "uid": 93,
  8802. "add_time": 1597368478,
  8803. "up_time": 1597368478,
  8804. "__v": 0
  8805. },
  8806. {
  8807. "query_path": {
  8808. "path": "/api/admin/statistics/home/chart/user/buy",
  8809. "params": []
  8810. },
  8811. "edit_uid": 0,
  8812. "status": "undone",
  8813. "type": "static",
  8814. "req_body_is_json_schema": false,
  8815. "res_body_is_json_schema": true,
  8816. "api_opened": false,
  8817. "index": 0,
  8818. "tag": [],
  8819. "_id": 6508,
  8820. "method": "GET",
  8821. "title": "用户购买统计",
  8822. "path": "/api/admin/statistics/home/chart/user/buy",
  8823. "req_params": [],
  8824. "req_body_form": [],
  8825. "req_headers": [],
  8826. "req_query": [],
  8827. "req_body_type": "raw",
  8828. "res_body_type": "json",
  8829. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,int»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,int»»\"\n}",
  8830. "project_id": 52,
  8831. "catid": 4352,
  8832. "uid": 93,
  8833. "add_time": 1597368478,
  8834. "up_time": 1597368478,
  8835. "__v": 0
  8836. },
  8837. {
  8838. "query_path": {
  8839. "path": "/api/admin/statistics/home/order",
  8840. "params": []
  8841. },
  8842. "edit_uid": 0,
  8843. "status": "undone",
  8844. "type": "static",
  8845. "req_body_is_json_schema": false,
  8846. "res_body_is_json_schema": true,
  8847. "api_opened": false,
  8848. "index": 0,
  8849. "tag": [],
  8850. "_id": 6510,
  8851. "method": "GET",
  8852. "title": "订单量",
  8853. "path": "/api/admin/statistics/home/order",
  8854. "req_params": [],
  8855. "req_body_form": [],
  8856. "req_headers": [],
  8857. "req_query": [],
  8858. "req_body_type": "raw",
  8859. "res_body_type": "json",
  8860. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
  8861. "project_id": 52,
  8862. "catid": 4352,
  8863. "uid": 93,
  8864. "add_time": 1597368478,
  8865. "up_time": 1597368478,
  8866. "__v": 0
  8867. },
  8868. {
  8869. "query_path": {
  8870. "path": "/api/admin/statistics/home/sales",
  8871. "params": []
  8872. },
  8873. "edit_uid": 0,
  8874. "status": "undone",
  8875. "type": "static",
  8876. "req_body_is_json_schema": false,
  8877. "res_body_is_json_schema": true,
  8878. "api_opened": false,
  8879. "index": 0,
  8880. "tag": [],
  8881. "_id": 6512,
  8882. "method": "GET",
  8883. "title": "销售额",
  8884. "path": "/api/admin/statistics/home/sales",
  8885. "req_params": [],
  8886. "req_body_form": [],
  8887. "req_headers": [],
  8888. "req_query": [],
  8889. "req_body_type": "raw",
  8890. "res_body_type": "json",
  8891. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"count\": {\n \"type\": \"object\",\n \"description\": \"昨日新增量\"\n },\n \"dayRate\": {\n \"type\": \"object\",\n \"description\": \"日同比率\"\n },\n \"total\": {\n \"type\": \"object\",\n \"description\": \"总数\"\n },\n \"weekRate\": {\n \"type\": \"object\",\n \"description\": \"周同比率\"\n }\n },\n \"title\": \"HomeRateResponse对象\",\n \"description\": \"主页用户新增统计\",\n \"$$ref\": \"#/definitions/HomeRateResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HomeRateResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«HomeRateResponse对象»\"\n}",
  8892. "project_id": 52,
  8893. "catid": 4352,
  8894. "uid": 93,
  8895. "add_time": 1597368478,
  8896. "up_time": 1597368478,
  8897. "__v": 0
  8898. }
  8899. ]
  8900. },
  8901. {
  8902. "index": 0,
  8903. "name": "营销 -- 优惠券",
  8904. "desc": "Store Coupon Controller",
  8905. "add_time": 1597368470,
  8906. "up_time": 1597368470,
  8907. "list": [
  8908. {
  8909. "query_path": {
  8910. "path": "/api/admin/marketing/coupon/update/status",
  8911. "params": []
  8912. },
  8913. "edit_uid": 0,
  8914. "status": "undone",
  8915. "type": "static",
  8916. "req_body_is_json_schema": true,
  8917. "res_body_is_json_schema": true,
  8918. "api_opened": false,
  8919. "index": 0,
  8920. "tag": [],
  8921. "_id": 6460,
  8922. "method": "POST",
  8923. "title": "修改",
  8924. "path": "/api/admin/marketing/coupon/update/status",
  8925. "req_params": [],
  8926. "req_body_form": [],
  8927. "req_headers": [
  8928. {
  8929. "required": "1",
  8930. "_id": "5f35e89abc7e8e560914f872",
  8931. "name": "Content-Type",
  8932. "value": "application/json"
  8933. }
  8934. ],
  8935. "req_query": [
  8936. {
  8937. "required": "1",
  8938. "_id": "5f35e89abc7e8e560914f874",
  8939. "name": "id",
  8940. "desc": "id"
  8941. },
  8942. {
  8943. "required": "1",
  8944. "_id": "5f35e89abc7e8e560914f873",
  8945. "name": "status",
  8946. "desc": "status"
  8947. }
  8948. ],
  8949. "req_body_type": "json",
  8950. "res_body_type": "json",
  8951. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  8952. "project_id": 52,
  8953. "catid": 4361,
  8954. "uid": 93,
  8955. "add_time": 1597368474,
  8956. "up_time": 1597368474,
  8957. "__v": 0
  8958. },
  8959. {
  8960. "query_path": {
  8961. "path": "/api/admin/marketing/coupon/list",
  8962. "params": []
  8963. },
  8964. "edit_uid": 0,
  8965. "status": "undone",
  8966. "type": "static",
  8967. "req_body_is_json_schema": false,
  8968. "res_body_is_json_schema": true,
  8969. "api_opened": false,
  8970. "index": 0,
  8971. "tag": [],
  8972. "_id": 6456,
  8973. "method": "GET",
  8974. "title": "分页列表",
  8975. "path": "/api/admin/marketing/coupon/list",
  8976. "req_params": [],
  8977. "req_body_form": [],
  8978. "req_headers": [],
  8979. "req_query": [
  8980. {
  8981. "required": "0",
  8982. "_id": "5f35e89abc7e8e560914f870",
  8983. "name": "isDel",
  8984. "desc": "是否删除 状态(0:否,1:是)"
  8985. },
  8986. {
  8987. "required": "0",
  8988. "_id": "5f35e89abc7e8e560914f86f",
  8989. "name": "limit",
  8990. "desc": "每页数量"
  8991. },
  8992. {
  8993. "required": "0",
  8994. "_id": "5f35e89abc7e8e560914f86e",
  8995. "name": "name",
  8996. "desc": "优惠券名称"
  8997. },
  8998. {
  8999. "required": "0",
  9000. "_id": "5f35e89abc7e8e560914f86d",
  9001. "name": "page",
  9002. "desc": "页码"
  9003. },
  9004. {
  9005. "required": "0",
  9006. "_id": "5f35e89abc7e8e560914f86c",
  9007. "name": "primaryKey",
  9008. "desc": "所属商品id / 分类id"
  9009. },
  9010. {
  9011. "required": "0",
  9012. "_id": "5f35e89abc7e8e560914f86b",
  9013. "name": "status",
  9014. "desc": "状态(0:关闭,1:开启)"
  9015. },
  9016. {
  9017. "required": "0",
  9018. "_id": "5f35e89abc7e8e560914f86a",
  9019. "name": "type",
  9020. "desc": "优惠券类型 1 手动领取, 2 新人券, 3 赠送券"
  9021. },
  9022. {
  9023. "required": "0",
  9024. "_id": "5f35e89abc7e8e560914f869",
  9025. "name": "useType",
  9026. "desc": "使用类型 1 全场通用, 2 商品券, 3 品类券"
  9027. }
  9028. ],
  9029. "req_body_type": "raw",
  9030. "res_body_type": "json",
  9031. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"primaryKey\"\n ],\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券表ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除 状态(0:否,1:是)\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定使用时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 不限量, 1限量\"\n },\n \"lastTotal\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"剩余数量\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费,0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(0:关闭,1:开启)\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发放总数\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券类型 1 手动领取, 2 新人券, 3 赠送券\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"useEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 结束时间\"\n },\n \"useStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 开始时间\"\n },\n
  9032. "project_id": 52,
  9033. "catid": 4361,
  9034. "uid": 93,
  9035. "add_time": 1597368474,
  9036. "up_time": 1597368474,
  9037. "__v": 0
  9038. },
  9039. {
  9040. "query_path": {
  9041. "path": "/api/admin/marketing/coupon/save",
  9042. "params": []
  9043. },
  9044. "edit_uid": 0,
  9045. "status": "undone",
  9046. "type": "static",
  9047. "req_body_is_json_schema": true,
  9048. "res_body_is_json_schema": true,
  9049. "api_opened": false,
  9050. "index": 0,
  9051. "tag": [],
  9052. "_id": 6458,
  9053. "method": "POST",
  9054. "title": "新增",
  9055. "path": "/api/admin/marketing/coupon/save",
  9056. "req_params": [],
  9057. "req_body_form": [],
  9058. "req_headers": [
  9059. {
  9060. "required": "1",
  9061. "_id": "5f35e89abc7e8e560914f871",
  9062. "name": "Content-Type",
  9063. "value": "application/json"
  9064. }
  9065. ],
  9066. "req_query": [],
  9067. "req_body_type": "json",
  9068. "res_body_type": "json",
  9069. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9070. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"isFixedTime\",\n \"isForever\",\n \"isLimited\",\n \"minPrice\",\n \"money\",\n \"name\",\n \"primaryKey\"\n ],\n \"properties\": {\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"请设置是否固定使用时间, 默认0 否, 1是\"\n },\n \"isForever\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定领取时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 否, 1是\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费,0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(0:关闭,1:开启)\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"发放总数\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券类型 1 手动领取, 2 新人券, 3 赠送券\"\n },\n \"useEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 结束时间\"\n },\n \"useStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可使用时间范围 开始时间\"\n },\n \"useType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"使用类型 1 全场通用, 2 商品券, 3 品类券\"\n }\n },\n \"title\": \"StoreCouponRequest对象\",\n \"description\": \"优惠券表\",\n \"$$ref\": \"#/definitions/StoreCouponRequest对象\"\n}",
  9071. "project_id": 52,
  9072. "catid": 4361,
  9073. "uid": 93,
  9074. "add_time": 1597368474,
  9075. "up_time": 1597368474,
  9076. "__v": 0
  9077. },
  9078. {
  9079. "query_path": {
  9080. "path": "/api/admin/marketing/coupon/info",
  9081. "params": []
  9082. },
  9083. "edit_uid": 0,
  9084. "status": "undone",
  9085. "type": "static",
  9086. "req_body_is_json_schema": true,
  9087. "res_body_is_json_schema": true,
  9088. "api_opened": false,
  9089. "index": 0,
  9090. "tag": [],
  9091. "_id": 6454,
  9092. "method": "POST",
  9093. "title": "详情",
  9094. "path": "/api/admin/marketing/coupon/info",
  9095. "req_params": [],
  9096. "req_body_form": [],
  9097. "req_headers": [
  9098. {
  9099. "required": "1",
  9100. "_id": "5f35e89abc7e8e560914f867",
  9101. "name": "Content-Type",
  9102. "value": "application/json"
  9103. }
  9104. ],
  9105. "req_query": [
  9106. {
  9107. "required": "1",
  9108. "_id": "5f35e89abc7e8e560914f868",
  9109. "name": "id",
  9110. "desc": "id"
  9111. }
  9112. ],
  9113. "req_body_type": "json",
  9114. "res_body_type": "json",
  9115. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"category\": {\n \"type\": \"array\",\n \"description\": \"分类信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型ID | 类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置 \"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"Category对象\",\n \"description\": \"分类表\",\n \"$$ref\": \"#/definitions/Category对象\"\n }\n },\n \"coupon\": {\n \"type\": \"object\",\n \"required\": [\n \"isFixedTime\",\n \"isForever\",\n \"isLimited\",\n \"minPrice\",\n \"money\",\n \"name\",\n \"primaryKey\"\n ],\n \"properties\": {\n \"day\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"天数\"\n },\n \"isFixedTime\": {\n \"type\": \"boolean\",\n \"description\": \"请设置是否固定使用时间, 默认0 否, 1是\"\n },\n \"isForever\": {\n \"type\": \"boolean\",\n \"description\": \"是否固定领取时间, 默认0 否, 1是\"\n },\n \"isLimited\": {\n \"type\": \"boolean\",\n \"description\": \"是否限量, 默认0 否, 1是\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费,0代表不限制\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"兑换的优惠券面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"receiveEndTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取结束时间\"\n },\n \"receiveStartTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"可领取开始时间\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"descriptio
  9116. "project_id": 52,
  9117. "catid": 4361,
  9118. "uid": 93,
  9119. "add_time": 1597368474,
  9120. "up_time": 1597368474,
  9121. "__v": 0
  9122. }
  9123. ]
  9124. },
  9125. {
  9126. "index": 0,
  9127. "name": "营销 -- 优惠券 -- 领取记录",
  9128. "desc": "Store Coupon User Controller",
  9129. "add_time": 1597368470,
  9130. "up_time": 1597368470,
  9131. "list": [
  9132. {
  9133. "query_path": {
  9134. "path": "/api/admin/marketing/coupon/user/list",
  9135. "params": []
  9136. },
  9137. "edit_uid": 0,
  9138. "status": "undone",
  9139. "type": "static",
  9140. "req_body_is_json_schema": false,
  9141. "res_body_is_json_schema": true,
  9142. "api_opened": false,
  9143. "index": 0,
  9144. "tag": [],
  9145. "_id": 6462,
  9146. "method": "GET",
  9147. "title": "分页列表",
  9148. "path": "/api/admin/marketing/coupon/user/list",
  9149. "req_params": [],
  9150. "req_body_form": [],
  9151. "req_headers": [],
  9152. "req_query": [
  9153. {
  9154. "required": "0",
  9155. "_id": "5f35e89abc7e8e560914f87b",
  9156. "name": "couponId",
  9157. "desc": "优惠券id"
  9158. },
  9159. {
  9160. "required": "0",
  9161. "_id": "5f35e89abc7e8e560914f87a",
  9162. "name": "limit",
  9163. "desc": "每页数量"
  9164. },
  9165. {
  9166. "required": "0",
  9167. "_id": "5f35e89abc7e8e560914f879",
  9168. "name": "minPrice",
  9169. "desc": "最低消费多少金额可用优惠券"
  9170. },
  9171. {
  9172. "required": "0",
  9173. "_id": "5f35e89abc7e8e560914f878",
  9174. "name": "name",
  9175. "desc": "优惠券名称"
  9176. },
  9177. {
  9178. "required": "0",
  9179. "_id": "5f35e89abc7e8e560914f877",
  9180. "name": "page",
  9181. "desc": "页码"
  9182. },
  9183. {
  9184. "required": "0",
  9185. "_id": "5f35e89abc7e8e560914f876",
  9186. "name": "status",
  9187. "desc": "状态(0:未使用,1:已使用, 2:已过期)"
  9188. },
  9189. {
  9190. "required": "0",
  9191. "_id": "5f35e89abc7e8e560914f875",
  9192. "name": "uid",
  9193. "desc": "优惠券所属用户"
  9194. }
  9195. ],
  9196. "req_body_type": "raw",
  9197. "res_body_type": "json",
  9198. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"primaryKey\"\n ],\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"用户头像\"\n },\n \"cid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"兑换的项目id\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券发布id\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"endTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"过期时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"id\"\n },\n \"isValid\": {\n \"type\": \"boolean\",\n \"description\": \"用户头像\"\n },\n \"minPrice\": {\n \"type\": \"number\",\n \"description\": \"最低消费多少金额可用优惠券\"\n },\n \"money\": {\n \"type\": \"number\",\n \"description\": \"优惠券的面值\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"优惠券名称\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"用户昵称\"\n },\n \"primaryKey\": {\n \"type\": \"string\",\n \"description\": \"主键id 商品id/分类id\"\n },\n \"startTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"开始使用时间\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态(0:未使用,1:已使用, 2:已失效)\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"获取方式\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"领取人id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"useTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"使用时间\"\n },\n \"useType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"使用类型 1 全场通用, 2 商品券, 3 品类券\"\n }\n },\n \"title\": \"StoreCouponUserResponse对象\",\n \"description\": \"优惠券记录表\",\n \"$$ref\": \"#/definitions/StoreCouponUserResponse对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n
  9199. "project_id": 52,
  9200. "catid": 4370,
  9201. "uid": 93,
  9202. "add_time": 1597368474,
  9203. "up_time": 1597368474,
  9204. "__v": 0
  9205. },
  9206. {
  9207. "query_path": {
  9208. "path": "/api/admin/marketing/coupon/user/receive",
  9209. "params": []
  9210. },
  9211. "edit_uid": 0,
  9212. "status": "undone",
  9213. "type": "static",
  9214. "req_body_is_json_schema": true,
  9215. "res_body_is_json_schema": true,
  9216. "api_opened": false,
  9217. "index": 0,
  9218. "tag": [],
  9219. "_id": 6464,
  9220. "method": "POST",
  9221. "title": "领券",
  9222. "path": "/api/admin/marketing/coupon/user/receive",
  9223. "req_params": [],
  9224. "req_body_form": [],
  9225. "req_headers": [
  9226. {
  9227. "required": "1",
  9228. "_id": "5f35e89abc7e8e560914f87c",
  9229. "name": "Content-Type",
  9230. "value": "application/json"
  9231. }
  9232. ],
  9233. "req_query": [
  9234. {
  9235. "required": "0",
  9236. "_id": "5f35e89abc7e8e560914f87e",
  9237. "name": "couponId",
  9238. "desc": "优惠券发布id"
  9239. },
  9240. {
  9241. "required": "0",
  9242. "_id": "5f35e89abc7e8e560914f87d",
  9243. "name": "uid",
  9244. "desc": "领取人id, 多个id逗号分割"
  9245. }
  9246. ],
  9247. "req_body_type": "json",
  9248. "res_body_type": "json",
  9249. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9250. "project_id": 52,
  9251. "catid": 4370,
  9252. "uid": 93,
  9253. "add_time": 1597368474,
  9254. "up_time": 1597368474,
  9255. "__v": 0
  9256. }
  9257. ]
  9258. },
  9259. {
  9260. "index": 0,
  9261. "name": "订单",
  9262. "desc": "Store Order Controller",
  9263. "add_time": 1597368470,
  9264. "up_time": 1597368470,
  9265. "list": [
  9266. {
  9267. "query_path": {
  9268. "path": "/api/admin/store/order/update",
  9269. "params": []
  9270. },
  9271. "edit_uid": 0,
  9272. "status": "undone",
  9273. "type": "static",
  9274. "req_body_is_json_schema": true,
  9275. "res_body_is_json_schema": true,
  9276. "api_opened": false,
  9277. "index": 0,
  9278. "tag": [],
  9279. "_id": 6556,
  9280. "method": "POST",
  9281. "title": "修改订单",
  9282. "path": "/api/admin/store/order/update",
  9283. "req_params": [],
  9284. "req_body_form": [],
  9285. "req_headers": [
  9286. {
  9287. "required": "1",
  9288. "_id": "5f35e8a0bc7e8e560914f8de",
  9289. "name": "Content-Type",
  9290. "value": "application/json"
  9291. }
  9292. ],
  9293. "req_query": [
  9294. {
  9295. "required": "1",
  9296. "_id": "5f35e8a0bc7e8e560914f8df",
  9297. "name": "id",
  9298. "desc": "id"
  9299. }
  9300. ],
  9301. "req_body_type": "json",
  9302. "res_body_type": "json",
  9303. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9304. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"totalPostage\": {\n \"type\": \"number\",\n \"description\": \"邮费\"\n },\n \"totalPrice\": {\n \"type\": \"number\",\n \"description\": \"订单总价\"\n }\n },\n \"title\": \"StoreOrderRequest对象\",\n \"description\": \"订单修改\",\n \"$$ref\": \"#/definitions/StoreOrderRequest对象\"\n}",
  9305. "project_id": 52,
  9306. "catid": 4379,
  9307. "uid": 93,
  9308. "add_time": 1597368480,
  9309. "up_time": 1597368480,
  9310. "__v": 0
  9311. },
  9312. {
  9313. "query_path": {
  9314. "path": "/api/admin/store/order/list",
  9315. "params": []
  9316. },
  9317. "edit_uid": 0,
  9318. "status": "undone",
  9319. "type": "static",
  9320. "req_body_is_json_schema": false,
  9321. "res_body_is_json_schema": true,
  9322. "api_opened": false,
  9323. "index": 0,
  9324. "tag": [],
  9325. "_id": 6536,
  9326. "method": "GET",
  9327. "title": "分页列表",
  9328. "path": "/api/admin/store/order/list",
  9329. "req_params": [],
  9330. "req_body_form": [],
  9331. "req_headers": [],
  9332. "req_query": [
  9333. {
  9334. "required": "0",
  9335. "_id": "5f35e89fbc7e8e560914f8be",
  9336. "name": "isDel",
  9337. "desc": "是否删除"
  9338. },
  9339. {
  9340. "required": "0",
  9341. "_id": "5f35e89fbc7e8e560914f8bd",
  9342. "name": "limit",
  9343. "desc": "每页数量"
  9344. },
  9345. {
  9346. "required": "0",
  9347. "_id": "5f35e89fbc7e8e560914f8bc",
  9348. "name": "orderId",
  9349. "desc": "订单号"
  9350. },
  9351. {
  9352. "required": "0",
  9353. "_id": "5f35e89fbc7e8e560914f8bb",
  9354. "name": "page",
  9355. "desc": "页码"
  9356. },
  9357. {
  9358. "required": "0",
  9359. "_id": "5f35e89fbc7e8e560914f8ba",
  9360. "name": "status",
  9361. "desc": "订单状态(all 总数; 未支付 unPaid; 未发货 notShipped;待收货 spike;待评价 bargain;已完成 complete;待核销 toBeWrittenOff;退款中:refunding;已退款:refunded;已删除:deleted"
  9362. },
  9363. {
  9364. "required": "0",
  9365. "_id": "5f35e89fbc7e8e560914f8b9",
  9366. "name": "timeRage",
  9367. "desc": "创建时间区间"
  9368. },
  9369. {
  9370. "required": "0",
  9371. "_id": "5f35e89fbc7e8e560914f8b8",
  9372. "name": "uid",
  9373. "desc": "用户id"
  9374. }
  9375. ],
  9376. "req_body_type": "raw",
  9377. "res_body_type": "json",
  9378. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"list\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"clerkName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"productList\": {\n \"type\": \"array\",\n \"description\": \"商品信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"info\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\"\n },\n \"attrStatus\": {\n \"type\": \"boolean\",\n \"description\": \"商品是否有效\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"brokerage\": {\n
  9379. "project_id": 52,
  9380. "catid": 4379,
  9381. "uid": 93,
  9382. "add_time": 1597368479,
  9383. "up_time": 1597368479,
  9384. "__v": 0
  9385. },
  9386. {
  9387. "query_path": {
  9388. "path": "/api/admin/store/order/delete",
  9389. "params": []
  9390. },
  9391. "edit_uid": 0,
  9392. "status": "undone",
  9393. "type": "static",
  9394. "req_body_is_json_schema": false,
  9395. "res_body_is_json_schema": true,
  9396. "api_opened": false,
  9397. "index": 0,
  9398. "tag": [],
  9399. "_id": 6530,
  9400. "method": "GET",
  9401. "title": "删除",
  9402. "path": "/api/admin/store/order/delete",
  9403. "req_params": [],
  9404. "req_body_form": [],
  9405. "req_headers": [],
  9406. "req_query": [
  9407. {
  9408. "required": "1",
  9409. "_id": "5f35e89fbc7e8e560914f8b5",
  9410. "name": "id",
  9411. "desc": "id"
  9412. }
  9413. ],
  9414. "req_body_type": "raw",
  9415. "res_body_type": "json",
  9416. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9417. "project_id": 52,
  9418. "catid": 4379,
  9419. "uid": 93,
  9420. "add_time": 1597368479,
  9421. "up_time": 1597368479,
  9422. "__v": 0
  9423. },
  9424. {
  9425. "query_path": {
  9426. "path": "/api/admin/store/order/send",
  9427. "params": []
  9428. },
  9429. "edit_uid": 0,
  9430. "status": "undone",
  9431. "type": "static",
  9432. "req_body_is_json_schema": false,
  9433. "res_body_is_json_schema": true,
  9434. "api_opened": false,
  9435. "index": 0,
  9436. "tag": [],
  9437. "_id": 6544,
  9438. "method": "GET",
  9439. "title": "发送货",
  9440. "path": "/api/admin/store/order/send",
  9441. "req_params": [],
  9442. "req_body_form": [],
  9443. "req_headers": [],
  9444. "req_query": [
  9445. {
  9446. "required": "0",
  9447. "_id": "5f35e89fbc7e8e560914f8ca",
  9448. "name": "expressCode",
  9449. "desc": "快递单号"
  9450. },
  9451. {
  9452. "required": "0",
  9453. "_id": "5f35e89fbc7e8e560914f8c9",
  9454. "name": "expressId",
  9455. "desc": "快递公司"
  9456. },
  9457. {
  9458. "required": "0",
  9459. "_id": "5f35e89fbc7e8e560914f8c8",
  9460. "name": "id",
  9461. "desc": "订单ID"
  9462. },
  9463. {
  9464. "required": "0",
  9465. "_id": "5f35e89fbc7e8e560914f8c7",
  9466. "name": "type",
  9467. "desc": "类型, 1,2,3"
  9468. }
  9469. ],
  9470. "req_body_type": "raw",
  9471. "res_body_type": "json",
  9472. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  9473. "project_id": 52,
  9474. "catid": 4379,
  9475. "uid": 93,
  9476. "add_time": 1597368479,
  9477. "up_time": 1597368479,
  9478. "__v": 0
  9479. },
  9480. {
  9481. "query_path": {
  9482. "path": "/api/admin/store/order/mark",
  9483. "params": []
  9484. },
  9485. "edit_uid": 0,
  9486. "status": "undone",
  9487. "type": "static",
  9488. "req_body_is_json_schema": true,
  9489. "res_body_is_json_schema": true,
  9490. "api_opened": false,
  9491. "index": 0,
  9492. "tag": [],
  9493. "_id": 6538,
  9494. "method": "POST",
  9495. "title": "备注",
  9496. "path": "/api/admin/store/order/mark",
  9497. "req_params": [],
  9498. "req_body_form": [],
  9499. "req_headers": [
  9500. {
  9501. "required": "1",
  9502. "_id": "5f35e89fbc7e8e560914f8bf",
  9503. "name": "Content-Type",
  9504. "value": "application/json"
  9505. }
  9506. ],
  9507. "req_query": [
  9508. {
  9509. "required": "1",
  9510. "_id": "5f35e89fbc7e8e560914f8c1",
  9511. "name": "id",
  9512. "desc": "id"
  9513. },
  9514. {
  9515. "required": "1",
  9516. "_id": "5f35e89fbc7e8e560914f8c0",
  9517. "name": "mark",
  9518. "desc": "mark"
  9519. }
  9520. ],
  9521. "req_body_type": "json",
  9522. "res_body_type": "json",
  9523. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9524. "project_id": 52,
  9525. "catid": 4379,
  9526. "uid": 93,
  9527. "add_time": 1597368479,
  9528. "up_time": 1597368479,
  9529. "__v": 0
  9530. },
  9531. {
  9532. "query_path": {
  9533. "path": "/api/admin/store/order/getLogisticsInfo",
  9534. "params": []
  9535. },
  9536. "edit_uid": 0,
  9537. "status": "undone",
  9538. "type": "static",
  9539. "req_body_is_json_schema": false,
  9540. "res_body_is_json_schema": true,
  9541. "api_opened": false,
  9542. "index": 0,
  9543. "tag": [],
  9544. "_id": 6532,
  9545. "method": "GET",
  9546. "title": "快递查询",
  9547. "path": "/api/admin/store/order/getLogisticsInfo",
  9548. "req_params": [],
  9549. "req_body_form": [],
  9550. "req_headers": [],
  9551. "req_query": [
  9552. {
  9553. "required": "1",
  9554. "_id": "5f35e89fbc7e8e560914f8b6",
  9555. "name": "id",
  9556. "desc": "id"
  9557. }
  9558. ],
  9559. "req_body_type": "raw",
  9560. "res_body_type": "json",
  9561. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"courier\": {\n \"type\": \"string\",\n \"description\": \"快递员 或 快递站(没有则为空\"\n },\n \"courierPhone\": {\n \"type\": \"string\",\n \"description\": \"快递员电话 (没有则为空)\"\n },\n \"deliverystatus\": {\n \"type\": \"string\",\n \"description\": \"快递收件(揽件)1.在途中 2.正在派件 3.已签收 4.派送失败 5.疑难件 6.退件签收 */\"\n },\n \"expName\": {\n \"type\": \"string\",\n \"description\": \"快递公司名称\"\n },\n \"expPhone\": {\n \"type\": \"string\",\n \"description\": \"快递公司电话\"\n },\n \"expSite\": {\n \"type\": \"string\",\n \"description\": \"快递公司官网\"\n },\n \"issign\": {\n \"type\": \"string\",\n \"description\": \"是否签收\"\n },\n \"list\": {\n \"type\": \"array\",\n \"description\": \"快递运送轨迹\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"status\": {\n \"type\": \"string\",\n \"description\": \"日志\"\n },\n \"time\": {\n \"type\": \"string\",\n \"description\": \"时间\"\n }\n },\n \"title\": \"LogisticsResultListVo对象\",\n \"description\": \"快递轨迹\",\n \"$$ref\": \"#/definitions/LogisticsResultListVo对象\"\n }\n },\n \"logo\": {\n \"type\": \"string\",\n \"description\": \"快递公司LOGO\"\n },\n \"number\": {\n \"type\": \"string\",\n \"description\": \"快递单号\"\n },\n \"takeTime\": {\n \"type\": \"string\",\n \"description\": \"发货到收货消耗时长 (截止最新轨迹)\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"快递简写\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"description\": \"快递轨迹信息最新时间 \"\n }\n },\n \"title\": \"LogisticsResultVo对象\",\n \"description\": \"快递接口返回数据\",\n \"$$ref\": \"#/definitions/LogisticsResultVo对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«LogisticsResultVo对象»\",\n \"$$ref\": \"#/definitions/CommonResult«LogisticsResultVo对象»\"\n}",
  9562. "project_id": 52,
  9563. "catid": 4379,
  9564. "uid": 93,
  9565. "add_time": 1597368479,
  9566. "up_time": 1597368479,
  9567. "__v": 0
  9568. },
  9569. {
  9570. "query_path": {
  9571. "path": "/api/admin/store/order/refund/refuse",
  9572. "params": []
  9573. },
  9574. "edit_uid": 0,
  9575. "status": "undone",
  9576. "type": "static",
  9577. "req_body_is_json_schema": false,
  9578. "res_body_is_json_schema": true,
  9579. "api_opened": false,
  9580. "index": 0,
  9581. "tag": [],
  9582. "_id": 6542,
  9583. "method": "GET",
  9584. "title": "拒绝退款",
  9585. "path": "/api/admin/store/order/refund/refuse",
  9586. "req_params": [],
  9587. "req_body_form": [],
  9588. "req_headers": [],
  9589. "req_query": [
  9590. {
  9591. "required": "1",
  9592. "_id": "5f35e89fbc7e8e560914f8c6",
  9593. "name": "id",
  9594. "desc": "id"
  9595. },
  9596. {
  9597. "required": "1",
  9598. "_id": "5f35e89fbc7e8e560914f8c5",
  9599. "name": "reason",
  9600. "desc": "reason"
  9601. }
  9602. ],
  9603. "req_body_type": "raw",
  9604. "res_body_type": "json",
  9605. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  9606. "project_id": 52,
  9607. "catid": 4379,
  9608. "uid": 93,
  9609. "add_time": 1597368479,
  9610. "up_time": 1597368479,
  9611. "__v": 0
  9612. },
  9613. {
  9614. "query_path": {
  9615. "path": "/api/admin/store/order/info",
  9616. "params": []
  9617. },
  9618. "edit_uid": 0,
  9619. "status": "undone",
  9620. "type": "static",
  9621. "req_body_is_json_schema": false,
  9622. "res_body_is_json_schema": true,
  9623. "api_opened": false,
  9624. "index": 0,
  9625. "tag": [],
  9626. "_id": 6534,
  9627. "method": "GET",
  9628. "title": "详情",
  9629. "path": "/api/admin/store/order/info",
  9630. "req_params": [],
  9631. "req_body_form": [],
  9632. "req_headers": [],
  9633. "req_query": [
  9634. {
  9635. "required": "1",
  9636. "_id": "5f35e89fbc7e8e560914f8b7",
  9637. "name": "id",
  9638. "desc": "id"
  9639. }
  9640. ],
  9641. "req_body_type": "raw",
  9642. "res_body_type": "json",
  9643. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"clerkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"店员id\"\n },\n \"combinationId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团商品id0一般商品\"\n },\n \"cost\": {\n \"type\": \"number\",\n \"description\": \"成本价\"\n },\n \"couponId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"优惠券id\"\n },\n \"couponPrice\": {\n \"type\": \"number\",\n \"description\": \"优惠券金额\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"deductionPrice\": {\n \"type\": \"number\",\n \"description\": \"抵扣金额\"\n },\n \"deliveryId\": {\n \"type\": \"string\",\n \"description\": \"快递单号/手机号\"\n },\n \"deliveryName\": {\n \"type\": \"string\",\n \"description\": \"快递名称/送货人姓名\"\n },\n \"deliveryType\": {\n \"type\": \"string\",\n \"description\": \"发货类型\"\n },\n \"freightPrice\": {\n \"type\": \"number\",\n \"description\": \"运费金额\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isChannel\": {\n \"type\": \"boolean\",\n \"description\": \"支付渠道(0微信公众号1微信小程序)\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isMerCheck\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"isRemind\": {\n \"type\": \"boolean\",\n \"description\": \"消息提醒\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"merId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户ID\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"pinkId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"拼团id 0没有拼团\"\n
  9644. "project_id": 52,
  9645. "catid": 4379,
  9646. "uid": 93,
  9647. "add_time": 1597368479,
  9648. "up_time": 1597368479,
  9649. "__v": 0
  9650. },
  9651. {
  9652. "query_path": {
  9653. "path": "/api/admin/store/order/refund",
  9654. "params": []
  9655. },
  9656. "edit_uid": 0,
  9657. "status": "undone",
  9658. "type": "static",
  9659. "req_body_is_json_schema": false,
  9660. "res_body_is_json_schema": true,
  9661. "api_opened": false,
  9662. "index": 0,
  9663. "tag": [],
  9664. "_id": 6540,
  9665. "method": "GET",
  9666. "title": "退款",
  9667. "path": "/api/admin/store/order/refund",
  9668. "req_params": [],
  9669. "req_body_form": [],
  9670. "req_headers": [],
  9671. "req_query": [
  9672. {
  9673. "required": "0",
  9674. "_id": "5f35e89fbc7e8e560914f8c4",
  9675. "name": "amount",
  9676. "desc": "退款金额"
  9677. },
  9678. {
  9679. "required": "0",
  9680. "_id": "5f35e89fbc7e8e560914f8c3",
  9681. "name": "orderId",
  9682. "desc": "订单id"
  9683. },
  9684. {
  9685. "required": "0",
  9686. "_id": "5f35e89fbc7e8e560914f8c2",
  9687. "name": "type",
  9688. "desc": "status 1 = 直接退款, 2 = 退款后,返回原状态"
  9689. }
  9690. ],
  9691. "req_body_type": "raw",
  9692. "res_body_type": "json",
  9693. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  9694. "project_id": 52,
  9695. "catid": 4379,
  9696. "uid": 93,
  9697. "add_time": 1597368479,
  9698. "up_time": 1597368479,
  9699. "__v": 0
  9700. }
  9701. ]
  9702. },
  9703. {
  9704. "index": 0,
  9705. "name": "订单 -- 操作记录",
  9706. "desc": "Store Order Status Controller",
  9707. "add_time": 1597368470,
  9708. "up_time": 1597368470,
  9709. "list": [
  9710. {
  9711. "query_path": {
  9712. "path": "/api/admin/store/order/status/update",
  9713. "params": []
  9714. },
  9715. "edit_uid": 0,
  9716. "status": "undone",
  9717. "type": "static",
  9718. "req_body_is_json_schema": true,
  9719. "res_body_is_json_schema": true,
  9720. "api_opened": false,
  9721. "index": 0,
  9722. "tag": [],
  9723. "_id": 6554,
  9724. "method": "POST",
  9725. "title": "修改",
  9726. "path": "/api/admin/store/order/status/update",
  9727. "req_params": [],
  9728. "req_body_form": [],
  9729. "req_headers": [
  9730. {
  9731. "required": "1",
  9732. "_id": "5f35e8a0bc7e8e560914f8d8",
  9733. "name": "Content-Type",
  9734. "value": "application/json"
  9735. }
  9736. ],
  9737. "req_query": [
  9738. {
  9739. "required": "0",
  9740. "_id": "5f35e8a0bc7e8e560914f8dd",
  9741. "name": "changeMessage",
  9742. "desc": "操作备注"
  9743. },
  9744. {
  9745. "required": "0",
  9746. "_id": "5f35e8a0bc7e8e560914f8dc",
  9747. "name": "changeTime",
  9748. "desc": "操作时间"
  9749. },
  9750. {
  9751. "required": "0",
  9752. "_id": "5f35e8a0bc7e8e560914f8db",
  9753. "name": "changeType",
  9754. "desc": "操作类型"
  9755. },
  9756. {
  9757. "required": "1",
  9758. "_id": "5f35e8a0bc7e8e560914f8da",
  9759. "name": "id",
  9760. "desc": "id"
  9761. },
  9762. {
  9763. "required": "0",
  9764. "_id": "5f35e8a0bc7e8e560914f8d9",
  9765. "name": "oid",
  9766. "desc": "订单id"
  9767. }
  9768. ],
  9769. "req_body_type": "json",
  9770. "res_body_type": "json",
  9771. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9772. "project_id": 52,
  9773. "catid": 4388,
  9774. "uid": 93,
  9775. "add_time": 1597368480,
  9776. "up_time": 1597368480,
  9777. "__v": 0
  9778. },
  9779. {
  9780. "query_path": {
  9781. "path": "/api/admin/store/order/status/list",
  9782. "params": []
  9783. },
  9784. "edit_uid": 0,
  9785. "status": "undone",
  9786. "type": "static",
  9787. "req_body_is_json_schema": false,
  9788. "res_body_is_json_schema": true,
  9789. "api_opened": false,
  9790. "index": 0,
  9791. "tag": [],
  9792. "_id": 6550,
  9793. "method": "GET",
  9794. "title": "分页列表",
  9795. "path": "/api/admin/store/order/status/list",
  9796. "req_params": [],
  9797. "req_body_form": [],
  9798. "req_headers": [],
  9799. "req_query": [
  9800. {
  9801. "required": "0",
  9802. "_id": "5f35e89fbc7e8e560914f8d2",
  9803. "name": "changeMessage",
  9804. "desc": "操作备注"
  9805. },
  9806. {
  9807. "required": "0",
  9808. "_id": "5f35e89fbc7e8e560914f8d1",
  9809. "name": "changeTime",
  9810. "desc": "操作时间"
  9811. },
  9812. {
  9813. "required": "0",
  9814. "_id": "5f35e89fbc7e8e560914f8d0",
  9815. "name": "changeType",
  9816. "desc": "操作类型"
  9817. },
  9818. {
  9819. "required": "0",
  9820. "_id": "5f35e89fbc7e8e560914f8cf",
  9821. "name": "limit",
  9822. "desc": "每页数量"
  9823. },
  9824. {
  9825. "required": "0",
  9826. "_id": "5f35e89fbc7e8e560914f8ce",
  9827. "name": "oid",
  9828. "desc": "订单id"
  9829. },
  9830. {
  9831. "required": "0",
  9832. "_id": "5f35e89fbc7e8e560914f8cd",
  9833. "name": "page",
  9834. "desc": "页码"
  9835. }
  9836. ],
  9837. "req_body_type": "raw",
  9838. "res_body_type": "json",
  9839. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"changeMessage\": {\n \"type\": \"string\",\n \"description\": \"操作备注\"\n },\n \"changeType\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"操作时间\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单id\"\n }\n },\n \"title\": \"StoreOrderStatus对象\",\n \"description\": \"订单操作记录表\",\n \"$$ref\": \"#/definitions/StoreOrderStatus对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«StoreOrderStatus对象»\",\n \"$$ref\": \"#/definitions/CommonPage«StoreOrderStatus对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«StoreOrderStatus对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«StoreOrderStatus对象»»\"\n}",
  9840. "project_id": 52,
  9841. "catid": 4388,
  9842. "uid": 93,
  9843. "add_time": 1597368479,
  9844. "up_time": 1597368479,
  9845. "__v": 0
  9846. },
  9847. {
  9848. "query_path": {
  9849. "path": "/api/admin/store/order/status/delete",
  9850. "params": []
  9851. },
  9852. "edit_uid": 0,
  9853. "status": "undone",
  9854. "type": "static",
  9855. "req_body_is_json_schema": false,
  9856. "res_body_is_json_schema": true,
  9857. "api_opened": false,
  9858. "index": 0,
  9859. "tag": [],
  9860. "_id": 6546,
  9861. "method": "DELETE",
  9862. "title": "删除",
  9863. "path": "/api/admin/store/order/status/delete",
  9864. "req_params": [],
  9865. "req_body_form": [],
  9866. "req_headers": [],
  9867. "req_query": [
  9868. {
  9869. "required": "1",
  9870. "_id": "5f35e89fbc7e8e560914f8cb",
  9871. "name": "id",
  9872. "desc": "id"
  9873. }
  9874. ],
  9875. "req_body_type": "raw",
  9876. "res_body_type": "json",
  9877. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9878. "project_id": 52,
  9879. "catid": 4388,
  9880. "uid": 93,
  9881. "add_time": 1597368479,
  9882. "up_time": 1597368479,
  9883. "__v": 0
  9884. },
  9885. {
  9886. "query_path": {
  9887. "path": "/api/admin/store/order/status/save",
  9888. "params": []
  9889. },
  9890. "edit_uid": 0,
  9891. "status": "undone",
  9892. "type": "static",
  9893. "req_body_is_json_schema": true,
  9894. "res_body_is_json_schema": true,
  9895. "api_opened": false,
  9896. "index": 0,
  9897. "tag": [],
  9898. "_id": 6552,
  9899. "method": "POST",
  9900. "title": "新增",
  9901. "path": "/api/admin/store/order/status/save",
  9902. "req_params": [],
  9903. "req_body_form": [],
  9904. "req_headers": [
  9905. {
  9906. "required": "1",
  9907. "_id": "5f35e8a0bc7e8e560914f8d3",
  9908. "name": "Content-Type",
  9909. "value": "application/json"
  9910. }
  9911. ],
  9912. "req_query": [
  9913. {
  9914. "required": "0",
  9915. "_id": "5f35e8a0bc7e8e560914f8d7",
  9916. "name": "changeMessage",
  9917. "desc": "操作备注"
  9918. },
  9919. {
  9920. "required": "0",
  9921. "_id": "5f35e8a0bc7e8e560914f8d6",
  9922. "name": "changeTime",
  9923. "desc": "操作时间"
  9924. },
  9925. {
  9926. "required": "0",
  9927. "_id": "5f35e8a0bc7e8e560914f8d5",
  9928. "name": "changeType",
  9929. "desc": "操作类型"
  9930. },
  9931. {
  9932. "required": "0",
  9933. "_id": "5f35e8a0bc7e8e560914f8d4",
  9934. "name": "oid",
  9935. "desc": "订单id"
  9936. }
  9937. ],
  9938. "req_body_type": "json",
  9939. "res_body_type": "json",
  9940. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  9941. "project_id": 52,
  9942. "catid": 4388,
  9943. "uid": 93,
  9944. "add_time": 1597368480,
  9945. "up_time": 1597368480,
  9946. "__v": 0
  9947. },
  9948. {
  9949. "query_path": {
  9950. "path": "/api/admin/store/order/status/info",
  9951. "params": []
  9952. },
  9953. "edit_uid": 0,
  9954. "status": "undone",
  9955. "type": "static",
  9956. "req_body_is_json_schema": false,
  9957. "res_body_is_json_schema": true,
  9958. "api_opened": false,
  9959. "index": 0,
  9960. "tag": [],
  9961. "_id": 6548,
  9962. "method": "GET",
  9963. "title": "详情",
  9964. "path": "/api/admin/store/order/status/info",
  9965. "req_params": [],
  9966. "req_body_form": [],
  9967. "req_headers": [],
  9968. "req_query": [
  9969. {
  9970. "required": "1",
  9971. "_id": "5f35e89fbc7e8e560914f8cc",
  9972. "name": "id",
  9973. "desc": "id"
  9974. }
  9975. ],
  9976. "req_body_type": "raw",
  9977. "res_body_type": "json",
  9978. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"changeMessage\": {\n \"type\": \"string\",\n \"description\": \"操作备注\"\n },\n \"changeType\": {\n \"type\": \"string\",\n \"description\": \"操作类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"操作时间\"\n },\n \"oid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单id\"\n }\n },\n \"title\": \"StoreOrderStatus对象\",\n \"description\": \"订单操作记录表\",\n \"$$ref\": \"#/definitions/StoreOrderStatus对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«StoreOrderStatus对象»\",\n \"$$ref\": \"#/definitions/CommonResult«StoreOrderStatus对象»\"\n}",
  9979. "project_id": 52,
  9980. "catid": 4388,
  9981. "uid": 93,
  9982. "add_time": 1597368479,
  9983. "up_time": 1597368479,
  9984. "__v": 0
  9985. }
  9986. ]
  9987. },
  9988. {
  9989. "index": 0,
  9990. "name": "设置 -- Config",
  9991. "desc": "System Config Controller",
  9992. "add_time": 1597368470,
  9993. "up_time": 1597368470,
  9994. "list": [
  9995. {
  9996. "query_path": {
  9997. "path": "/api/admin/system/config/save/form",
  9998. "params": []
  9999. },
  10000. "edit_uid": 0,
  10001. "status": "undone",
  10002. "type": "static",
  10003. "req_body_is_json_schema": true,
  10004. "res_body_is_json_schema": true,
  10005. "api_opened": false,
  10006. "index": 0,
  10007. "tag": [],
  10008. "_id": 6656,
  10009. "method": "POST",
  10010. "title": "整体保存表单数据",
  10011. "path": "/api/admin/system/config/save/form",
  10012. "req_params": [],
  10013. "req_body_form": [],
  10014. "req_headers": [
  10015. {
  10016. "required": "1",
  10017. "_id": "5f35e8a3bc7e8e560914f95a",
  10018. "name": "Content-Type",
  10019. "value": "application/json"
  10020. }
  10021. ],
  10022. "req_query": [],
  10023. "req_body_type": "json",
  10024. "res_body_type": "json",
  10025. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10026. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(1:开启;0:关闭;)\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n}",
  10027. "project_id": 52,
  10028. "catid": 4397,
  10029. "uid": 93,
  10030. "add_time": 1597368483,
  10031. "up_time": 1597368483,
  10032. "__v": 0
  10033. },
  10034. {
  10035. "query_path": {
  10036. "path": "/api/admin/system/config/check",
  10037. "params": []
  10038. },
  10039. "edit_uid": 0,
  10040. "status": "undone",
  10041. "type": "static",
  10042. "req_body_is_json_schema": false,
  10043. "res_body_is_json_schema": true,
  10044. "api_opened": false,
  10045. "index": 0,
  10046. "tag": [],
  10047. "_id": 6650,
  10048. "method": "GET",
  10049. "title": "检测表单name是否存在",
  10050. "path": "/api/admin/system/config/check",
  10051. "req_params": [],
  10052. "req_body_form": [],
  10053. "req_headers": [],
  10054. "req_query": [
  10055. {
  10056. "required": "1",
  10057. "_id": "5f35e8a3bc7e8e560914f957",
  10058. "name": "name",
  10059. "desc": "name"
  10060. }
  10061. ],
  10062. "req_body_type": "raw",
  10063. "res_body_type": "json",
  10064. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  10065. "project_id": 52,
  10066. "catid": 4397,
  10067. "uid": 93,
  10068. "add_time": 1597368483,
  10069. "up_time": 1597368483,
  10070. "__v": 0
  10071. },
  10072. {
  10073. "query_path": {
  10074. "path": "/api/admin/system/config/saveuniq",
  10075. "params": []
  10076. },
  10077. "edit_uid": 0,
  10078. "status": "undone",
  10079. "type": "static",
  10080. "req_body_is_json_schema": true,
  10081. "res_body_is_json_schema": true,
  10082. "api_opened": false,
  10083. "index": 0,
  10084. "tag": [],
  10085. "_id": 6658,
  10086. "method": "POST",
  10087. "title": "表单配置中仅仅存储",
  10088. "path": "/api/admin/system/config/saveuniq",
  10089. "req_params": [],
  10090. "req_body_form": [],
  10091. "req_headers": [
  10092. {
  10093. "required": "1",
  10094. "_id": "5f35e8a3bc7e8e560914f95b",
  10095. "name": "Content-Type",
  10096. "value": "application/json"
  10097. }
  10098. ],
  10099. "req_query": [
  10100. {
  10101. "required": "1",
  10102. "_id": "5f35e8a3bc7e8e560914f95d",
  10103. "name": "key",
  10104. "desc": "key"
  10105. },
  10106. {
  10107. "required": "1",
  10108. "_id": "5f35e8a3bc7e8e560914f95c",
  10109. "name": "value",
  10110. "desc": "value"
  10111. }
  10112. ],
  10113. "req_body_type": "json",
  10114. "res_body_type": "json",
  10115. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  10116. "project_id": 52,
  10117. "catid": 4397,
  10118. "uid": 93,
  10119. "add_time": 1597368483,
  10120. "up_time": 1597368483,
  10121. "__v": 0
  10122. },
  10123. {
  10124. "query_path": {
  10125. "path": "/api/admin/system/config/getuniq",
  10126. "params": []
  10127. },
  10128. "edit_uid": 0,
  10129. "status": "undone",
  10130. "type": "static",
  10131. "req_body_is_json_schema": false,
  10132. "res_body_is_json_schema": true,
  10133. "api_opened": false,
  10134. "index": 0,
  10135. "tag": [],
  10136. "_id": 6652,
  10137. "method": "GET",
  10138. "title": "表单配置根据key获取",
  10139. "path": "/api/admin/system/config/getuniq",
  10140. "req_params": [],
  10141. "req_body_form": [],
  10142. "req_headers": [],
  10143. "req_query": [
  10144. {
  10145. "required": "1",
  10146. "_id": "5f35e8a3bc7e8e560914f958",
  10147. "name": "key",
  10148. "desc": "key"
  10149. }
  10150. ],
  10151. "req_body_type": "raw",
  10152. "res_body_type": "json",
  10153. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  10154. "project_id": 52,
  10155. "catid": 4397,
  10156. "uid": 93,
  10157. "add_time": 1597368483,
  10158. "up_time": 1597368483,
  10159. "__v": 0
  10160. },
  10161. {
  10162. "query_path": {
  10163. "path": "/api/admin/system/config/info",
  10164. "params": []
  10165. },
  10166. "edit_uid": 0,
  10167. "status": "undone",
  10168. "type": "static",
  10169. "req_body_is_json_schema": false,
  10170. "res_body_is_json_schema": true,
  10171. "api_opened": false,
  10172. "index": 0,
  10173. "tag": [],
  10174. "_id": 6654,
  10175. "method": "GET",
  10176. "title": "详情",
  10177. "path": "/api/admin/system/config/info",
  10178. "req_params": [],
  10179. "req_body_form": [],
  10180. "req_headers": [],
  10181. "req_query": [
  10182. {
  10183. "required": "1",
  10184. "_id": "5f35e8a3bc7e8e560914f959",
  10185. "name": "formId",
  10186. "desc": "formId"
  10187. }
  10188. ],
  10189. "req_body_type": "raw",
  10190. "res_body_type": "json",
  10191. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,string»»\"\n}",
  10192. "project_id": 52,
  10193. "catid": 4397,
  10194. "uid": 93,
  10195. "add_time": 1597368483,
  10196. "up_time": 1597368483,
  10197. "__v": 0
  10198. }
  10199. ]
  10200. },
  10201. {
  10202. "index": 0,
  10203. "name": "设置 -- 会员等级",
  10204. "desc": "System User Level Controller",
  10205. "add_time": 1597368470,
  10206. "up_time": 1597368470,
  10207. "list": [
  10208. {
  10209. "query_path": {
  10210. "path": "/api/admin/system/user/level/update",
  10211. "params": []
  10212. },
  10213. "edit_uid": 0,
  10214. "status": "undone",
  10215. "type": "static",
  10216. "req_body_is_json_schema": true,
  10217. "res_body_is_json_schema": true,
  10218. "api_opened": false,
  10219. "index": 0,
  10220. "tag": [],
  10221. "_id": 6758,
  10222. "method": "POST",
  10223. "title": "修改",
  10224. "path": "/api/admin/system/user/level/update",
  10225. "req_params": [],
  10226. "req_body_form": [],
  10227. "req_headers": [
  10228. {
  10229. "required": "1",
  10230. "_id": "5f35e8a7bc7e8e560914f9fc",
  10231. "name": "Content-Type",
  10232. "value": "application/json"
  10233. }
  10234. ],
  10235. "req_query": [
  10236. {
  10237. "required": "1",
  10238. "_id": "5f35e8a7bc7e8e560914f9fd",
  10239. "name": "id",
  10240. "desc": "id"
  10241. }
  10242. ],
  10243. "req_body_type": "json",
  10244. "res_body_type": "json",
  10245. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10246. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"达到多少升级经验\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n }\n },\n \"title\": \"SystemUserLevelRequest对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevelRequest对象\"\n}",
  10247. "project_id": 52,
  10248. "catid": 4406,
  10249. "uid": 93,
  10250. "add_time": 1597368487,
  10251. "up_time": 1597368487,
  10252. "__v": 0
  10253. },
  10254. {
  10255. "query_path": {
  10256. "path": "/api/admin/system/user/level/list",
  10257. "params": []
  10258. },
  10259. "edit_uid": 0,
  10260. "status": "undone",
  10261. "type": "static",
  10262. "req_body_is_json_schema": false,
  10263. "res_body_is_json_schema": true,
  10264. "api_opened": false,
  10265. "index": 0,
  10266. "tag": [],
  10267. "_id": 6754,
  10268. "method": "GET",
  10269. "title": "分页列表",
  10270. "path": "/api/admin/system/user/level/list",
  10271. "req_params": [],
  10272. "req_body_form": [],
  10273. "req_headers": [],
  10274. "req_query": [
  10275. {
  10276. "required": "0",
  10277. "_id": "5f35e8a7bc7e8e560914f9fa",
  10278. "name": "isDel",
  10279. "desc": "是否删除.1=删除,0=未删除"
  10280. },
  10281. {
  10282. "required": "0",
  10283. "_id": "5f35e8a7bc7e8e560914f9f9",
  10284. "name": "isShow",
  10285. "desc": "是否显示 1=显示,0=隐藏"
  10286. },
  10287. {
  10288. "required": "0",
  10289. "_id": "5f35e8a7bc7e8e560914f9f8",
  10290. "name": "limit",
  10291. "desc": "每页数量"
  10292. },
  10293. {
  10294. "required": "0",
  10295. "_id": "5f35e8a7bc7e8e560914f9f7",
  10296. "name": "name",
  10297. "desc": "会员名称"
  10298. },
  10299. {
  10300. "required": "0",
  10301. "_id": "5f35e8a7bc7e8e560914f9f6",
  10302. "name": "page",
  10303. "desc": "页码"
  10304. }
  10305. ],
  10306. "req_body_type": "raw",
  10307. "res_body_type": "json",
  10308. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"购买金额|经验达到\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除.1=删除,0=未删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"SystemUserLevel对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevel对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemUserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemUserLevel对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemUserLevel对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemUserLevel对象»»\"\n}",
  10309. "project_id": 52,
  10310. "catid": 4406,
  10311. "uid": 93,
  10312. "add_time": 1597368487,
  10313. "up_time": 1597368487,
  10314. "__v": 0
  10315. },
  10316. {
  10317. "query_path": {
  10318. "path": "/api/admin/system/user/level/delete",
  10319. "params": []
  10320. },
  10321. "edit_uid": 0,
  10322. "status": "undone",
  10323. "type": "static",
  10324. "req_body_is_json_schema": false,
  10325. "res_body_is_json_schema": true,
  10326. "api_opened": false,
  10327. "index": 0,
  10328. "tag": [],
  10329. "_id": 6750,
  10330. "method": "GET",
  10331. "title": "删除",
  10332. "path": "/api/admin/system/user/level/delete",
  10333. "req_params": [],
  10334. "req_body_form": [],
  10335. "req_headers": [],
  10336. "req_query": [
  10337. {
  10338. "required": "1",
  10339. "_id": "5f35e8a7bc7e8e560914f9f4",
  10340. "name": "id",
  10341. "desc": "id"
  10342. }
  10343. ],
  10344. "req_body_type": "raw",
  10345. "res_body_type": "json",
  10346. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10347. "project_id": 52,
  10348. "catid": 4406,
  10349. "uid": 93,
  10350. "add_time": 1597368487,
  10351. "up_time": 1597368487,
  10352. "__v": 0
  10353. },
  10354. {
  10355. "query_path": {
  10356. "path": "/api/admin/system/user/level/save",
  10357. "params": []
  10358. },
  10359. "edit_uid": 0,
  10360. "status": "undone",
  10361. "type": "static",
  10362. "req_body_is_json_schema": true,
  10363. "res_body_is_json_schema": true,
  10364. "api_opened": false,
  10365. "index": 0,
  10366. "tag": [],
  10367. "_id": 6756,
  10368. "method": "POST",
  10369. "title": "新增",
  10370. "path": "/api/admin/system/user/level/save",
  10371. "req_params": [],
  10372. "req_body_form": [],
  10373. "req_headers": [
  10374. {
  10375. "required": "1",
  10376. "_id": "5f35e8a7bc7e8e560914f9fb",
  10377. "name": "Content-Type",
  10378. "value": "application/json"
  10379. }
  10380. ],
  10381. "req_query": [],
  10382. "req_body_type": "json",
  10383. "res_body_type": "json",
  10384. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10385. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"达到多少升级经验\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n }\n },\n \"title\": \"SystemUserLevelRequest对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevelRequest对象\"\n}",
  10386. "project_id": 52,
  10387. "catid": 4406,
  10388. "uid": 93,
  10389. "add_time": 1597368487,
  10390. "up_time": 1597368487,
  10391. "__v": 0
  10392. },
  10393. {
  10394. "query_path": {
  10395. "path": "/api/admin/system/user/level/use",
  10396. "params": []
  10397. },
  10398. "edit_uid": 0,
  10399. "status": "undone",
  10400. "type": "static",
  10401. "req_body_is_json_schema": false,
  10402. "res_body_is_json_schema": true,
  10403. "api_opened": false,
  10404. "index": 0,
  10405. "tag": [],
  10406. "_id": 6760,
  10407. "method": "GET",
  10408. "title": "是否使用",
  10409. "path": "/api/admin/system/user/level/use",
  10410. "req_params": [],
  10411. "req_body_form": [],
  10412. "req_headers": [],
  10413. "req_query": [
  10414. {
  10415. "required": "1",
  10416. "_id": "5f35e8a7bc7e8e560914f9ff",
  10417. "name": "id",
  10418. "desc": "id"
  10419. },
  10420. {
  10421. "required": "1",
  10422. "_id": "5f35e8a7bc7e8e560914f9fe",
  10423. "name": "value",
  10424. "desc": "是否使用, 1=是,0=否"
  10425. }
  10426. ],
  10427. "req_body_type": "raw",
  10428. "res_body_type": "json",
  10429. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10430. "project_id": 52,
  10431. "catid": 4406,
  10432. "uid": 93,
  10433. "add_time": 1597368487,
  10434. "up_time": 1597368487,
  10435. "__v": 0
  10436. },
  10437. {
  10438. "query_path": {
  10439. "path": "/api/admin/system/user/level/info",
  10440. "params": []
  10441. },
  10442. "edit_uid": 0,
  10443. "status": "undone",
  10444. "type": "static",
  10445. "req_body_is_json_schema": false,
  10446. "res_body_is_json_schema": true,
  10447. "api_opened": false,
  10448. "index": 0,
  10449. "tag": [],
  10450. "_id": 6752,
  10451. "method": "GET",
  10452. "title": "详情",
  10453. "path": "/api/admin/system/user/level/info",
  10454. "req_params": [],
  10455. "req_body_form": [],
  10456. "req_headers": [],
  10457. "req_query": [
  10458. {
  10459. "required": "1",
  10460. "_id": "5f35e8a7bc7e8e560914f9f5",
  10461. "name": "id",
  10462. "desc": "id"
  10463. }
  10464. ],
  10465. "req_body_type": "raw",
  10466. "res_body_type": "json",
  10467. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"discount\": {\n \"type\": \"number\",\n \"description\": \"享受折扣\"\n },\n \"experience\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"购买金额|经验达到\"\n },\n \"grade\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"会员等级\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"会员图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"会员卡背景\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除.1=删除,0=未删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示 1=显示,0=隐藏\"\n },\n \"memo\": {\n \"type\": \"string\",\n \"description\": \"说明\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"会员名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"SystemUserLevel对象\",\n \"description\": \"设置用户等级表\",\n \"$$ref\": \"#/definitions/SystemUserLevel对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemUserLevel对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemUserLevel对象»\"\n}",
  10468. "project_id": 52,
  10469. "catid": 4406,
  10470. "uid": 93,
  10471. "add_time": 1597368487,
  10472. "up_time": 1597368487,
  10473. "__v": 0
  10474. }
  10475. ]
  10476. },
  10477. {
  10478. "index": 0,
  10479. "name": "设置 -- 会员等级 -- 等级任务",
  10480. "desc": "System User Task Controller",
  10481. "add_time": 1597368470,
  10482. "up_time": 1597368470,
  10483. "list": [
  10484. {
  10485. "query_path": {
  10486. "path": "/api/admin/system/user/task/update",
  10487. "params": []
  10488. },
  10489. "edit_uid": 0,
  10490. "status": "undone",
  10491. "type": "static",
  10492. "req_body_is_json_schema": true,
  10493. "res_body_is_json_schema": true,
  10494. "api_opened": false,
  10495. "index": 0,
  10496. "tag": [],
  10497. "_id": 6770,
  10498. "method": "POST",
  10499. "title": "修改",
  10500. "path": "/api/admin/system/user/task/update",
  10501. "req_params": [],
  10502. "req_body_form": [],
  10503. "req_headers": [
  10504. {
  10505. "required": "1",
  10506. "_id": "5f35e8a8bc7e8e560914fa1b",
  10507. "name": "Content-Type",
  10508. "value": "application/json"
  10509. }
  10510. ],
  10511. "req_query": [
  10512. {
  10513. "required": "0",
  10514. "_id": "5f35e8a8bc7e8e560914fa27",
  10515. "name": "addTime",
  10516. "desc": "新增时间"
  10517. },
  10518. {
  10519. "required": "1",
  10520. "_id": "5f35e8a8bc7e8e560914fa26",
  10521. "name": "id",
  10522. "desc": "id"
  10523. },
  10524. {
  10525. "required": "0",
  10526. "_id": "5f35e8a8bc7e8e560914fa25",
  10527. "name": "id"
  10528. },
  10529. {
  10530. "required": "0",
  10531. "_id": "5f35e8a8bc7e8e560914fa24",
  10532. "name": "illustrate",
  10533. "desc": "任务说明"
  10534. },
  10535. {
  10536. "required": "0",
  10537. "_id": "5f35e8a8bc7e8e560914fa23",
  10538. "name": "isMust",
  10539. "desc": "是否务必达成任务,1务必达成,0=满足其一"
  10540. },
  10541. {
  10542. "required": "0",
  10543. "_id": "5f35e8a8bc7e8e560914fa22",
  10544. "name": "isShow",
  10545. "desc": "是否显示"
  10546. },
  10547. {
  10548. "required": "0",
  10549. "_id": "5f35e8a8bc7e8e560914fa21",
  10550. "name": "levelId",
  10551. "desc": "等级id"
  10552. },
  10553. {
  10554. "required": "0",
  10555. "_id": "5f35e8a8bc7e8e560914fa20",
  10556. "name": "name",
  10557. "desc": "任务名称"
  10558. },
  10559. {
  10560. "required": "0",
  10561. "_id": "5f35e8a8bc7e8e560914fa1f",
  10562. "name": "number",
  10563. "desc": "限定数"
  10564. },
  10565. {
  10566. "required": "0",
  10567. "_id": "5f35e8a8bc7e8e560914fa1e",
  10568. "name": "realName",
  10569. "desc": "配置原名"
  10570. },
  10571. {
  10572. "required": "0",
  10573. "_id": "5f35e8a8bc7e8e560914fa1d",
  10574. "name": "sort",
  10575. "desc": "排序"
  10576. },
  10577. {
  10578. "required": "0",
  10579. "_id": "5f35e8a8bc7e8e560914fa1c",
  10580. "name": "taskType",
  10581. "desc": "任务类型"
  10582. }
  10583. ],
  10584. "req_body_type": "json",
  10585. "res_body_type": "json",
  10586. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10587. "project_id": 52,
  10588. "catid": 4415,
  10589. "uid": 93,
  10590. "add_time": 1597368488,
  10591. "up_time": 1597368488,
  10592. "__v": 0
  10593. },
  10594. {
  10595. "query_path": {
  10596. "path": "/api/admin/system/user/task/list",
  10597. "params": []
  10598. },
  10599. "edit_uid": 0,
  10600. "status": "undone",
  10601. "type": "static",
  10602. "req_body_is_json_schema": false,
  10603. "res_body_is_json_schema": true,
  10604. "api_opened": false,
  10605. "index": 0,
  10606. "tag": [],
  10607. "_id": 6766,
  10608. "method": "GET",
  10609. "title": "分页列表",
  10610. "path": "/api/admin/system/user/task/list",
  10611. "req_params": [],
  10612. "req_body_form": [],
  10613. "req_headers": [],
  10614. "req_query": [
  10615. {
  10616. "required": "0",
  10617. "_id": "5f35e8a7bc7e8e560914fa0e",
  10618. "name": "addTime",
  10619. "desc": "新增时间"
  10620. },
  10621. {
  10622. "required": "0",
  10623. "_id": "5f35e8a7bc7e8e560914fa0d",
  10624. "name": "id"
  10625. },
  10626. {
  10627. "required": "0",
  10628. "_id": "5f35e8a7bc7e8e560914fa0c",
  10629. "name": "illustrate",
  10630. "desc": "任务说明"
  10631. },
  10632. {
  10633. "required": "0",
  10634. "_id": "5f35e8a7bc7e8e560914fa0b",
  10635. "name": "isMust",
  10636. "desc": "是否务必达成任务,1务必达成,0=满足其一"
  10637. },
  10638. {
  10639. "required": "0",
  10640. "_id": "5f35e8a7bc7e8e560914fa0a",
  10641. "name": "isShow",
  10642. "desc": "是否显示"
  10643. },
  10644. {
  10645. "required": "0",
  10646. "_id": "5f35e8a7bc7e8e560914fa09",
  10647. "name": "levelId",
  10648. "desc": "等级id"
  10649. },
  10650. {
  10651. "required": "0",
  10652. "_id": "5f35e8a7bc7e8e560914fa08",
  10653. "name": "limit",
  10654. "desc": "每页数量"
  10655. },
  10656. {
  10657. "required": "0",
  10658. "_id": "5f35e8a7bc7e8e560914fa07",
  10659. "name": "name",
  10660. "desc": "任务名称"
  10661. },
  10662. {
  10663. "required": "0",
  10664. "_id": "5f35e8a7bc7e8e560914fa06",
  10665. "name": "number",
  10666. "desc": "限定数"
  10667. },
  10668. {
  10669. "required": "0",
  10670. "_id": "5f35e8a7bc7e8e560914fa05",
  10671. "name": "page",
  10672. "desc": "页码"
  10673. },
  10674. {
  10675. "required": "0",
  10676. "_id": "5f35e8a7bc7e8e560914fa04",
  10677. "name": "realName",
  10678. "desc": "配置原名"
  10679. },
  10680. {
  10681. "required": "0",
  10682. "_id": "5f35e8a7bc7e8e560914fa03",
  10683. "name": "sort",
  10684. "desc": "排序"
  10685. },
  10686. {
  10687. "required": "0",
  10688. "_id": "5f35e8a7bc7e8e560914fa02",
  10689. "name": "taskType",
  10690. "desc": "任务类型"
  10691. }
  10692. ],
  10693. "req_body_type": "raw",
  10694. "res_body_type": "json",
  10695. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"新增时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"illustrate\": {\n \"type\": \"string\",\n \"description\": \"任务说明\"\n },\n \"isMust\": {\n \"type\": \"boolean\",\n \"description\": \"是否务必达成任务,1务必达成,0=满足其一\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"任务名称\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"限定数\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"配置原名\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"taskType\": {\n \"type\": \"string\",\n \"description\": \"任务类型\"\n }\n },\n \"title\": \"SystemUserTask对象\",\n \"description\": \"等级任务设置\",\n \"$$ref\": \"#/definitions/SystemUserTask对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemUserTask对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemUserTask对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemUserTask对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemUserTask对象»»\"\n}",
  10696. "project_id": 52,
  10697. "catid": 4415,
  10698. "uid": 93,
  10699. "add_time": 1597368487,
  10700. "up_time": 1597368487,
  10701. "__v": 0
  10702. },
  10703. {
  10704. "query_path": {
  10705. "path": "/api/admin/system/user/task/delete",
  10706. "params": []
  10707. },
  10708. "edit_uid": 0,
  10709. "status": "undone",
  10710. "type": "static",
  10711. "req_body_is_json_schema": false,
  10712. "res_body_is_json_schema": true,
  10713. "api_opened": false,
  10714. "index": 0,
  10715. "tag": [],
  10716. "_id": 6762,
  10717. "method": "GET",
  10718. "title": "删除",
  10719. "path": "/api/admin/system/user/task/delete",
  10720. "req_params": [],
  10721. "req_body_form": [],
  10722. "req_headers": [],
  10723. "req_query": [
  10724. {
  10725. "required": "1",
  10726. "_id": "5f35e8a7bc7e8e560914fa00",
  10727. "name": "id",
  10728. "desc": "id"
  10729. }
  10730. ],
  10731. "req_body_type": "raw",
  10732. "res_body_type": "json",
  10733. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10734. "project_id": 52,
  10735. "catid": 4415,
  10736. "uid": 93,
  10737. "add_time": 1597368487,
  10738. "up_time": 1597368487,
  10739. "__v": 0
  10740. },
  10741. {
  10742. "query_path": {
  10743. "path": "/api/admin/system/user/task/save",
  10744. "params": []
  10745. },
  10746. "edit_uid": 0,
  10747. "status": "undone",
  10748. "type": "static",
  10749. "req_body_is_json_schema": true,
  10750. "res_body_is_json_schema": true,
  10751. "api_opened": false,
  10752. "index": 0,
  10753. "tag": [],
  10754. "_id": 6768,
  10755. "method": "POST",
  10756. "title": "新增",
  10757. "path": "/api/admin/system/user/task/save",
  10758. "req_params": [],
  10759. "req_body_form": [],
  10760. "req_headers": [
  10761. {
  10762. "required": "1",
  10763. "_id": "5f35e8a7bc7e8e560914fa0f",
  10764. "name": "Content-Type",
  10765. "value": "application/json"
  10766. }
  10767. ],
  10768. "req_query": [
  10769. {
  10770. "required": "0",
  10771. "_id": "5f35e8a7bc7e8e560914fa1a",
  10772. "name": "addTime",
  10773. "desc": "新增时间"
  10774. },
  10775. {
  10776. "required": "0",
  10777. "_id": "5f35e8a7bc7e8e560914fa19",
  10778. "name": "id"
  10779. },
  10780. {
  10781. "required": "0",
  10782. "_id": "5f35e8a7bc7e8e560914fa18",
  10783. "name": "illustrate",
  10784. "desc": "任务说明"
  10785. },
  10786. {
  10787. "required": "0",
  10788. "_id": "5f35e8a7bc7e8e560914fa17",
  10789. "name": "isMust",
  10790. "desc": "是否务必达成任务,1务必达成,0=满足其一"
  10791. },
  10792. {
  10793. "required": "0",
  10794. "_id": "5f35e8a7bc7e8e560914fa16",
  10795. "name": "isShow",
  10796. "desc": "是否显示"
  10797. },
  10798. {
  10799. "required": "0",
  10800. "_id": "5f35e8a7bc7e8e560914fa15",
  10801. "name": "levelId",
  10802. "desc": "等级id"
  10803. },
  10804. {
  10805. "required": "0",
  10806. "_id": "5f35e8a7bc7e8e560914fa14",
  10807. "name": "name",
  10808. "desc": "任务名称"
  10809. },
  10810. {
  10811. "required": "0",
  10812. "_id": "5f35e8a7bc7e8e560914fa13",
  10813. "name": "number",
  10814. "desc": "限定数"
  10815. },
  10816. {
  10817. "required": "0",
  10818. "_id": "5f35e8a7bc7e8e560914fa12",
  10819. "name": "realName",
  10820. "desc": "配置原名"
  10821. },
  10822. {
  10823. "required": "0",
  10824. "_id": "5f35e8a7bc7e8e560914fa11",
  10825. "name": "sort",
  10826. "desc": "排序"
  10827. },
  10828. {
  10829. "required": "0",
  10830. "_id": "5f35e8a7bc7e8e560914fa10",
  10831. "name": "taskType",
  10832. "desc": "任务类型"
  10833. }
  10834. ],
  10835. "req_body_type": "json",
  10836. "res_body_type": "json",
  10837. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10838. "project_id": 52,
  10839. "catid": 4415,
  10840. "uid": 93,
  10841. "add_time": 1597368487,
  10842. "up_time": 1597368487,
  10843. "__v": 0
  10844. },
  10845. {
  10846. "query_path": {
  10847. "path": "/api/admin/system/user/task/info",
  10848. "params": []
  10849. },
  10850. "edit_uid": 0,
  10851. "status": "undone",
  10852. "type": "static",
  10853. "req_body_is_json_schema": false,
  10854. "res_body_is_json_schema": true,
  10855. "api_opened": false,
  10856. "index": 0,
  10857. "tag": [],
  10858. "_id": 6764,
  10859. "method": "GET",
  10860. "title": "详情",
  10861. "path": "/api/admin/system/user/task/info",
  10862. "req_params": [],
  10863. "req_body_form": [],
  10864. "req_headers": [],
  10865. "req_query": [
  10866. {
  10867. "required": "1",
  10868. "_id": "5f35e8a7bc7e8e560914fa01",
  10869. "name": "id",
  10870. "desc": "id"
  10871. }
  10872. ],
  10873. "req_body_type": "raw",
  10874. "res_body_type": "json",
  10875. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"新增时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"illustrate\": {\n \"type\": \"string\",\n \"description\": \"任务说明\"\n },\n \"isMust\": {\n \"type\": \"boolean\",\n \"description\": \"是否务必达成任务,1务必达成,0=满足其一\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"levelId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"等级id\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"任务名称\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"限定数\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"配置原名\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"taskType\": {\n \"type\": \"string\",\n \"description\": \"任务类型\"\n }\n },\n \"title\": \"SystemUserTask对象\",\n \"description\": \"等级任务设置\",\n \"$$ref\": \"#/definitions/SystemUserTask对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemUserTask对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemUserTask对象»\"\n}",
  10876. "project_id": 52,
  10877. "catid": 4415,
  10878. "uid": 93,
  10879. "add_time": 1597368487,
  10880. "up_time": 1597368487,
  10881. "__v": 0
  10882. }
  10883. ]
  10884. },
  10885. {
  10886. "index": 0,
  10887. "name": "设置 -- 提货点 -- 提货点",
  10888. "desc": "System Store Controller",
  10889. "add_time": 1597368470,
  10890. "up_time": 1597368470,
  10891. "list": [
  10892. {
  10893. "query_path": {
  10894. "path": "/api/admin/system/store/update",
  10895. "params": []
  10896. },
  10897. "edit_uid": 0,
  10898. "status": "undone",
  10899. "type": "static",
  10900. "req_body_is_json_schema": true,
  10901. "res_body_is_json_schema": true,
  10902. "api_opened": false,
  10903. "index": 0,
  10904. "tag": [],
  10905. "_id": 6746,
  10906. "method": "POST",
  10907. "title": "修改",
  10908. "path": "/api/admin/system/store/update",
  10909. "req_params": [],
  10910. "req_body_form": [],
  10911. "req_headers": [
  10912. {
  10913. "required": "1",
  10914. "_id": "5f35e8a6bc7e8e560914f9f0",
  10915. "name": "Content-Type",
  10916. "value": "application/json"
  10917. }
  10918. ],
  10919. "req_query": [
  10920. {
  10921. "required": "1",
  10922. "_id": "5f35e8a6bc7e8e560914f9f1",
  10923. "name": "id",
  10924. "desc": "id"
  10925. }
  10926. ],
  10927. "req_body_type": "json",
  10928. "res_body_type": "json",
  10929. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10930. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"提货点地址省市区\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"example\": \"1,2\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStoreRequest对象\",\n \"description\": \"提货点\",\n \"$$ref\": \"#/definitions/SystemStoreRequest对象\"\n}",
  10931. "project_id": 52,
  10932. "catid": 4424,
  10933. "uid": 93,
  10934. "add_time": 1597368486,
  10935. "up_time": 1597368486,
  10936. "__v": 0
  10937. },
  10938. {
  10939. "query_path": {
  10940. "path": "/api/admin/system/store/update/status",
  10941. "params": []
  10942. },
  10943. "edit_uid": 0,
  10944. "status": "undone",
  10945. "type": "static",
  10946. "req_body_is_json_schema": false,
  10947. "res_body_is_json_schema": true,
  10948. "api_opened": false,
  10949. "index": 0,
  10950. "tag": [],
  10951. "_id": 6748,
  10952. "method": "GET",
  10953. "title": "修改门店显示状态",
  10954. "path": "/api/admin/system/store/update/status",
  10955. "req_params": [],
  10956. "req_body_form": [],
  10957. "req_headers": [],
  10958. "req_query": [
  10959. {
  10960. "required": "1",
  10961. "_id": "5f35e8a7bc7e8e560914f9f3",
  10962. "name": "id",
  10963. "desc": "id"
  10964. },
  10965. {
  10966. "required": "1",
  10967. "_id": "5f35e8a7bc7e8e560914f9f2",
  10968. "name": "status",
  10969. "desc": "status"
  10970. }
  10971. ],
  10972. "req_body_type": "raw",
  10973. "res_body_type": "json",
  10974. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  10975. "project_id": 52,
  10976. "catid": 4424,
  10977. "uid": 93,
  10978. "add_time": 1597368487,
  10979. "up_time": 1597368487,
  10980. "__v": 0
  10981. },
  10982. {
  10983. "query_path": {
  10984. "path": "/api/admin/system/store/list",
  10985. "params": []
  10986. },
  10987. "edit_uid": 0,
  10988. "status": "undone",
  10989. "type": "static",
  10990. "req_body_is_json_schema": false,
  10991. "res_body_is_json_schema": true,
  10992. "api_opened": false,
  10993. "index": 0,
  10994. "tag": [],
  10995. "_id": 6728,
  10996. "method": "GET",
  10997. "title": "分页列表",
  10998. "path": "/api/admin/system/store/list",
  10999. "req_params": [],
  11000. "req_body_form": [],
  11001. "req_headers": [],
  11002. "req_query": [
  11003. {
  11004. "required": "0",
  11005. "_id": "5f35e8a6bc7e8e560914f9de",
  11006. "name": "keywords",
  11007. "desc": "搜索关键字,支持 门店名称|简介|手机号码||省市区|详细地址"
  11008. },
  11009. {
  11010. "required": "0",
  11011. "_id": "5f35e8a6bc7e8e560914f9dd",
  11012. "name": "limit",
  11013. "desc": "每页数量"
  11014. },
  11015. {
  11016. "required": "0",
  11017. "_id": "5f35e8a6bc7e8e560914f9dc",
  11018. "name": "page",
  11019. "desc": "页码"
  11020. },
  11021. {
  11022. "required": "0",
  11023. "_id": "5f35e8a6bc7e8e560914f9db",
  11024. "name": "status",
  11025. "desc": "状态,0隐藏,1显示,2回收站"
  11026. }
  11027. ],
  11028. "req_body_type": "raw",
  11029. "res_body_type": "json",
  11030. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStore对象\",\n \"description\": \"门店自提\",\n \"$$ref\": \"#/definitions/SystemStore对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemStore对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemStore对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemStore对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemStore对象»»\"\n}",
  11031. "project_id": 52,
  11032. "catid": 4424,
  11033. "uid": 93,
  11034. "add_time": 1597368486,
  11035. "up_time": 1597368486,
  11036. "__v": 0
  11037. },
  11038. {
  11039. "query_path": {
  11040. "path": "/api/admin/system/store/delete",
  11041. "params": []
  11042. },
  11043. "edit_uid": 0,
  11044. "status": "undone",
  11045. "type": "static",
  11046. "req_body_is_json_schema": false,
  11047. "res_body_is_json_schema": true,
  11048. "api_opened": false,
  11049. "index": 0,
  11050. "tag": [],
  11051. "_id": 6722,
  11052. "method": "GET",
  11053. "title": "删除",
  11054. "path": "/api/admin/system/store/delete",
  11055. "req_params": [],
  11056. "req_body_form": [],
  11057. "req_headers": [],
  11058. "req_query": [
  11059. {
  11060. "required": "1",
  11061. "_id": "5f35e8a6bc7e8e560914f9d9",
  11062. "name": "id",
  11063. "desc": "id"
  11064. }
  11065. ],
  11066. "req_body_type": "raw",
  11067. "res_body_type": "json",
  11068. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11069. "project_id": 52,
  11070. "catid": 4424,
  11071. "uid": 93,
  11072. "add_time": 1597368486,
  11073. "up_time": 1597368486,
  11074. "__v": 0
  11075. },
  11076. {
  11077. "query_path": {
  11078. "path": "/api/admin/system/store/getCount",
  11079. "params": []
  11080. },
  11081. "edit_uid": 0,
  11082. "status": "undone",
  11083. "type": "static",
  11084. "req_body_is_json_schema": false,
  11085. "res_body_is_json_schema": true,
  11086. "api_opened": false,
  11087. "index": 0,
  11088. "tag": [],
  11089. "_id": 6724,
  11090. "method": "GET",
  11091. "title": "数量",
  11092. "path": "/api/admin/system/store/getCount",
  11093. "req_params": [],
  11094. "req_body_form": [],
  11095. "req_headers": [],
  11096. "req_query": [],
  11097. "req_body_type": "raw",
  11098. "res_body_type": "json",
  11099. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,int»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,int»»\"\n}",
  11100. "project_id": 52,
  11101. "catid": 4424,
  11102. "uid": 93,
  11103. "add_time": 1597368486,
  11104. "up_time": 1597368486,
  11105. "__v": 0
  11106. },
  11107. {
  11108. "query_path": {
  11109. "path": "/api/admin/system/store/save",
  11110. "params": []
  11111. },
  11112. "edit_uid": 0,
  11113. "status": "undone",
  11114. "type": "static",
  11115. "req_body_is_json_schema": true,
  11116. "res_body_is_json_schema": true,
  11117. "api_opened": false,
  11118. "index": 0,
  11119. "tag": [],
  11120. "_id": 6732,
  11121. "method": "POST",
  11122. "title": "新增",
  11123. "path": "/api/admin/system/store/save",
  11124. "req_params": [],
  11125. "req_body_form": [],
  11126. "req_headers": [
  11127. {
  11128. "required": "1",
  11129. "_id": "5f35e8a6bc7e8e560914f9e5",
  11130. "name": "Content-Type",
  11131. "value": "application/json"
  11132. }
  11133. ],
  11134. "req_query": [],
  11135. "req_body_type": "json",
  11136. "res_body_type": "json",
  11137. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11138. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"提货点地址省市区\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"example\": \"1,2\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStoreRequest对象\",\n \"description\": \"提货点\",\n \"$$ref\": \"#/definitions/SystemStoreRequest对象\"\n}",
  11139. "project_id": 52,
  11140. "catid": 4424,
  11141. "uid": 93,
  11142. "add_time": 1597368486,
  11143. "up_time": 1597368486,
  11144. "__v": 0
  11145. },
  11146. {
  11147. "query_path": {
  11148. "path": "/api/admin/system/store/info",
  11149. "params": []
  11150. },
  11151. "edit_uid": 0,
  11152. "status": "undone",
  11153. "type": "static",
  11154. "req_body_is_json_schema": false,
  11155. "res_body_is_json_schema": true,
  11156. "api_opened": false,
  11157. "index": 0,
  11158. "tag": [],
  11159. "_id": 6726,
  11160. "method": "GET",
  11161. "title": "详情",
  11162. "path": "/api/admin/system/store/info",
  11163. "req_params": [],
  11164. "req_body_form": [],
  11165. "req_headers": [],
  11166. "req_query": [
  11167. {
  11168. "required": "1",
  11169. "_id": "5f35e8a6bc7e8e560914f9da",
  11170. "name": "id",
  11171. "desc": "id"
  11172. }
  11173. ],
  11174. "req_body_type": "raw",
  11175. "res_body_type": "json",
  11176. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"SystemStore对象\",\n \"description\": \"门店自提\",\n \"$$ref\": \"#/definitions/SystemStore对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemStore对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemStore对象»\"\n}",
  11177. "project_id": 52,
  11178. "catid": 4424,
  11179. "uid": 93,
  11180. "add_time": 1597368486,
  11181. "up_time": 1597368486,
  11182. "__v": 0
  11183. }
  11184. ]
  11185. },
  11186. {
  11187. "index": 0,
  11188. "name": "设置 -- 提货点 -- 核销员",
  11189. "desc": "System Store Staff Controller",
  11190. "add_time": 1597368470,
  11191. "up_time": 1597368470,
  11192. "list": [
  11193. {
  11194. "query_path": {
  11195. "path": "/api/admin/system/store/staff/update",
  11196. "params": []
  11197. },
  11198. "edit_uid": 0,
  11199. "status": "undone",
  11200. "type": "static",
  11201. "req_body_is_json_schema": true,
  11202. "res_body_is_json_schema": true,
  11203. "api_opened": false,
  11204. "index": 0,
  11205. "tag": [],
  11206. "_id": 6742,
  11207. "method": "POST",
  11208. "title": "修改",
  11209. "path": "/api/admin/system/store/staff/update",
  11210. "req_params": [],
  11211. "req_body_form": [],
  11212. "req_headers": [
  11213. {
  11214. "required": "1",
  11215. "_id": "5f35e8a6bc7e8e560914f9ec",
  11216. "name": "Content-Type",
  11217. "value": "application/json"
  11218. }
  11219. ],
  11220. "req_query": [
  11221. {
  11222. "required": "1",
  11223. "_id": "5f35e8a6bc7e8e560914f9ed",
  11224. "name": "id",
  11225. "desc": "id"
  11226. }
  11227. ],
  11228. "req_body_type": "json",
  11229. "res_body_type": "json",
  11230. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11231. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n}",
  11232. "project_id": 52,
  11233. "catid": 4433,
  11234. "uid": 93,
  11235. "add_time": 1597368486,
  11236. "up_time": 1597368486,
  11237. "__v": 0
  11238. },
  11239. {
  11240. "query_path": {
  11241. "path": "/api/admin/system/store/staff/update/status",
  11242. "params": []
  11243. },
  11244. "edit_uid": 0,
  11245. "status": "undone",
  11246. "type": "static",
  11247. "req_body_is_json_schema": false,
  11248. "res_body_is_json_schema": true,
  11249. "api_opened": false,
  11250. "index": 0,
  11251. "tag": [],
  11252. "_id": 6744,
  11253. "method": "GET",
  11254. "title": "修改状态",
  11255. "path": "/api/admin/system/store/staff/update/status",
  11256. "req_params": [],
  11257. "req_body_form": [],
  11258. "req_headers": [],
  11259. "req_query": [
  11260. {
  11261. "required": "1",
  11262. "_id": "5f35e8a6bc7e8e560914f9ef",
  11263. "name": "id",
  11264. "desc": "id"
  11265. },
  11266. {
  11267. "required": "1",
  11268. "_id": "5f35e8a6bc7e8e560914f9ee",
  11269. "name": "status",
  11270. "desc": "status"
  11271. }
  11272. ],
  11273. "req_body_type": "raw",
  11274. "res_body_type": "json",
  11275. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11276. "project_id": 52,
  11277. "catid": 4433,
  11278. "uid": 93,
  11279. "add_time": 1597368486,
  11280. "up_time": 1597368486,
  11281. "__v": 0
  11282. },
  11283. {
  11284. "query_path": {
  11285. "path": "/api/admin/system/store/staff/list",
  11286. "params": []
  11287. },
  11288. "edit_uid": 0,
  11289. "status": "undone",
  11290. "type": "static",
  11291. "req_body_is_json_schema": false,
  11292. "res_body_is_json_schema": true,
  11293. "api_opened": false,
  11294. "index": 0,
  11295. "tag": [],
  11296. "_id": 6738,
  11297. "method": "GET",
  11298. "title": "分页列表",
  11299. "path": "/api/admin/system/store/staff/list",
  11300. "req_params": [],
  11301. "req_body_form": [],
  11302. "req_headers": [],
  11303. "req_query": [
  11304. {
  11305. "required": "0",
  11306. "_id": "5f35e8a6bc7e8e560914f9ea",
  11307. "name": "limit",
  11308. "desc": "每页数量"
  11309. },
  11310. {
  11311. "required": "0",
  11312. "_id": "5f35e8a6bc7e8e560914f9e9",
  11313. "name": "page",
  11314. "desc": "页码"
  11315. },
  11316. {
  11317. "required": "0",
  11318. "_id": "5f35e8a6bc7e8e560914f9e8",
  11319. "name": "storeId",
  11320. "desc": "storeId"
  11321. }
  11322. ],
  11323. "req_body_type": "raw",
  11324. "res_body_type": "json",
  11325. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"systemStore\": {\n \"type\": \"object\",\n \"properties\": {\n \"address\": {\n \"type\": \"string\",\n \"description\": \"省市区\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"dayTime\": {\n \"type\": \"string\",\n \"description\": \"每日营业开关时间\"\n },\n \"detailedAddress\": {\n \"type\": \"string\",\n \"description\": \"详细地址\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"image\": {\n \"type\": \"string\",\n \"description\": \"门店logo\"\n },\n \"introduction\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"latitude\": {\n \"type\": \"string\",\n \"description\": \"纬度\"\n },\n \"longitude\": {\n \"type\": \"string\",\n \"description\": \"经度\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"门店名称\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n },\n \"validTime\": {\n \"type\": \"string\",\n \"description\": \"核销有效日期\"\n }\n },\n \"title\": \"Sy
  11326. "project_id": 52,
  11327. "catid": 4433,
  11328. "uid": 93,
  11329. "add_time": 1597368486,
  11330. "up_time": 1597368486,
  11331. "__v": 0
  11332. },
  11333. {
  11334. "query_path": {
  11335. "path": "/api/admin/system/store/staff/delete",
  11336. "params": []
  11337. },
  11338. "edit_uid": 0,
  11339. "status": "undone",
  11340. "type": "static",
  11341. "req_body_is_json_schema": false,
  11342. "res_body_is_json_schema": true,
  11343. "api_opened": false,
  11344. "index": 0,
  11345. "tag": [],
  11346. "_id": 6734,
  11347. "method": "GET",
  11348. "title": "删除",
  11349. "path": "/api/admin/system/store/staff/delete",
  11350. "req_params": [],
  11351. "req_body_form": [],
  11352. "req_headers": [],
  11353. "req_query": [
  11354. {
  11355. "required": "1",
  11356. "_id": "5f35e8a6bc7e8e560914f9e6",
  11357. "name": "id",
  11358. "desc": "id"
  11359. }
  11360. ],
  11361. "req_body_type": "raw",
  11362. "res_body_type": "json",
  11363. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11364. "project_id": 52,
  11365. "catid": 4433,
  11366. "uid": 93,
  11367. "add_time": 1597368486,
  11368. "up_time": 1597368486,
  11369. "__v": 0
  11370. },
  11371. {
  11372. "query_path": {
  11373. "path": "/api/admin/system/store/staff/save",
  11374. "params": []
  11375. },
  11376. "edit_uid": 0,
  11377. "status": "undone",
  11378. "type": "static",
  11379. "req_body_is_json_schema": true,
  11380. "res_body_is_json_schema": true,
  11381. "api_opened": false,
  11382. "index": 0,
  11383. "tag": [],
  11384. "_id": 6740,
  11385. "method": "POST",
  11386. "title": "新增",
  11387. "path": "/api/admin/system/store/staff/save",
  11388. "req_params": [],
  11389. "req_body_form": [],
  11390. "req_headers": [
  11391. {
  11392. "required": "1",
  11393. "_id": "5f35e8a6bc7e8e560914f9eb",
  11394. "name": "Content-Type",
  11395. "value": "application/json"
  11396. }
  11397. ],
  11398. "req_query": [],
  11399. "req_body_type": "json",
  11400. "res_body_type": "json",
  11401. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11402. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n}",
  11403. "project_id": 52,
  11404. "catid": 4433,
  11405. "uid": 93,
  11406. "add_time": 1597368486,
  11407. "up_time": 1597368486,
  11408. "__v": 0
  11409. },
  11410. {
  11411. "query_path": {
  11412. "path": "/api/admin/system/store/staff/info",
  11413. "params": []
  11414. },
  11415. "edit_uid": 0,
  11416. "status": "undone",
  11417. "type": "static",
  11418. "req_body_is_json_schema": false,
  11419. "res_body_is_json_schema": true,
  11420. "api_opened": false,
  11421. "index": 0,
  11422. "tag": [],
  11423. "_id": 6736,
  11424. "method": "GET",
  11425. "title": "详情",
  11426. "path": "/api/admin/system/store/staff/info",
  11427. "req_params": [],
  11428. "req_body_form": [],
  11429. "req_headers": [],
  11430. "req_query": [
  11431. {
  11432. "required": "1",
  11433. "_id": "5f35e8a6bc7e8e560914f9e7",
  11434. "name": "id",
  11435. "desc": "id"
  11436. }
  11437. ],
  11438. "req_body_type": "raw",
  11439. "res_body_type": "json",
  11440. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"avatar\": {\n \"type\": \"string\",\n \"description\": \"店员头像\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"description\": \"手机号码\"\n },\n \"staffName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"状态\"\n },\n \"storeId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"门店id\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"微信用户id\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"verifyStatus\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"核销开关\"\n }\n },\n \"title\": \"SystemStoreStaff对象\",\n \"description\": \"门店店员表\",\n \"$$ref\": \"#/definitions/SystemStoreStaff对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemStoreStaff对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemStoreStaff对象»\"\n}",
  11441. "project_id": 52,
  11442. "catid": 4433,
  11443. "uid": 93,
  11444. "add_time": 1597368486,
  11445. "up_time": 1597368486,
  11446. "__v": 0
  11447. }
  11448. ]
  11449. },
  11450. {
  11451. "index": 0,
  11452. "name": "设置 -- 提货点 -- 核销订单",
  11453. "desc": "System Write Off Order Controller",
  11454. "add_time": 1597368470,
  11455. "up_time": 1597368470,
  11456. "list": [
  11457. {
  11458. "query_path": {
  11459. "path": "/api/admin/system/store/order/list",
  11460. "params": []
  11461. },
  11462. "edit_uid": 0,
  11463. "status": "undone",
  11464. "type": "static",
  11465. "req_body_is_json_schema": true,
  11466. "res_body_is_json_schema": true,
  11467. "api_opened": false,
  11468. "index": 0,
  11469. "tag": [],
  11470. "_id": 6730,
  11471. "method": "POST",
  11472. "title": "分页列表",
  11473. "path": "/api/admin/system/store/order/list",
  11474. "req_params": [],
  11475. "req_body_form": [],
  11476. "req_headers": [
  11477. {
  11478. "required": "1",
  11479. "_id": "5f35e8a6bc7e8e560914f9df",
  11480. "name": "Content-Type",
  11481. "value": "application/json"
  11482. }
  11483. ],
  11484. "req_query": [
  11485. {
  11486. "required": "0",
  11487. "_id": "5f35e8a6bc7e8e560914f9e4",
  11488. "name": "data",
  11489. "desc": "时间"
  11490. },
  11491. {
  11492. "required": "0",
  11493. "_id": "5f35e8a6bc7e8e560914f9e3",
  11494. "name": "keywords",
  11495. "desc": "关键字"
  11496. },
  11497. {
  11498. "required": "0",
  11499. "_id": "5f35e8a6bc7e8e560914f9e2",
  11500. "name": "limit",
  11501. "desc": "每页数量"
  11502. },
  11503. {
  11504. "required": "0",
  11505. "_id": "5f35e8a6bc7e8e560914f9e1",
  11506. "name": "page",
  11507. "desc": "页码"
  11508. },
  11509. {
  11510. "required": "0",
  11511. "_id": "5f35e8a6bc7e8e560914f9e0",
  11512. "name": "storeId",
  11513. "desc": "核销点ID"
  11514. }
  11515. ],
  11516. "req_body_type": "json",
  11517. "res_body_type": "json",
  11518. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"list\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"backIntegral\": {\n \"type\": \"number\",\n \"description\": \"给用户退了多少积分\"\n },\n \"clerkName\": {\n \"type\": \"string\",\n \"description\": \"店员名称\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gainIntegral\": {\n \"type\": \"number\",\n \"description\": \"消费赚取积分\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"订单ID\"\n },\n \"isDel\": {\n \"type\": \"boolean\",\n \"description\": \"是否删除\"\n },\n \"isSystemDel\": {\n \"type\": \"boolean\",\n \"description\": \"后台是否删除\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"用户备注\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"支付状态\"\n },\n \"payPostage\": {\n \"type\": \"number\",\n \"description\": \"支付邮费\"\n },\n \"payPrice\": {\n \"type\": \"number\",\n \"description\": \"实际支付金额\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"支付时间\"\n },\n \"payType\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"payTypeStr\": {\n \"type\": \"string\",\n \"description\": \"支付方式\"\n },\n \"productList\": {\n \"type\": \"array\",\n \"description\": \"商品信息\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"info\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"string\"\n },\n \"attrStatus\": {\n \"type\": \"boolean\",\n \"description\": \"商品是否有效\"\n },\n \"bargainId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"砍价id\"\n },\n \"brokerage\": {\n
  11519. "project_id": 52,
  11520. "catid": 4442,
  11521. "uid": 93,
  11522. "add_time": 1597368486,
  11523. "up_time": 1597368486,
  11524. "__v": 0
  11525. }
  11526. ]
  11527. },
  11528. {
  11529. "index": 0,
  11530. "name": "设置 -- 权限管理 -- 身份管理",
  11531. "desc": "System Role Controller",
  11532. "add_time": 1597368470,
  11533. "up_time": 1597368470,
  11534. "list": [
  11535. {
  11536. "query_path": {
  11537. "path": "/api/admin/system/role/testMenu",
  11538. "params": []
  11539. },
  11540. "edit_uid": 0,
  11541. "status": "undone",
  11542. "type": "static",
  11543. "req_body_is_json_schema": false,
  11544. "res_body_is_json_schema": true,
  11545. "api_opened": false,
  11546. "index": 0,
  11547. "tag": [],
  11548. "_id": 6718,
  11549. "method": "GET",
  11550. "title": "TestMenu",
  11551. "path": "/api/admin/system/role/testMenu",
  11552. "req_params": [],
  11553. "req_body_form": [],
  11554. "req_headers": [],
  11555. "req_query": [],
  11556. "req_body_type": "raw",
  11557. "res_body_type": "json",
  11558. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult\",\n \"$$ref\": \"#/definitions/CommonResult\"\n}",
  11559. "project_id": 52,
  11560. "catid": 4451,
  11561. "uid": 93,
  11562. "add_time": 1597368485,
  11563. "up_time": 1597368485,
  11564. "__v": 0
  11565. },
  11566. {
  11567. "query_path": {
  11568. "path": "/api/admin/system/role/update",
  11569. "params": []
  11570. },
  11571. "edit_uid": 0,
  11572. "status": "undone",
  11573. "type": "static",
  11574. "req_body_is_json_schema": true,
  11575. "res_body_is_json_schema": true,
  11576. "api_opened": false,
  11577. "index": 0,
  11578. "tag": [],
  11579. "_id": 6720,
  11580. "method": "POST",
  11581. "title": "修改",
  11582. "path": "/api/admin/system/role/update",
  11583. "req_params": [],
  11584. "req_body_form": [],
  11585. "req_headers": [
  11586. {
  11587. "required": "1",
  11588. "_id": "5f35e8a6bc7e8e560914f9d3",
  11589. "name": "Content-Type",
  11590. "value": "application/json"
  11591. }
  11592. ],
  11593. "req_query": [
  11594. {
  11595. "required": "1",
  11596. "_id": "5f35e8a6bc7e8e560914f9d8",
  11597. "name": "id",
  11598. "desc": "id"
  11599. },
  11600. {
  11601. "required": "1",
  11602. "_id": "5f35e8a6bc7e8e560914f9d7",
  11603. "name": "level",
  11604. "desc": "身份管理名称"
  11605. },
  11606. {
  11607. "required": "1",
  11608. "_id": "5f35e8a6bc7e8e560914f9d6",
  11609. "name": "roleName",
  11610. "desc": "身份管理名称"
  11611. },
  11612. {
  11613. "required": "1",
  11614. "_id": "5f35e8a6bc7e8e560914f9d5",
  11615. "name": "rules",
  11616. "desc": "身份管理权限(menus_id)"
  11617. },
  11618. {
  11619. "required": "1",
  11620. "_id": "5f35e8a6bc7e8e560914f9d4",
  11621. "name": "status",
  11622. "desc": "状态"
  11623. }
  11624. ],
  11625. "req_body_type": "json",
  11626. "res_body_type": "json",
  11627. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11628. "project_id": 52,
  11629. "catid": 4451,
  11630. "uid": 93,
  11631. "add_time": 1597368486,
  11632. "up_time": 1597368486,
  11633. "__v": 0
  11634. },
  11635. {
  11636. "query_path": {
  11637. "path": "/api/admin/system/role/list",
  11638. "params": []
  11639. },
  11640. "edit_uid": 0,
  11641. "status": "undone",
  11642. "type": "static",
  11643. "req_body_is_json_schema": false,
  11644. "res_body_is_json_schema": true,
  11645. "api_opened": false,
  11646. "index": 0,
  11647. "tag": [],
  11648. "_id": 6712,
  11649. "method": "GET",
  11650. "title": "分页列表",
  11651. "path": "/api/admin/system/role/list",
  11652. "req_params": [],
  11653. "req_body_form": [],
  11654. "req_headers": [],
  11655. "req_query": [
  11656. {
  11657. "required": "0",
  11658. "_id": "5f35e8a5bc7e8e560914f9cd",
  11659. "name": "createTime",
  11660. "desc": "创建时间"
  11661. },
  11662. {
  11663. "required": "0",
  11664. "_id": "5f35e8a5bc7e8e560914f9cc",
  11665. "name": "level",
  11666. "desc": "身份管理名称"
  11667. },
  11668. {
  11669. "required": "0",
  11670. "_id": "5f35e8a5bc7e8e560914f9cb",
  11671. "name": "limit",
  11672. "desc": "每页数量"
  11673. },
  11674. {
  11675. "required": "0",
  11676. "_id": "5f35e8a5bc7e8e560914f9ca",
  11677. "name": "page",
  11678. "desc": "页码"
  11679. },
  11680. {
  11681. "required": "0",
  11682. "_id": "5f35e8a5bc7e8e560914f9c9",
  11683. "name": "roleName",
  11684. "desc": "身份管理名称"
  11685. },
  11686. {
  11687. "required": "0",
  11688. "_id": "5f35e8a5bc7e8e560914f9c8",
  11689. "name": "rules",
  11690. "desc": "身份管理权限(menus_id)"
  11691. },
  11692. {
  11693. "required": "0",
  11694. "_id": "5f35e8a5bc7e8e560914f9c7",
  11695. "name": "status",
  11696. "desc": "状态"
  11697. },
  11698. {
  11699. "required": "0",
  11700. "_id": "5f35e8a5bc7e8e560914f9c6",
  11701. "name": "updateTime",
  11702. "desc": "修改时间"
  11703. }
  11704. ],
  11705. "req_body_type": "raw",
  11706. "res_body_type": "json",
  11707. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"身份管理id\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"roleName\": {\n \"type\": \"string\",\n \"description\": \"身份管理名称\"\n },\n \"rules\": {\n \"type\": \"string\",\n \"description\": \"身份管理权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemRole对象\",\n \"description\": \"身份管理表\",\n \"$$ref\": \"#/definitions/SystemRole对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemRole对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemRole对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemRole对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemRole对象»»\"\n}",
  11708. "project_id": 52,
  11709. "catid": 4451,
  11710. "uid": 93,
  11711. "add_time": 1597368485,
  11712. "up_time": 1597368485,
  11713. "__v": 0
  11714. },
  11715. {
  11716. "query_path": {
  11717. "path": "/api/admin/system/role/delete",
  11718. "params": []
  11719. },
  11720. "edit_uid": 0,
  11721. "status": "undone",
  11722. "type": "static",
  11723. "req_body_is_json_schema": false,
  11724. "res_body_is_json_schema": true,
  11725. "api_opened": false,
  11726. "index": 0,
  11727. "tag": [],
  11728. "_id": 6708,
  11729. "method": "GET",
  11730. "title": "删除",
  11731. "path": "/api/admin/system/role/delete",
  11732. "req_params": [],
  11733. "req_body_form": [],
  11734. "req_headers": [],
  11735. "req_query": [
  11736. {
  11737. "required": "1",
  11738. "_id": "5f35e8a5bc7e8e560914f9c4",
  11739. "name": "id",
  11740. "desc": "id"
  11741. }
  11742. ],
  11743. "req_body_type": "raw",
  11744. "res_body_type": "json",
  11745. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11746. "project_id": 52,
  11747. "catid": 4451,
  11748. "uid": 93,
  11749. "add_time": 1597368485,
  11750. "up_time": 1597368485,
  11751. "__v": 0
  11752. },
  11753. {
  11754. "query_path": {
  11755. "path": "/api/admin/system/role/save",
  11756. "params": []
  11757. },
  11758. "edit_uid": 0,
  11759. "status": "undone",
  11760. "type": "static",
  11761. "req_body_is_json_schema": true,
  11762. "res_body_is_json_schema": true,
  11763. "api_opened": false,
  11764. "index": 0,
  11765. "tag": [],
  11766. "_id": 6716,
  11767. "method": "POST",
  11768. "title": "新增",
  11769. "path": "/api/admin/system/role/save",
  11770. "req_params": [],
  11771. "req_body_form": [],
  11772. "req_headers": [
  11773. {
  11774. "required": "1",
  11775. "_id": "5f35e8a5bc7e8e560914f9ce",
  11776. "name": "Content-Type",
  11777. "value": "application/json"
  11778. }
  11779. ],
  11780. "req_query": [
  11781. {
  11782. "required": "1",
  11783. "_id": "5f35e8a5bc7e8e560914f9d2",
  11784. "name": "level",
  11785. "desc": "身份管理名称"
  11786. },
  11787. {
  11788. "required": "1",
  11789. "_id": "5f35e8a5bc7e8e560914f9d1",
  11790. "name": "roleName",
  11791. "desc": "身份管理名称"
  11792. },
  11793. {
  11794. "required": "1",
  11795. "_id": "5f35e8a5bc7e8e560914f9d0",
  11796. "name": "rules",
  11797. "desc": "身份管理权限(menus_id)"
  11798. },
  11799. {
  11800. "required": "1",
  11801. "_id": "5f35e8a5bc7e8e560914f9cf",
  11802. "name": "status",
  11803. "desc": "状态"
  11804. }
  11805. ],
  11806. "req_body_type": "json",
  11807. "res_body_type": "json",
  11808. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  11809. "project_id": 52,
  11810. "catid": 4451,
  11811. "uid": 93,
  11812. "add_time": 1597368485,
  11813. "up_time": 1597368485,
  11814. "__v": 0
  11815. },
  11816. {
  11817. "query_path": {
  11818. "path": "/api/admin/system/role/menu",
  11819. "params": []
  11820. },
  11821. "edit_uid": 0,
  11822. "status": "undone",
  11823. "type": "static",
  11824. "req_body_is_json_schema": false,
  11825. "res_body_is_json_schema": true,
  11826. "api_opened": false,
  11827. "index": 0,
  11828. "tag": [],
  11829. "_id": 6714,
  11830. "method": "GET",
  11831. "title": "菜单",
  11832. "path": "/api/admin/system/role/menu",
  11833. "req_params": [],
  11834. "req_body_form": [],
  11835. "req_headers": [],
  11836. "req_query": [],
  11837. "req_body_type": "raw",
  11838. "res_body_type": "json",
  11839. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"child\": {\n \"type\": \"array\",\n \"items\": {\n \"originalRef\": \"CategoryTreeVo\",\n \"$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"extra\": {\n \"type\": \"string\",\n \"description\": \"扩展字段\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"分类名称\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"路径\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"父级ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态, 0正常,1失效\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"类型,类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类, 6 配置分类, 7 秒杀配置\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"地址\"\n }\n },\n \"title\": \"CategoryTreeVo\",\n \"$$ref\": \"#/definitions/CategoryTreeVo\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«CategoryTreeVo»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«CategoryTreeVo»»\"\n}",
  11840. "project_id": 52,
  11841. "catid": 4451,
  11842. "uid": 93,
  11843. "add_time": 1597368485,
  11844. "up_time": 1597368485,
  11845. "__v": 0
  11846. },
  11847. {
  11848. "query_path": {
  11849. "path": "/api/admin/system/role/info",
  11850. "params": []
  11851. },
  11852. "edit_uid": 0,
  11853. "status": "undone",
  11854. "type": "static",
  11855. "req_body_is_json_schema": false,
  11856. "res_body_is_json_schema": true,
  11857. "api_opened": false,
  11858. "index": 0,
  11859. "tag": [],
  11860. "_id": 6710,
  11861. "method": "GET",
  11862. "title": "详情",
  11863. "path": "/api/admin/system/role/info",
  11864. "req_params": [],
  11865. "req_body_form": [],
  11866. "req_headers": [],
  11867. "req_query": [
  11868. {
  11869. "required": "1",
  11870. "_id": "5f35e8a5bc7e8e560914f9c5",
  11871. "name": "id",
  11872. "desc": "id"
  11873. }
  11874. ],
  11875. "req_body_type": "raw",
  11876. "res_body_type": "json",
  11877. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"身份管理id\"\n },\n \"level\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"roleName\": {\n \"type\": \"string\",\n \"description\": \"身份管理名称\"\n },\n \"rules\": {\n \"type\": \"string\",\n \"description\": \"身份管理权限(menus_id)\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"SystemRole对象\",\n \"description\": \"身份管理表\",\n \"$$ref\": \"#/definitions/SystemRole对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemRole对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemRole对象»\"\n}",
  11878. "project_id": 52,
  11879. "catid": 4451,
  11880. "uid": 93,
  11881. "add_time": 1597368485,
  11882. "up_time": 1597368485,
  11883. "__v": 0
  11884. }
  11885. ]
  11886. },
  11887. {
  11888. "index": 0,
  11889. "name": "设置 -- 物流 -- 付费",
  11890. "desc": "Shipping Templates Region Controller",
  11891. "add_time": 1597368470,
  11892. "up_time": 1597368470,
  11893. "list": [
  11894. {
  11895. "query_path": {
  11896. "path": "/api/admin/express/shipping/region/list",
  11897. "params": []
  11898. },
  11899. "edit_uid": 0,
  11900. "status": "undone",
  11901. "type": "static",
  11902. "req_body_is_json_schema": false,
  11903. "res_body_is_json_schema": true,
  11904. "api_opened": false,
  11905. "index": 0,
  11906. "tag": [],
  11907. "_id": 6422,
  11908. "method": "GET",
  11909. "title": "根据模板id查询数据",
  11910. "path": "/api/admin/express/shipping/region/list",
  11911. "req_params": [],
  11912. "req_body_form": [],
  11913. "req_headers": [],
  11914. "req_query": [
  11915. {
  11916. "required": "1",
  11917. "_id": "5f35e899bc7e8e560914f831",
  11918. "name": "tempId",
  11919. "desc": "tempId"
  11920. }
  11921. ],
  11922. "req_body_type": "raw",
  11923. "res_body_type": "json",
  11924. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«ShippingTemplatesRegionRequest对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«ShippingTemplatesRegionRequest对象»»\"\n}",
  11925. "project_id": 52,
  11926. "catid": 4460,
  11927. "uid": 93,
  11928. "add_time": 1597368473,
  11929. "up_time": 1597368473,
  11930. "__v": 0
  11931. }
  11932. ]
  11933. },
  11934. {
  11935. "index": 0,
  11936. "name": "设置 -- 物流 -- 免费",
  11937. "desc": "Shipping Templates Free Controller",
  11938. "add_time": 1597368471,
  11939. "up_time": 1597368471,
  11940. "list": [
  11941. {
  11942. "query_path": {
  11943. "path": "/api/admin/express/shipping/free/list",
  11944. "params": []
  11945. },
  11946. "edit_uid": 0,
  11947. "status": "undone",
  11948. "type": "static",
  11949. "req_body_is_json_schema": false,
  11950. "res_body_is_json_schema": true,
  11951. "api_opened": false,
  11952. "index": 0,
  11953. "tag": [],
  11954. "_id": 6420,
  11955. "method": "GET",
  11956. "title": "根据模板id查询数据",
  11957. "path": "/api/admin/express/shipping/free/list",
  11958. "req_params": [],
  11959. "req_body_form": [],
  11960. "req_headers": [],
  11961. "req_query": [
  11962. {
  11963. "required": "1",
  11964. "_id": "5f35e899bc7e8e560914f830",
  11965. "name": "tempId",
  11966. "desc": "tempId"
  11967. }
  11968. ],
  11969. "req_body_type": "raw",
  11970. "res_body_type": "json",
  11971. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«List«ShippingTemplatesFreeRequest对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«List«ShippingTemplatesFreeRequest对象»»\"\n}",
  11972. "project_id": 52,
  11973. "catid": 4469,
  11974. "uid": 93,
  11975. "add_time": 1597368473,
  11976. "up_time": 1597368473,
  11977. "__v": 0
  11978. }
  11979. ]
  11980. },
  11981. {
  11982. "index": 0,
  11983. "name": "设置 -- 物流 -- 公司",
  11984. "desc": "Express Controller",
  11985. "add_time": 1597368471,
  11986. "up_time": 1597368471,
  11987. "list": [
  11988. {
  11989. "query_path": {
  11990. "path": "/api/admin/express/update",
  11991. "params": []
  11992. },
  11993. "edit_uid": 0,
  11994. "status": "undone",
  11995. "type": "static",
  11996. "req_body_is_json_schema": true,
  11997. "res_body_is_json_schema": true,
  11998. "api_opened": false,
  11999. "index": 0,
  12000. "tag": [],
  12001. "_id": 6434,
  12002. "method": "POST",
  12003. "title": "修改",
  12004. "path": "/api/admin/express/update",
  12005. "req_params": [],
  12006. "req_body_form": [],
  12007. "req_headers": [
  12008. {
  12009. "required": "1",
  12010. "_id": "5f35e899bc7e8e560914f83a",
  12011. "name": "Content-Type",
  12012. "value": "application/json"
  12013. }
  12014. ],
  12015. "req_query": [
  12016. {
  12017. "required": "1",
  12018. "_id": "5f35e899bc7e8e560914f83f",
  12019. "name": "code",
  12020. "desc": "快递公司简称"
  12021. },
  12022. {
  12023. "required": "0",
  12024. "_id": "5f35e899bc7e8e560914f83e",
  12025. "name": "id",
  12026. "desc": "快递ID"
  12027. },
  12028. {
  12029. "required": "1",
  12030. "_id": "5f35e899bc7e8e560914f83d",
  12031. "name": "isShow",
  12032. "desc": "是否显示"
  12033. },
  12034. {
  12035. "required": "1",
  12036. "_id": "5f35e899bc7e8e560914f83c",
  12037. "name": "name",
  12038. "desc": "快递公司全称"
  12039. },
  12040. {
  12041. "required": "0",
  12042. "_id": "5f35e899bc7e8e560914f83b",
  12043. "name": "sort",
  12044. "desc": "排序"
  12045. }
  12046. ],
  12047. "req_body_type": "json",
  12048. "res_body_type": "json",
  12049. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12050. "project_id": 52,
  12051. "catid": 4478,
  12052. "uid": 93,
  12053. "add_time": 1597368473,
  12054. "up_time": 1597368473,
  12055. "__v": 0
  12056. },
  12057. {
  12058. "query_path": {
  12059. "path": "/api/admin/express/list",
  12060. "params": []
  12061. },
  12062. "edit_uid": 0,
  12063. "status": "undone",
  12064. "type": "static",
  12065. "req_body_is_json_schema": false,
  12066. "res_body_is_json_schema": true,
  12067. "api_opened": false,
  12068. "index": 0,
  12069. "tag": [],
  12070. "_id": 6416,
  12071. "method": "GET",
  12072. "title": "分页列表",
  12073. "path": "/api/admin/express/list",
  12074. "req_params": [],
  12075. "req_body_form": [],
  12076. "req_headers": [],
  12077. "req_query": [
  12078. {
  12079. "required": "1",
  12080. "_id": "5f35e898bc7e8e560914f82a",
  12081. "name": "isShow",
  12082. "desc": "是否显示"
  12083. },
  12084. {
  12085. "required": "0",
  12086. "_id": "5f35e898bc7e8e560914f829",
  12087. "name": "keywords",
  12088. "desc": "搜索关键字"
  12089. },
  12090. {
  12091. "required": "0",
  12092. "_id": "5f35e898bc7e8e560914f828",
  12093. "name": "limit",
  12094. "desc": "每页数量"
  12095. },
  12096. {
  12097. "required": "0",
  12098. "_id": "5f35e898bc7e8e560914f827",
  12099. "name": "page",
  12100. "desc": "页码"
  12101. }
  12102. ],
  12103. "req_body_type": "raw",
  12104. "res_body_type": "json",
  12105. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"快递公司简称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"快递公司id\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"快递公司全称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n }\n },\n \"title\": \"Express对象\",\n \"description\": \"快递公司表\",\n \"$$ref\": \"#/definitions/Express对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«Express对象»\",\n \"$$ref\": \"#/definitions/CommonPage«Express对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«Express对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«Express对象»»\"\n}",
  12106. "project_id": 52,
  12107. "catid": 4478,
  12108. "uid": 93,
  12109. "add_time": 1597368472,
  12110. "up_time": 1597368472,
  12111. "__v": 0
  12112. },
  12113. {
  12114. "query_path": {
  12115. "path": "/api/admin/express/delete",
  12116. "params": []
  12117. },
  12118. "edit_uid": 0,
  12119. "status": "undone",
  12120. "type": "static",
  12121. "req_body_is_json_schema": false,
  12122. "res_body_is_json_schema": true,
  12123. "api_opened": false,
  12124. "index": 0,
  12125. "tag": [],
  12126. "_id": 6412,
  12127. "method": "GET",
  12128. "title": "删除",
  12129. "path": "/api/admin/express/delete",
  12130. "req_params": [],
  12131. "req_body_form": [],
  12132. "req_headers": [],
  12133. "req_query": [
  12134. {
  12135. "required": "0",
  12136. "_id": "5f35e898bc7e8e560914f825",
  12137. "name": "id",
  12138. "desc": "快递ID"
  12139. }
  12140. ],
  12141. "req_body_type": "raw",
  12142. "res_body_type": "json",
  12143. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12144. "project_id": 52,
  12145. "catid": 4478,
  12146. "uid": 93,
  12147. "add_time": 1597368472,
  12148. "up_time": 1597368472,
  12149. "__v": 0
  12150. },
  12151. {
  12152. "query_path": {
  12153. "path": "/api/admin/express/save",
  12154. "params": []
  12155. },
  12156. "edit_uid": 0,
  12157. "status": "undone",
  12158. "type": "static",
  12159. "req_body_is_json_schema": true,
  12160. "res_body_is_json_schema": true,
  12161. "api_opened": false,
  12162. "index": 0,
  12163. "tag": [],
  12164. "_id": 6418,
  12165. "method": "POST",
  12166. "title": "新增",
  12167. "path": "/api/admin/express/save",
  12168. "req_params": [],
  12169. "req_body_form": [],
  12170. "req_headers": [
  12171. {
  12172. "required": "1",
  12173. "_id": "5f35e898bc7e8e560914f82b",
  12174. "name": "Content-Type",
  12175. "value": "application/json"
  12176. }
  12177. ],
  12178. "req_query": [
  12179. {
  12180. "required": "1",
  12181. "_id": "5f35e898bc7e8e560914f82f",
  12182. "name": "code",
  12183. "desc": "快递公司简称"
  12184. },
  12185. {
  12186. "required": "1",
  12187. "_id": "5f35e898bc7e8e560914f82e",
  12188. "name": "isShow",
  12189. "desc": "是否显示"
  12190. },
  12191. {
  12192. "required": "1",
  12193. "_id": "5f35e898bc7e8e560914f82d",
  12194. "name": "name",
  12195. "desc": "快递公司全称"
  12196. },
  12197. {
  12198. "required": "0",
  12199. "_id": "5f35e898bc7e8e560914f82c",
  12200. "name": "sort",
  12201. "desc": "排序"
  12202. }
  12203. ],
  12204. "req_body_type": "json",
  12205. "res_body_type": "json",
  12206. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12207. "project_id": 52,
  12208. "catid": 4478,
  12209. "uid": 93,
  12210. "add_time": 1597368472,
  12211. "up_time": 1597368472,
  12212. "__v": 0
  12213. },
  12214. {
  12215. "query_path": {
  12216. "path": "/api/admin/express/info",
  12217. "params": []
  12218. },
  12219. "edit_uid": 0,
  12220. "status": "undone",
  12221. "type": "static",
  12222. "req_body_is_json_schema": false,
  12223. "res_body_is_json_schema": true,
  12224. "api_opened": false,
  12225. "index": 0,
  12226. "tag": [],
  12227. "_id": 6414,
  12228. "method": "GET",
  12229. "title": "详情",
  12230. "path": "/api/admin/express/info",
  12231. "req_params": [],
  12232. "req_body_form": [],
  12233. "req_headers": [],
  12234. "req_query": [
  12235. {
  12236. "required": "0",
  12237. "_id": "5f35e898bc7e8e560914f826",
  12238. "name": "id",
  12239. "desc": "快递ID"
  12240. }
  12241. ],
  12242. "req_body_type": "raw",
  12243. "res_body_type": "json",
  12244. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"快递公司简称\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"快递公司id\"\n },\n \"isShow\": {\n \"type\": \"boolean\",\n \"description\": \"是否显示\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"快递公司全称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n }\n },\n \"title\": \"Express对象\",\n \"description\": \"快递公司表\",\n \"$$ref\": \"#/definitions/Express对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Express对象»\",\n \"$$ref\": \"#/definitions/CommonResult«Express对象»\"\n}",
  12245. "project_id": 52,
  12246. "catid": 4478,
  12247. "uid": 93,
  12248. "add_time": 1597368472,
  12249. "up_time": 1597368472,
  12250. "__v": 0
  12251. }
  12252. ]
  12253. },
  12254. {
  12255. "index": 0,
  12256. "name": "设置 -- 物流 -- 模板",
  12257. "desc": "Shipping Templates Controller",
  12258. "add_time": 1597368471,
  12259. "up_time": 1597368471,
  12260. "list": [
  12261. {
  12262. "query_path": {
  12263. "path": "/api/admin/express/shipping/templates/update",
  12264. "params": []
  12265. },
  12266. "edit_uid": 0,
  12267. "status": "undone",
  12268. "type": "static",
  12269. "req_body_is_json_schema": true,
  12270. "res_body_is_json_schema": true,
  12271. "api_opened": false,
  12272. "index": 0,
  12273. "tag": [],
  12274. "_id": 6432,
  12275. "method": "POST",
  12276. "title": "修改",
  12277. "path": "/api/admin/express/shipping/templates/update",
  12278. "req_params": [],
  12279. "req_body_form": [],
  12280. "req_headers": [
  12281. {
  12282. "required": "1",
  12283. "_id": "5f35e899bc7e8e560914f838",
  12284. "name": "Content-Type",
  12285. "value": "application/json"
  12286. }
  12287. ],
  12288. "req_query": [
  12289. {
  12290. "required": "1",
  12291. "_id": "5f35e899bc7e8e560914f839",
  12292. "name": "id",
  12293. "desc": "id"
  12294. }
  12295. ],
  12296. "req_body_type": "json",
  12297. "res_body_type": "json",
  12298. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12299. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"appoint\",\n \"name\",\n \"shippingTemplatesFreeRequestList\",\n \"shippingTemplatesRegionRequestList\",\n \"type\"\n ],\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"指定包邮\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"shippingTemplatesFreeRequestList\": {\n \"type\": \"array\",\n \"description\": \"指定包邮设置\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"shippingTemplatesRegionRequestList\": {\n \"type\": \"array\",\n \"description\": \"配送区域及运费\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"计费方式 1(按件数), 2(按重量),3(按体积)\"\n }\n },\n \"title\": \"ShippingTemplatesRequest对象\",\n \"description\": \"模板\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRequest对象\"\n}",
  12300. "project_id": 52,
  12301. "catid": 4487,
  12302. "uid": 93,
  12303. "add_time": 1597368473,
  12304. "up_time": 1597368473,
  12305. "__v": 0
  12306. },
  12307. {
  12308. "query_path": {
  12309. "path": "/api/admin/express/shipping/templates/list",
  12310. "params": []
  12311. },
  12312. "edit_uid": 0,
  12313. "status": "undone",
  12314. "type": "static",
  12315. "req_body_is_json_schema": false,
  12316. "res_body_is_json_schema": true,
  12317. "api_opened": false,
  12318. "index": 0,
  12319. "tag": [],
  12320. "_id": 6428,
  12321. "method": "GET",
  12322. "title": "分页列表",
  12323. "path": "/api/admin/express/shipping/templates/list",
  12324. "req_params": [],
  12325. "req_body_form": [],
  12326. "req_headers": [],
  12327. "req_query": [
  12328. {
  12329. "required": "0",
  12330. "_id": "5f35e899bc7e8e560914f836",
  12331. "name": "limit",
  12332. "desc": "每页数量"
  12333. },
  12334. {
  12335. "required": "0",
  12336. "_id": "5f35e899bc7e8e560914f835",
  12337. "name": "name",
  12338. "desc": "模板名称"
  12339. },
  12340. {
  12341. "required": "0",
  12342. "_id": "5f35e899bc7e8e560914f834",
  12343. "name": "page",
  12344. "desc": "页码"
  12345. }
  12346. ],
  12347. "req_body_type": "raw",
  12348. "res_body_type": "json",
  12349. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"description\": \"指定包邮\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"编号\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"计费方式\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"ShippingTemplates对象\",\n \"$$ref\": \"#/definitions/ShippingTemplates对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«ShippingTemplates对象»\",\n \"$$ref\": \"#/definitions/CommonPage«ShippingTemplates对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«ShippingTemplates对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«ShippingTemplates对象»»\"\n}",
  12350. "project_id": 52,
  12351. "catid": 4487,
  12352. "uid": 93,
  12353. "add_time": 1597368473,
  12354. "up_time": 1597368473,
  12355. "__v": 0
  12356. },
  12357. {
  12358. "query_path": {
  12359. "path": "/api/admin/express/shipping/templates/delete",
  12360. "params": []
  12361. },
  12362. "edit_uid": 0,
  12363. "status": "undone",
  12364. "type": "static",
  12365. "req_body_is_json_schema": false,
  12366. "res_body_is_json_schema": true,
  12367. "api_opened": false,
  12368. "index": 0,
  12369. "tag": [],
  12370. "_id": 6424,
  12371. "method": "GET",
  12372. "title": "删除",
  12373. "path": "/api/admin/express/shipping/templates/delete",
  12374. "req_params": [],
  12375. "req_body_form": [],
  12376. "req_headers": [],
  12377. "req_query": [
  12378. {
  12379. "required": "1",
  12380. "_id": "5f35e899bc7e8e560914f832",
  12381. "name": "id",
  12382. "desc": "id"
  12383. }
  12384. ],
  12385. "req_body_type": "raw",
  12386. "res_body_type": "json",
  12387. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12388. "project_id": 52,
  12389. "catid": 4487,
  12390. "uid": 93,
  12391. "add_time": 1597368473,
  12392. "up_time": 1597368473,
  12393. "__v": 0
  12394. },
  12395. {
  12396. "query_path": {
  12397. "path": "/api/admin/express/shipping/templates/save",
  12398. "params": []
  12399. },
  12400. "edit_uid": 0,
  12401. "status": "undone",
  12402. "type": "static",
  12403. "req_body_is_json_schema": true,
  12404. "res_body_is_json_schema": true,
  12405. "api_opened": false,
  12406. "index": 0,
  12407. "tag": [],
  12408. "_id": 6430,
  12409. "method": "POST",
  12410. "title": "新增",
  12411. "path": "/api/admin/express/shipping/templates/save",
  12412. "req_params": [],
  12413. "req_body_form": [],
  12414. "req_headers": [
  12415. {
  12416. "required": "1",
  12417. "_id": "5f35e899bc7e8e560914f837",
  12418. "name": "Content-Type",
  12419. "value": "application/json"
  12420. }
  12421. ],
  12422. "req_query": [],
  12423. "req_body_type": "json",
  12424. "res_body_type": "json",
  12425. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12426. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"appoint\",\n \"name\",\n \"shippingTemplatesFreeRequestList\",\n \"shippingTemplatesRegionRequestList\",\n \"type\"\n ],\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"example\": false,\n \"description\": \"指定包邮\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"shippingTemplatesFreeRequestList\": {\n \"type\": \"array\",\n \"description\": \"指定包邮设置\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"number\",\n \"price\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。 全国 all\"\n },\n \"number\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"包邮件数\"\n },\n \"price\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"包邮金额\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n }\n },\n \"title\": \"ShippingTemplatesFreeRequest对象\",\n \"description\": \"免费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesFreeRequest对象\"\n }\n },\n \"shippingTemplatesRegionRequestList\": {\n \"type\": \"array\",\n \"description\": \"配送区域及运费\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cityId\",\n \"first\",\n \"firstPrice\",\n \"renewal\",\n \"renewalPrice\"\n ],\n \"properties\": {\n \"cityId\": {\n \"type\": \"string\",\n \"example\": \"1,2,3,4\",\n \"description\": \"城市ID, 多个逗号分割。全国 all\"\n },\n \"first\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件\"\n },\n \"firstPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"首件运费\"\n },\n \"renewal\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件\"\n },\n \"renewalPrice\": {\n \"type\": \"number\",\n \"example\": 0.1,\n \"description\": \"续件运费\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"城市名称描述\"\n },\n \"uniqid\": {\n \"type\": \"string\",\n \"description\": \"分组唯一值\"\n }\n },\n \"title\": \"ShippingTemplatesRegionRequest对象\",\n \"description\": \"付费\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRegionRequest对象\"\n }\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 0,\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 1,\n \"description\": \"计费方式 1(按件数), 2(按重量),3(按体积)\"\n }\n },\n \"title\": \"ShippingTemplatesRequest对象\",\n \"description\": \"模板\",\n \"$$ref\": \"#/definitions/ShippingTemplatesRequest对象\"\n}",
  12427. "project_id": 52,
  12428. "catid": 4487,
  12429. "uid": 93,
  12430. "add_time": 1597368473,
  12431. "up_time": 1597368473,
  12432. "__v": 0
  12433. },
  12434. {
  12435. "query_path": {
  12436. "path": "/api/admin/express/shipping/templates/info",
  12437. "params": []
  12438. },
  12439. "edit_uid": 0,
  12440. "status": "undone",
  12441. "type": "static",
  12442. "req_body_is_json_schema": false,
  12443. "res_body_is_json_schema": true,
  12444. "api_opened": false,
  12445. "index": 0,
  12446. "tag": [],
  12447. "_id": 6426,
  12448. "method": "GET",
  12449. "title": "详情",
  12450. "path": "/api/admin/express/shipping/templates/info",
  12451. "req_params": [],
  12452. "req_body_form": [],
  12453. "req_headers": [],
  12454. "req_query": [
  12455. {
  12456. "required": "1",
  12457. "_id": "5f35e899bc7e8e560914f833",
  12458. "name": "id",
  12459. "desc": "id"
  12460. }
  12461. ],
  12462. "req_body_type": "raw",
  12463. "res_body_type": "json",
  12464. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"appoint\": {\n \"type\": \"boolean\",\n \"description\": \"指定包邮\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"编号\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"模板名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"type\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"计费方式\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"修改时间\"\n }\n },\n \"title\": \"ShippingTemplates对象\",\n \"$$ref\": \"#/definitions/ShippingTemplates对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«ShippingTemplates对象»\",\n \"$$ref\": \"#/definitions/CommonResult«ShippingTemplates对象»\"\n}",
  12465. "project_id": 52,
  12466. "catid": 4487,
  12467. "uid": 93,
  12468. "add_time": 1597368473,
  12469. "up_time": 1597368473,
  12470. "__v": 0
  12471. }
  12472. ]
  12473. },
  12474. {
  12475. "index": 0,
  12476. "name": "设置 -- 管理员操作记录",
  12477. "desc": "System Log Controller",
  12478. "add_time": 1597368471,
  12479. "up_time": 1597368471,
  12480. "list": [
  12481. {
  12482. "query_path": {
  12483. "path": "/api/admin/system/log/update",
  12484. "params": []
  12485. },
  12486. "edit_uid": 0,
  12487. "status": "undone",
  12488. "type": "static",
  12489. "req_body_is_json_schema": true,
  12490. "res_body_is_json_schema": true,
  12491. "api_opened": false,
  12492. "index": 0,
  12493. "tag": [],
  12494. "_id": 6696,
  12495. "method": "POST",
  12496. "title": "修改",
  12497. "path": "/api/admin/system/log/update",
  12498. "req_params": [],
  12499. "req_body_form": [],
  12500. "req_headers": [
  12501. {
  12502. "required": "1",
  12503. "_id": "5f35e8a5bc7e8e560914f996",
  12504. "name": "Content-Type",
  12505. "value": "application/json"
  12506. }
  12507. ],
  12508. "req_query": [
  12509. {
  12510. "required": "0",
  12511. "_id": "5f35e8a5bc7e8e560914f9a1",
  12512. "name": "addTime",
  12513. "desc": "操作时间"
  12514. },
  12515. {
  12516. "required": "0",
  12517. "_id": "5f35e8a5bc7e8e560914f9a0",
  12518. "name": "adminId",
  12519. "desc": "管理员id"
  12520. },
  12521. {
  12522. "required": "0",
  12523. "_id": "5f35e8a5bc7e8e560914f99f",
  12524. "name": "adminName",
  12525. "desc": "管理员姓名"
  12526. },
  12527. {
  12528. "required": "1",
  12529. "_id": "5f35e8a5bc7e8e560914f99e",
  12530. "name": "id",
  12531. "desc": "id"
  12532. },
  12533. {
  12534. "required": "0",
  12535. "_id": "5f35e8a5bc7e8e560914f99d",
  12536. "name": "id",
  12537. "desc": "管理员操作记录ID"
  12538. },
  12539. {
  12540. "required": "0",
  12541. "_id": "5f35e8a5bc7e8e560914f99c",
  12542. "name": "ip",
  12543. "desc": "登录IP"
  12544. },
  12545. {
  12546. "required": "0",
  12547. "_id": "5f35e8a5bc7e8e560914f99b",
  12548. "name": "merchantId",
  12549. "desc": "商户id"
  12550. },
  12551. {
  12552. "required": "0",
  12553. "_id": "5f35e8a5bc7e8e560914f99a",
  12554. "name": "method",
  12555. "desc": "访问类型"
  12556. },
  12557. {
  12558. "required": "0",
  12559. "_id": "5f35e8a5bc7e8e560914f999",
  12560. "name": "page",
  12561. "desc": "行为"
  12562. },
  12563. {
  12564. "required": "0",
  12565. "_id": "5f35e8a5bc7e8e560914f998",
  12566. "name": "path",
  12567. "desc": "链接"
  12568. },
  12569. {
  12570. "required": "0",
  12571. "_id": "5f35e8a5bc7e8e560914f997",
  12572. "name": "type",
  12573. "desc": "类型"
  12574. }
  12575. ],
  12576. "req_body_type": "json",
  12577. "res_body_type": "json",
  12578. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12579. "project_id": 52,
  12580. "catid": 4496,
  12581. "uid": 93,
  12582. "add_time": 1597368485,
  12583. "up_time": 1597368485,
  12584. "__v": 0
  12585. },
  12586. {
  12587. "query_path": {
  12588. "path": "/api/admin/system/log/list",
  12589. "params": []
  12590. },
  12591. "edit_uid": 0,
  12592. "status": "undone",
  12593. "type": "static",
  12594. "req_body_is_json_schema": false,
  12595. "res_body_is_json_schema": true,
  12596. "api_opened": false,
  12597. "index": 0,
  12598. "tag": [],
  12599. "_id": 6692,
  12600. "method": "GET",
  12601. "title": "分页列表",
  12602. "path": "/api/admin/system/log/list",
  12603. "req_params": [],
  12604. "req_body_form": [],
  12605. "req_headers": [],
  12606. "req_query": [
  12607. {
  12608. "required": "0",
  12609. "_id": "5f35e8a5bc7e8e560914f98a",
  12610. "name": "addTime",
  12611. "desc": "操作时间"
  12612. },
  12613. {
  12614. "required": "0",
  12615. "_id": "5f35e8a5bc7e8e560914f989",
  12616. "name": "adminId",
  12617. "desc": "管理员id"
  12618. },
  12619. {
  12620. "required": "0",
  12621. "_id": "5f35e8a5bc7e8e560914f988",
  12622. "name": "adminName",
  12623. "desc": "管理员姓名"
  12624. },
  12625. {
  12626. "required": "0",
  12627. "_id": "5f35e8a5bc7e8e560914f987",
  12628. "name": "id",
  12629. "desc": "管理员操作记录ID"
  12630. },
  12631. {
  12632. "required": "0",
  12633. "_id": "5f35e8a5bc7e8e560914f986",
  12634. "name": "ip",
  12635. "desc": "登录IP"
  12636. },
  12637. {
  12638. "required": "0",
  12639. "_id": "5f35e8a5bc7e8e560914f985",
  12640. "name": "limit",
  12641. "desc": "每页数量"
  12642. },
  12643. {
  12644. "required": "0",
  12645. "_id": "5f35e8a5bc7e8e560914f984",
  12646. "name": "merchantId",
  12647. "desc": "商户id"
  12648. },
  12649. {
  12650. "required": "0",
  12651. "_id": "5f35e8a5bc7e8e560914f983",
  12652. "name": "method",
  12653. "desc": "访问类型"
  12654. },
  12655. {
  12656. "required": "0",
  12657. "_id": "5f35e8a5bc7e8e560914f982",
  12658. "name": "page",
  12659. "desc": "行为"
  12660. },
  12661. {
  12662. "required": "0",
  12663. "_id": "5f35e8a5bc7e8e560914f981",
  12664. "name": "page",
  12665. "desc": "页码"
  12666. },
  12667. {
  12668. "required": "0",
  12669. "_id": "5f35e8a5bc7e8e560914f980",
  12670. "name": "path",
  12671. "desc": "链接"
  12672. },
  12673. {
  12674. "required": "0",
  12675. "_id": "5f35e8a5bc7e8e560914f97f",
  12676. "name": "type",
  12677. "desc": "类型"
  12678. }
  12679. ],
  12680. "req_body_type": "raw",
  12681. "res_body_type": "json",
  12682. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"操作时间\"\n },\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"adminName\": {\n \"type\": \"string\",\n \"description\": \"管理员姓名\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员操作记录ID\"\n },\n \"ip\": {\n \"type\": \"string\",\n \"description\": \"登录IP\"\n },\n \"merchantId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"method\": {\n \"type\": \"string\",\n \"description\": \"访问类型\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"行为\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n }\n },\n \"title\": \"SystemLog对象\",\n \"description\": \"管理员操作记录表\",\n \"$$ref\": \"#/definitions/SystemLog对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemLog对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemLog对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemLog对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemLog对象»»\"\n}",
  12683. "project_id": 52,
  12684. "catid": 4496,
  12685. "uid": 93,
  12686. "add_time": 1597368485,
  12687. "up_time": 1597368485,
  12688. "__v": 0
  12689. },
  12690. {
  12691. "query_path": {
  12692. "path": "/api/admin/system/log/delete",
  12693. "params": []
  12694. },
  12695. "edit_uid": 0,
  12696. "status": "undone",
  12697. "type": "static",
  12698. "req_body_is_json_schema": false,
  12699. "res_body_is_json_schema": true,
  12700. "api_opened": false,
  12701. "index": 0,
  12702. "tag": [],
  12703. "_id": 6688,
  12704. "method": "GET",
  12705. "title": "删除",
  12706. "path": "/api/admin/system/log/delete",
  12707. "req_params": [],
  12708. "req_body_form": [],
  12709. "req_headers": [],
  12710. "req_query": [
  12711. {
  12712. "required": "1",
  12713. "_id": "5f35e8a4bc7e8e560914f97d",
  12714. "name": "id",
  12715. "desc": "id"
  12716. }
  12717. ],
  12718. "req_body_type": "raw",
  12719. "res_body_type": "json",
  12720. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12721. "project_id": 52,
  12722. "catid": 4496,
  12723. "uid": 93,
  12724. "add_time": 1597368484,
  12725. "up_time": 1597368484,
  12726. "__v": 0
  12727. },
  12728. {
  12729. "query_path": {
  12730. "path": "/api/admin/system/log/save",
  12731. "params": []
  12732. },
  12733. "edit_uid": 0,
  12734. "status": "undone",
  12735. "type": "static",
  12736. "req_body_is_json_schema": true,
  12737. "res_body_is_json_schema": true,
  12738. "api_opened": false,
  12739. "index": 0,
  12740. "tag": [],
  12741. "_id": 6694,
  12742. "method": "POST",
  12743. "title": "新增",
  12744. "path": "/api/admin/system/log/save",
  12745. "req_params": [],
  12746. "req_body_form": [],
  12747. "req_headers": [
  12748. {
  12749. "required": "1",
  12750. "_id": "5f35e8a5bc7e8e560914f98b",
  12751. "name": "Content-Type",
  12752. "value": "application/json"
  12753. }
  12754. ],
  12755. "req_query": [
  12756. {
  12757. "required": "0",
  12758. "_id": "5f35e8a5bc7e8e560914f995",
  12759. "name": "addTime",
  12760. "desc": "操作时间"
  12761. },
  12762. {
  12763. "required": "0",
  12764. "_id": "5f35e8a5bc7e8e560914f994",
  12765. "name": "adminId",
  12766. "desc": "管理员id"
  12767. },
  12768. {
  12769. "required": "0",
  12770. "_id": "5f35e8a5bc7e8e560914f993",
  12771. "name": "adminName",
  12772. "desc": "管理员姓名"
  12773. },
  12774. {
  12775. "required": "0",
  12776. "_id": "5f35e8a5bc7e8e560914f992",
  12777. "name": "id",
  12778. "desc": "管理员操作记录ID"
  12779. },
  12780. {
  12781. "required": "0",
  12782. "_id": "5f35e8a5bc7e8e560914f991",
  12783. "name": "ip",
  12784. "desc": "登录IP"
  12785. },
  12786. {
  12787. "required": "0",
  12788. "_id": "5f35e8a5bc7e8e560914f990",
  12789. "name": "merchantId",
  12790. "desc": "商户id"
  12791. },
  12792. {
  12793. "required": "0",
  12794. "_id": "5f35e8a5bc7e8e560914f98f",
  12795. "name": "method",
  12796. "desc": "访问类型"
  12797. },
  12798. {
  12799. "required": "0",
  12800. "_id": "5f35e8a5bc7e8e560914f98e",
  12801. "name": "page",
  12802. "desc": "行为"
  12803. },
  12804. {
  12805. "required": "0",
  12806. "_id": "5f35e8a5bc7e8e560914f98d",
  12807. "name": "path",
  12808. "desc": "链接"
  12809. },
  12810. {
  12811. "required": "0",
  12812. "_id": "5f35e8a5bc7e8e560914f98c",
  12813. "name": "type",
  12814. "desc": "类型"
  12815. }
  12816. ],
  12817. "req_body_type": "json",
  12818. "res_body_type": "json",
  12819. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12820. "project_id": 52,
  12821. "catid": 4496,
  12822. "uid": 93,
  12823. "add_time": 1597368485,
  12824. "up_time": 1597368485,
  12825. "__v": 0
  12826. },
  12827. {
  12828. "query_path": {
  12829. "path": "/api/admin/system/log/info",
  12830. "params": []
  12831. },
  12832. "edit_uid": 0,
  12833. "status": "undone",
  12834. "type": "static",
  12835. "req_body_is_json_schema": false,
  12836. "res_body_is_json_schema": true,
  12837. "api_opened": false,
  12838. "index": 0,
  12839. "tag": [],
  12840. "_id": 6690,
  12841. "method": "GET",
  12842. "title": "详情",
  12843. "path": "/api/admin/system/log/info",
  12844. "req_params": [],
  12845. "req_body_form": [],
  12846. "req_headers": [],
  12847. "req_query": [
  12848. {
  12849. "required": "1",
  12850. "_id": "5f35e8a4bc7e8e560914f97e",
  12851. "name": "id",
  12852. "desc": "id"
  12853. }
  12854. ],
  12855. "req_body_type": "raw",
  12856. "res_body_type": "json",
  12857. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"addTime\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"操作时间\"\n },\n \"adminId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员id\"\n },\n \"adminName\": {\n \"type\": \"string\",\n \"description\": \"管理员姓名\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"管理员操作记录ID\"\n },\n \"ip\": {\n \"type\": \"string\",\n \"description\": \"登录IP\"\n },\n \"merchantId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"商户id\"\n },\n \"method\": {\n \"type\": \"string\",\n \"description\": \"访问类型\"\n },\n \"page\": {\n \"type\": \"string\",\n \"description\": \"行为\"\n },\n \"path\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"类型\"\n }\n },\n \"title\": \"SystemLog对象\",\n \"description\": \"管理员操作记录表\",\n \"$$ref\": \"#/definitions/SystemLog对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemLog对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemLog对象»\"\n}",
  12858. "project_id": 52,
  12859. "catid": 4496,
  12860. "uid": 93,
  12861. "add_time": 1597368484,
  12862. "up_time": 1597368484,
  12863. "__v": 0
  12864. }
  12865. ]
  12866. },
  12867. {
  12868. "index": 0,
  12869. "name": "设置 -- 组合数据",
  12870. "desc": "System Group Controller",
  12871. "add_time": 1597368471,
  12872. "up_time": 1597368471,
  12873. "list": [
  12874. {
  12875. "query_path": {
  12876. "path": "/api/admin/system/group/update",
  12877. "params": []
  12878. },
  12879. "edit_uid": 0,
  12880. "status": "undone",
  12881. "type": "static",
  12882. "req_body_is_json_schema": true,
  12883. "res_body_is_json_schema": true,
  12884. "api_opened": false,
  12885. "index": 0,
  12886. "tag": [],
  12887. "_id": 6686,
  12888. "method": "POST",
  12889. "title": "修改",
  12890. "path": "/api/admin/system/group/update",
  12891. "req_params": [],
  12892. "req_body_form": [],
  12893. "req_headers": [
  12894. {
  12895. "required": "1",
  12896. "_id": "5f35e8a4bc7e8e560914f978",
  12897. "name": "Content-Type",
  12898. "value": "application/json"
  12899. }
  12900. ],
  12901. "req_query": [
  12902. {
  12903. "required": "0",
  12904. "_id": "5f35e8a4bc7e8e560914f97c",
  12905. "name": "formId",
  12906. "desc": "form 表单 id"
  12907. },
  12908. {
  12909. "required": "1",
  12910. "_id": "5f35e8a4bc7e8e560914f97b",
  12911. "name": "id",
  12912. "desc": "id"
  12913. },
  12914. {
  12915. "required": "0",
  12916. "_id": "5f35e8a4bc7e8e560914f97a",
  12917. "name": "info",
  12918. "desc": "简介"
  12919. },
  12920. {
  12921. "required": "0",
  12922. "_id": "5f35e8a4bc7e8e560914f979",
  12923. "name": "name",
  12924. "desc": "数据组名称"
  12925. }
  12926. ],
  12927. "req_body_type": "json",
  12928. "res_body_type": "json",
  12929. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  12930. "project_id": 52,
  12931. "catid": 4505,
  12932. "uid": 93,
  12933. "add_time": 1597368484,
  12934. "up_time": 1597368484,
  12935. "__v": 0
  12936. },
  12937. {
  12938. "query_path": {
  12939. "path": "/api/admin/system/group/list",
  12940. "params": []
  12941. },
  12942. "edit_uid": 0,
  12943. "status": "undone",
  12944. "type": "static",
  12945. "req_body_is_json_schema": false,
  12946. "res_body_is_json_schema": true,
  12947. "api_opened": false,
  12948. "index": 0,
  12949. "tag": [],
  12950. "_id": 6682,
  12951. "method": "GET",
  12952. "title": "分页列表",
  12953. "path": "/api/admin/system/group/list",
  12954. "req_params": [],
  12955. "req_body_form": [],
  12956. "req_headers": [],
  12957. "req_query": [
  12958. {
  12959. "required": "0",
  12960. "_id": "5f35e8a4bc7e8e560914f973",
  12961. "name": "keywords",
  12962. "desc": "关键字"
  12963. },
  12964. {
  12965. "required": "0",
  12966. "_id": "5f35e8a4bc7e8e560914f972",
  12967. "name": "limit",
  12968. "desc": "每页数量"
  12969. },
  12970. {
  12971. "required": "0",
  12972. "_id": "5f35e8a4bc7e8e560914f971",
  12973. "name": "page",
  12974. "desc": "页码"
  12975. }
  12976. ],
  12977. "req_body_type": "raw",
  12978. "res_body_type": "json",
  12979. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"form 表单 id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据ID\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"数据组名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemGroup对象\",\n \"description\": \"组合数据表\",\n \"$$ref\": \"#/definitions/SystemGroup对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemGroup对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemGroup对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemGroup对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemGroup对象»»\"\n}",
  12980. "project_id": 52,
  12981. "catid": 4505,
  12982. "uid": 93,
  12983. "add_time": 1597368484,
  12984. "up_time": 1597368484,
  12985. "__v": 0
  12986. },
  12987. {
  12988. "query_path": {
  12989. "path": "/api/admin/system/group/delete",
  12990. "params": []
  12991. },
  12992. "edit_uid": 0,
  12993. "status": "undone",
  12994. "type": "static",
  12995. "req_body_is_json_schema": false,
  12996. "res_body_is_json_schema": true,
  12997. "api_opened": false,
  12998. "index": 0,
  12999. "tag": [],
  13000. "_id": 6678,
  13001. "method": "GET",
  13002. "title": "删除",
  13003. "path": "/api/admin/system/group/delete",
  13004. "req_params": [],
  13005. "req_body_form": [],
  13006. "req_headers": [],
  13007. "req_query": [
  13008. {
  13009. "required": "1",
  13010. "_id": "5f35e8a4bc7e8e560914f96f",
  13011. "name": "id",
  13012. "desc": "id"
  13013. }
  13014. ],
  13015. "req_body_type": "raw",
  13016. "res_body_type": "json",
  13017. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13018. "project_id": 52,
  13019. "catid": 4505,
  13020. "uid": 93,
  13021. "add_time": 1597368484,
  13022. "up_time": 1597368484,
  13023. "__v": 0
  13024. },
  13025. {
  13026. "query_path": {
  13027. "path": "/api/admin/system/group/save",
  13028. "params": []
  13029. },
  13030. "edit_uid": 0,
  13031. "status": "undone",
  13032. "type": "static",
  13033. "req_body_is_json_schema": true,
  13034. "res_body_is_json_schema": true,
  13035. "api_opened": false,
  13036. "index": 0,
  13037. "tag": [],
  13038. "_id": 6684,
  13039. "method": "POST",
  13040. "title": "新增",
  13041. "path": "/api/admin/system/group/save",
  13042. "req_params": [],
  13043. "req_body_form": [],
  13044. "req_headers": [
  13045. {
  13046. "required": "1",
  13047. "_id": "5f35e8a4bc7e8e560914f974",
  13048. "name": "Content-Type",
  13049. "value": "application/json"
  13050. }
  13051. ],
  13052. "req_query": [
  13053. {
  13054. "required": "0",
  13055. "_id": "5f35e8a4bc7e8e560914f977",
  13056. "name": "formId",
  13057. "desc": "form 表单 id"
  13058. },
  13059. {
  13060. "required": "0",
  13061. "_id": "5f35e8a4bc7e8e560914f976",
  13062. "name": "info",
  13063. "desc": "简介"
  13064. },
  13065. {
  13066. "required": "0",
  13067. "_id": "5f35e8a4bc7e8e560914f975",
  13068. "name": "name",
  13069. "desc": "数据组名称"
  13070. }
  13071. ],
  13072. "req_body_type": "json",
  13073. "res_body_type": "json",
  13074. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13075. "project_id": 52,
  13076. "catid": 4505,
  13077. "uid": 93,
  13078. "add_time": 1597368484,
  13079. "up_time": 1597368484,
  13080. "__v": 0
  13081. },
  13082. {
  13083. "query_path": {
  13084. "path": "/api/admin/system/group/info",
  13085. "params": []
  13086. },
  13087. "edit_uid": 0,
  13088. "status": "undone",
  13089. "type": "static",
  13090. "req_body_is_json_schema": false,
  13091. "res_body_is_json_schema": true,
  13092. "api_opened": false,
  13093. "index": 0,
  13094. "tag": [],
  13095. "_id": 6680,
  13096. "method": "GET",
  13097. "title": "详情",
  13098. "path": "/api/admin/system/group/info",
  13099. "req_params": [],
  13100. "req_body_form": [],
  13101. "req_headers": [],
  13102. "req_query": [
  13103. {
  13104. "required": "1",
  13105. "_id": "5f35e8a4bc7e8e560914f970",
  13106. "name": "id",
  13107. "desc": "id"
  13108. }
  13109. ],
  13110. "req_body_type": "raw",
  13111. "res_body_type": "json",
  13112. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"formId\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"form 表单 id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据ID\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"数据组名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemGroup对象\",\n \"description\": \"组合数据表\",\n \"$$ref\": \"#/definitions/SystemGroup对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemGroup对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemGroup对象»\"\n}",
  13113. "project_id": 52,
  13114. "catid": 4505,
  13115. "uid": 93,
  13116. "add_time": 1597368484,
  13117. "up_time": 1597368484,
  13118. "__v": 0
  13119. }
  13120. ]
  13121. },
  13122. {
  13123. "index": 0,
  13124. "name": "设置 -- 组合数据 -- 详情",
  13125. "desc": "System Group Data Controller",
  13126. "add_time": 1597368471,
  13127. "up_time": 1597368471,
  13128. "list": [
  13129. {
  13130. "query_path": {
  13131. "path": "/api/admin/system/group/data/update",
  13132. "params": []
  13133. },
  13134. "edit_uid": 0,
  13135. "status": "undone",
  13136. "type": "static",
  13137. "req_body_is_json_schema": true,
  13138. "res_body_is_json_schema": true,
  13139. "api_opened": false,
  13140. "index": 0,
  13141. "tag": [],
  13142. "_id": 6676,
  13143. "method": "POST",
  13144. "title": "修改",
  13145. "path": "/api/admin/system/group/data/update",
  13146. "req_params": [],
  13147. "req_body_form": [],
  13148. "req_headers": [
  13149. {
  13150. "required": "1",
  13151. "_id": "5f35e8a4bc7e8e560914f96d",
  13152. "name": "Content-Type",
  13153. "value": "application/json"
  13154. }
  13155. ],
  13156. "req_query": [
  13157. {
  13158. "required": "1",
  13159. "_id": "5f35e8a4bc7e8e560914f96e",
  13160. "name": "id",
  13161. "desc": "id"
  13162. }
  13163. ],
  13164. "req_body_type": "json",
  13165. "res_body_type": "json",
  13166. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13167. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"form\": {\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(1:开启;0:关闭;)\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n }\n },\n \"title\": \"SystemGroupDataRequest对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupDataRequest对象\"\n}",
  13168. "project_id": 52,
  13169. "catid": 4514,
  13170. "uid": 93,
  13171. "add_time": 1597368484,
  13172. "up_time": 1597368484,
  13173. "__v": 0
  13174. },
  13175. {
  13176. "query_path": {
  13177. "path": "/api/admin/system/group/data/list",
  13178. "params": []
  13179. },
  13180. "edit_uid": 0,
  13181. "status": "undone",
  13182. "type": "static",
  13183. "req_body_is_json_schema": false,
  13184. "res_body_is_json_schema": true,
  13185. "api_opened": false,
  13186. "index": 0,
  13187. "tag": [],
  13188. "_id": 6672,
  13189. "method": "GET",
  13190. "title": "分页列表",
  13191. "path": "/api/admin/system/group/data/list",
  13192. "req_params": [],
  13193. "req_body_form": [],
  13194. "req_headers": [],
  13195. "req_query": [
  13196. {
  13197. "required": "0",
  13198. "_id": "5f35e8a4bc7e8e560914f96b",
  13199. "name": "gid",
  13200. "desc": "分组id"
  13201. },
  13202. {
  13203. "required": "0",
  13204. "_id": "5f35e8a4bc7e8e560914f96a",
  13205. "name": "keywords",
  13206. "desc": "关键字"
  13207. },
  13208. {
  13209. "required": "0",
  13210. "_id": "5f35e8a4bc7e8e560914f969",
  13211. "name": "limit",
  13212. "desc": "每页数量"
  13213. },
  13214. {
  13215. "required": "0",
  13216. "_id": "5f35e8a4bc7e8e560914f968",
  13217. "name": "page",
  13218. "desc": "页码"
  13219. },
  13220. {
  13221. "required": "0",
  13222. "_id": "5f35e8a4bc7e8e560914f967",
  13223. "name": "status",
  13224. "desc": "状态(1:开启;2:关闭;)"
  13225. }
  13226. ],
  13227. "req_body_type": "raw",
  13228. "res_body_type": "json",
  13229. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据详情ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"数据排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(1:开启;0:关闭;)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"数据组对应的数据值(json数据)\"\n }\n },\n \"title\": \"SystemGroupData对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupData对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemGroupData对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemGroupData对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemGroupData对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemGroupData对象»»\"\n}",
  13230. "project_id": 52,
  13231. "catid": 4514,
  13232. "uid": 93,
  13233. "add_time": 1597368484,
  13234. "up_time": 1597368484,
  13235. "__v": 0
  13236. },
  13237. {
  13238. "query_path": {
  13239. "path": "/api/admin/system/group/data/delete",
  13240. "params": []
  13241. },
  13242. "edit_uid": 0,
  13243. "status": "undone",
  13244. "type": "static",
  13245. "req_body_is_json_schema": false,
  13246. "res_body_is_json_schema": true,
  13247. "api_opened": false,
  13248. "index": 0,
  13249. "tag": [],
  13250. "_id": 6668,
  13251. "method": "GET",
  13252. "title": "删除",
  13253. "path": "/api/admin/system/group/data/delete",
  13254. "req_params": [],
  13255. "req_body_form": [],
  13256. "req_headers": [],
  13257. "req_query": [
  13258. {
  13259. "required": "1",
  13260. "_id": "5f35e8a4bc7e8e560914f965",
  13261. "name": "id",
  13262. "desc": "id"
  13263. }
  13264. ],
  13265. "req_body_type": "raw",
  13266. "res_body_type": "json",
  13267. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13268. "project_id": 52,
  13269. "catid": 4514,
  13270. "uid": 93,
  13271. "add_time": 1597368484,
  13272. "up_time": 1597368484,
  13273. "__v": 0
  13274. },
  13275. {
  13276. "query_path": {
  13277. "path": "/api/admin/system/group/data/save",
  13278. "params": []
  13279. },
  13280. "edit_uid": 0,
  13281. "status": "undone",
  13282. "type": "static",
  13283. "req_body_is_json_schema": true,
  13284. "res_body_is_json_schema": true,
  13285. "api_opened": false,
  13286. "index": 0,
  13287. "tag": [],
  13288. "_id": 6674,
  13289. "method": "POST",
  13290. "title": "新增",
  13291. "path": "/api/admin/system/group/data/save",
  13292. "req_params": [],
  13293. "req_body_form": [],
  13294. "req_headers": [
  13295. {
  13296. "required": "1",
  13297. "_id": "5f35e8a4bc7e8e560914f96c",
  13298. "name": "Content-Type",
  13299. "value": "application/json"
  13300. }
  13301. ],
  13302. "req_query": [],
  13303. "req_body_type": "json",
  13304. "res_body_type": "json",
  13305. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13306. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"form\": {\n \"type\": \"object\",\n \"required\": [\n \"fields\",\n \"id\",\n \"sort\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"description\": \"字段值列表\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"title\",\n \"value\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"字段名称\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"字段显示文字\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"字段值\"\n }\n },\n \"title\": \"SystemFormItemCheckRequest对象\",\n \"description\": \"表单字段明细\",\n \"$$ref\": \"#/definitions/SystemFormItemCheckRequest对象\"\n }\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单名称\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(1:开启;0:关闭;)\"\n }\n },\n \"title\": \"SystemFormCheckRequest对象\",\n \"description\": \"整体保存表单数据\",\n \"$$ref\": \"#/definitions/SystemFormCheckRequest对象\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n }\n },\n \"title\": \"SystemGroupDataRequest对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupDataRequest对象\"\n}",
  13307. "project_id": 52,
  13308. "catid": 4514,
  13309. "uid": 93,
  13310. "add_time": 1597368484,
  13311. "up_time": 1597368484,
  13312. "__v": 0
  13313. },
  13314. {
  13315. "query_path": {
  13316. "path": "/api/admin/system/group/data/info",
  13317. "params": []
  13318. },
  13319. "edit_uid": 0,
  13320. "status": "undone",
  13321. "type": "static",
  13322. "req_body_is_json_schema": false,
  13323. "res_body_is_json_schema": true,
  13324. "api_opened": false,
  13325. "index": 0,
  13326. "tag": [],
  13327. "_id": 6670,
  13328. "method": "GET",
  13329. "title": "详情",
  13330. "path": "/api/admin/system/group/data/info",
  13331. "req_params": [],
  13332. "req_body_form": [],
  13333. "req_headers": [],
  13334. "req_query": [
  13335. {
  13336. "required": "1",
  13337. "_id": "5f35e8a4bc7e8e560914f966",
  13338. "name": "id",
  13339. "desc": "id"
  13340. }
  13341. ],
  13342. "req_body_type": "raw",
  13343. "res_body_type": "json",
  13344. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"gid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"对应的数据组id\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"组合数据详情ID\"\n },\n \"sort\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"数据排序\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态(1:开启;0:关闭;)\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"value\": {\n \"type\": \"string\",\n \"description\": \"数据组对应的数据值(json数据)\"\n }\n },\n \"title\": \"SystemGroupData对象\",\n \"description\": \"组合数据详情表\",\n \"$$ref\": \"#/definitions/SystemGroupData对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemGroupData对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemGroupData对象»\"\n}",
  13345. "project_id": 52,
  13346. "catid": 4514,
  13347. "uid": 93,
  13348. "add_time": 1597368484,
  13349. "up_time": 1597368484,
  13350. "__v": 0
  13351. }
  13352. ]
  13353. },
  13354. {
  13355. "index": 0,
  13356. "name": "设置 -- 表单模板",
  13357. "desc": "System Form Temp Controller",
  13358. "add_time": 1597368471,
  13359. "up_time": 1597368471,
  13360. "list": [
  13361. {
  13362. "query_path": {
  13363. "path": "/api/admin/system/form/temp/update",
  13364. "params": []
  13365. },
  13366. "edit_uid": 0,
  13367. "status": "undone",
  13368. "type": "static",
  13369. "req_body_is_json_schema": true,
  13370. "res_body_is_json_schema": true,
  13371. "api_opened": false,
  13372. "index": 0,
  13373. "tag": [],
  13374. "_id": 6666,
  13375. "method": "POST",
  13376. "title": "修改",
  13377. "path": "/api/admin/system/form/temp/update",
  13378. "req_params": [],
  13379. "req_body_form": [],
  13380. "req_headers": [
  13381. {
  13382. "required": "1",
  13383. "_id": "5f35e8a4bc7e8e560914f963",
  13384. "name": "Content-Type",
  13385. "value": "application/json"
  13386. }
  13387. ],
  13388. "req_query": [
  13389. {
  13390. "required": "1",
  13391. "_id": "5f35e8a4bc7e8e560914f964",
  13392. "name": "id",
  13393. "desc": "id"
  13394. }
  13395. ],
  13396. "req_body_type": "json",
  13397. "res_body_type": "json",
  13398. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13399. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"content\",\n \"info\",\n \"name\"\n ],\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n }\n },\n \"title\": \"SystemFormTempRequest对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTempRequest对象\"\n}",
  13400. "project_id": 52,
  13401. "catid": 4523,
  13402. "uid": 93,
  13403. "add_time": 1597368484,
  13404. "up_time": 1597368484,
  13405. "__v": 0
  13406. },
  13407. {
  13408. "query_path": {
  13409. "path": "/api/admin/system/form/temp/list",
  13410. "params": []
  13411. },
  13412. "edit_uid": 0,
  13413. "status": "undone",
  13414. "type": "static",
  13415. "req_body_is_json_schema": false,
  13416. "res_body_is_json_schema": true,
  13417. "api_opened": false,
  13418. "index": 0,
  13419. "tag": [],
  13420. "_id": 6662,
  13421. "method": "GET",
  13422. "title": "分页列表",
  13423. "path": "/api/admin/system/form/temp/list",
  13424. "req_params": [],
  13425. "req_body_form": [],
  13426. "req_headers": [],
  13427. "req_query": [
  13428. {
  13429. "required": "0",
  13430. "_id": "5f35e8a4bc7e8e560914f961",
  13431. "name": "keywords",
  13432. "desc": "搜索关键字"
  13433. },
  13434. {
  13435. "required": "0",
  13436. "_id": "5f35e8a4bc7e8e560914f960",
  13437. "name": "limit",
  13438. "desc": "每页数量"
  13439. },
  13440. {
  13441. "required": "0",
  13442. "_id": "5f35e8a4bc7e8e560914f95f",
  13443. "name": "page",
  13444. "desc": "页码"
  13445. }
  13446. ],
  13447. "req_body_type": "raw",
  13448. "res_body_type": "json",
  13449. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单模板id\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemFormTemp对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTemp对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemFormTemp对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemFormTemp对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemFormTemp对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemFormTemp对象»»\"\n}",
  13450. "project_id": 52,
  13451. "catid": 4523,
  13452. "uid": 93,
  13453. "add_time": 1597368484,
  13454. "up_time": 1597368484,
  13455. "__v": 0
  13456. },
  13457. {
  13458. "query_path": {
  13459. "path": "/api/admin/system/form/temp/save",
  13460. "params": []
  13461. },
  13462. "edit_uid": 0,
  13463. "status": "undone",
  13464. "type": "static",
  13465. "req_body_is_json_schema": true,
  13466. "res_body_is_json_schema": true,
  13467. "api_opened": false,
  13468. "index": 0,
  13469. "tag": [],
  13470. "_id": 6664,
  13471. "method": "POST",
  13472. "title": "新增",
  13473. "path": "/api/admin/system/form/temp/save",
  13474. "req_params": [],
  13475. "req_body_form": [],
  13476. "req_headers": [
  13477. {
  13478. "required": "1",
  13479. "_id": "5f35e8a4bc7e8e560914f962",
  13480. "name": "Content-Type",
  13481. "value": "application/json"
  13482. }
  13483. ],
  13484. "req_query": [],
  13485. "req_body_type": "json",
  13486. "res_body_type": "json",
  13487. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13488. "req_body_other": "{\n \"type\": \"object\",\n \"required\": [\n \"content\",\n \"info\",\n \"name\"\n ],\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n }\n },\n \"title\": \"SystemFormTempRequest对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTempRequest对象\"\n}",
  13489. "project_id": 52,
  13490. "catid": 4523,
  13491. "uid": 93,
  13492. "add_time": 1597368484,
  13493. "up_time": 1597368484,
  13494. "__v": 0
  13495. },
  13496. {
  13497. "query_path": {
  13498. "path": "/api/admin/system/form/temp/info",
  13499. "params": []
  13500. },
  13501. "edit_uid": 0,
  13502. "status": "undone",
  13503. "type": "static",
  13504. "req_body_is_json_schema": false,
  13505. "res_body_is_json_schema": true,
  13506. "api_opened": false,
  13507. "index": 0,
  13508. "tag": [],
  13509. "_id": 6660,
  13510. "method": "GET",
  13511. "title": "详情",
  13512. "path": "/api/admin/system/form/temp/info",
  13513. "req_params": [],
  13514. "req_body_form": [],
  13515. "req_headers": [],
  13516. "req_query": [
  13517. {
  13518. "required": "1",
  13519. "_id": "5f35e8a3bc7e8e560914f95e",
  13520. "name": "id",
  13521. "desc": "id"
  13522. }
  13523. ],
  13524. "req_body_type": "raw",
  13525. "res_body_type": "json",
  13526. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"description\": \"表单内容\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"表单模板id\"\n },\n \"info\": {\n \"type\": \"string\",\n \"description\": \"表单简介\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"表单名称\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemFormTemp对象\",\n \"description\": \"表单模板\",\n \"$$ref\": \"#/definitions/SystemFormTemp对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemFormTemp对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemFormTemp对象»\"\n}",
  13527. "project_id": 52,
  13528. "catid": 4523,
  13529. "uid": 93,
  13530. "add_time": 1597368483,
  13531. "up_time": 1597368483,
  13532. "__v": 0
  13533. }
  13534. ]
  13535. },
  13536. {
  13537. "index": 0,
  13538. "name": "设置 -- 通知记录 -- 通知模板",
  13539. "desc": "System Notice Controller",
  13540. "add_time": 1597368471,
  13541. "up_time": 1597368471,
  13542. "list": [
  13543. {
  13544. "query_path": {
  13545. "path": "/api/admin/system/notice/update",
  13546. "params": []
  13547. },
  13548. "edit_uid": 0,
  13549. "status": "undone",
  13550. "type": "static",
  13551. "req_body_is_json_schema": true,
  13552. "res_body_is_json_schema": true,
  13553. "api_opened": false,
  13554. "index": 0,
  13555. "tag": [],
  13556. "_id": 6706,
  13557. "method": "POST",
  13558. "title": "修改",
  13559. "path": "/api/admin/system/notice/update",
  13560. "req_params": [],
  13561. "req_body_form": [],
  13562. "req_headers": [
  13563. {
  13564. "required": "1",
  13565. "_id": "5f35e8a5bc7e8e560914f9b9",
  13566. "name": "Content-Type",
  13567. "value": "application/json"
  13568. }
  13569. ],
  13570. "req_query": [
  13571. {
  13572. "required": "0",
  13573. "_id": "5f35e8a5bc7e8e560914f9c3",
  13574. "name": "icon",
  13575. "desc": "图标"
  13576. },
  13577. {
  13578. "required": "1",
  13579. "_id": "5f35e8a5bc7e8e560914f9c2",
  13580. "name": "id",
  13581. "desc": "id"
  13582. },
  13583. {
  13584. "required": "0",
  13585. "_id": "5f35e8a5bc7e8e560914f9c1",
  13586. "name": "id",
  13587. "desc": "通知模板id"
  13588. },
  13589. {
  13590. "required": "0",
  13591. "_id": "5f35e8a5bc7e8e560914f9c0",
  13592. "name": "pushAdmin",
  13593. "desc": "通知管理员id"
  13594. },
  13595. {
  13596. "required": "0",
  13597. "_id": "5f35e8a5bc7e8e560914f9bf",
  13598. "name": "status",
  13599. "desc": "状态"
  13600. },
  13601. {
  13602. "required": "0",
  13603. "_id": "5f35e8a5bc7e8e560914f9be",
  13604. "name": "tableTitle",
  13605. "desc": "通知数据"
  13606. },
  13607. {
  13608. "required": "0",
  13609. "_id": "5f35e8a5bc7e8e560914f9bd",
  13610. "name": "template",
  13611. "desc": "通知模板"
  13612. },
  13613. {
  13614. "required": "0",
  13615. "_id": "5f35e8a5bc7e8e560914f9bc",
  13616. "name": "title",
  13617. "desc": "通知标题"
  13618. },
  13619. {
  13620. "required": "0",
  13621. "_id": "5f35e8a5bc7e8e560914f9bb",
  13622. "name": "type",
  13623. "desc": "通知类型"
  13624. },
  13625. {
  13626. "required": "0",
  13627. "_id": "5f35e8a5bc7e8e560914f9ba",
  13628. "name": "url",
  13629. "desc": "链接"
  13630. }
  13631. ],
  13632. "req_body_type": "json",
  13633. "res_body_type": "json",
  13634. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13635. "project_id": 52,
  13636. "catid": 4532,
  13637. "uid": 93,
  13638. "add_time": 1597368485,
  13639. "up_time": 1597368485,
  13640. "__v": 0
  13641. },
  13642. {
  13643. "query_path": {
  13644. "path": "/api/admin/system/notice/list",
  13645. "params": []
  13646. },
  13647. "edit_uid": 0,
  13648. "status": "undone",
  13649. "type": "static",
  13650. "req_body_is_json_schema": false,
  13651. "res_body_is_json_schema": true,
  13652. "api_opened": false,
  13653. "index": 0,
  13654. "tag": [],
  13655. "_id": 6702,
  13656. "method": "GET",
  13657. "title": "分页列表",
  13658. "path": "/api/admin/system/notice/list",
  13659. "req_params": [],
  13660. "req_body_form": [],
  13661. "req_headers": [],
  13662. "req_query": [
  13663. {
  13664. "required": "0",
  13665. "_id": "5f35e8a5bc7e8e560914f9ae",
  13666. "name": "icon",
  13667. "desc": "图标"
  13668. },
  13669. {
  13670. "required": "0",
  13671. "_id": "5f35e8a5bc7e8e560914f9ad",
  13672. "name": "id",
  13673. "desc": "通知模板id"
  13674. },
  13675. {
  13676. "required": "0",
  13677. "_id": "5f35e8a5bc7e8e560914f9ac",
  13678. "name": "limit",
  13679. "desc": "每页数量"
  13680. },
  13681. {
  13682. "required": "0",
  13683. "_id": "5f35e8a5bc7e8e560914f9ab",
  13684. "name": "page",
  13685. "desc": "页码"
  13686. },
  13687. {
  13688. "required": "0",
  13689. "_id": "5f35e8a5bc7e8e560914f9aa",
  13690. "name": "pushAdmin",
  13691. "desc": "通知管理员id"
  13692. },
  13693. {
  13694. "required": "0",
  13695. "_id": "5f35e8a5bc7e8e560914f9a9",
  13696. "name": "status",
  13697. "desc": "状态"
  13698. },
  13699. {
  13700. "required": "0",
  13701. "_id": "5f35e8a5bc7e8e560914f9a8",
  13702. "name": "tableTitle",
  13703. "desc": "通知数据"
  13704. },
  13705. {
  13706. "required": "0",
  13707. "_id": "5f35e8a5bc7e8e560914f9a7",
  13708. "name": "template",
  13709. "desc": "通知模板"
  13710. },
  13711. {
  13712. "required": "0",
  13713. "_id": "5f35e8a5bc7e8e560914f9a6",
  13714. "name": "title",
  13715. "desc": "通知标题"
  13716. },
  13717. {
  13718. "required": "0",
  13719. "_id": "5f35e8a5bc7e8e560914f9a5",
  13720. "name": "type",
  13721. "desc": "通知类型"
  13722. },
  13723. {
  13724. "required": "0",
  13725. "_id": "5f35e8a5bc7e8e560914f9a4",
  13726. "name": "url",
  13727. "desc": "链接"
  13728. }
  13729. ],
  13730. "req_body_type": "raw",
  13731. "res_body_type": "json",
  13732. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"通知模板id\"\n },\n \"pushAdmin\": {\n \"type\": \"string\",\n \"description\": \"通知管理员id\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"tableTitle\": {\n \"type\": \"string\",\n \"description\": \"通知数据\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"通知模板\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"通知标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"通知类型\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n }\n },\n \"title\": \"SystemNotice对象\",\n \"description\": \"通知模板表\",\n \"$$ref\": \"#/definitions/SystemNotice对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemNotice对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemNotice对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemNotice对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemNotice对象»»\"\n}",
  13733. "project_id": 52,
  13734. "catid": 4532,
  13735. "uid": 93,
  13736. "add_time": 1597368485,
  13737. "up_time": 1597368485,
  13738. "__v": 0
  13739. },
  13740. {
  13741. "query_path": {
  13742. "path": "/api/admin/system/notice/delete",
  13743. "params": []
  13744. },
  13745. "edit_uid": 0,
  13746. "status": "undone",
  13747. "type": "static",
  13748. "req_body_is_json_schema": false,
  13749. "res_body_is_json_schema": true,
  13750. "api_opened": false,
  13751. "index": 0,
  13752. "tag": [],
  13753. "_id": 6698,
  13754. "method": "GET",
  13755. "title": "删除",
  13756. "path": "/api/admin/system/notice/delete",
  13757. "req_params": [],
  13758. "req_body_form": [],
  13759. "req_headers": [],
  13760. "req_query": [
  13761. {
  13762. "required": "1",
  13763. "_id": "5f35e8a5bc7e8e560914f9a2",
  13764. "name": "id",
  13765. "desc": "id"
  13766. }
  13767. ],
  13768. "req_body_type": "raw",
  13769. "res_body_type": "json",
  13770. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13771. "project_id": 52,
  13772. "catid": 4532,
  13773. "uid": 93,
  13774. "add_time": 1597368485,
  13775. "up_time": 1597368485,
  13776. "__v": 0
  13777. },
  13778. {
  13779. "query_path": {
  13780. "path": "/api/admin/system/notice/save",
  13781. "params": []
  13782. },
  13783. "edit_uid": 0,
  13784. "status": "undone",
  13785. "type": "static",
  13786. "req_body_is_json_schema": true,
  13787. "res_body_is_json_schema": true,
  13788. "api_opened": false,
  13789. "index": 0,
  13790. "tag": [],
  13791. "_id": 6704,
  13792. "method": "POST",
  13793. "title": "新增",
  13794. "path": "/api/admin/system/notice/save",
  13795. "req_params": [],
  13796. "req_body_form": [],
  13797. "req_headers": [
  13798. {
  13799. "required": "1",
  13800. "_id": "5f35e8a5bc7e8e560914f9af",
  13801. "name": "Content-Type",
  13802. "value": "application/json"
  13803. }
  13804. ],
  13805. "req_query": [
  13806. {
  13807. "required": "0",
  13808. "_id": "5f35e8a5bc7e8e560914f9b8",
  13809. "name": "icon",
  13810. "desc": "图标"
  13811. },
  13812. {
  13813. "required": "0",
  13814. "_id": "5f35e8a5bc7e8e560914f9b7",
  13815. "name": "id",
  13816. "desc": "通知模板id"
  13817. },
  13818. {
  13819. "required": "0",
  13820. "_id": "5f35e8a5bc7e8e560914f9b6",
  13821. "name": "pushAdmin",
  13822. "desc": "通知管理员id"
  13823. },
  13824. {
  13825. "required": "0",
  13826. "_id": "5f35e8a5bc7e8e560914f9b5",
  13827. "name": "status",
  13828. "desc": "状态"
  13829. },
  13830. {
  13831. "required": "0",
  13832. "_id": "5f35e8a5bc7e8e560914f9b4",
  13833. "name": "tableTitle",
  13834. "desc": "通知数据"
  13835. },
  13836. {
  13837. "required": "0",
  13838. "_id": "5f35e8a5bc7e8e560914f9b3",
  13839. "name": "template",
  13840. "desc": "通知模板"
  13841. },
  13842. {
  13843. "required": "0",
  13844. "_id": "5f35e8a5bc7e8e560914f9b2",
  13845. "name": "title",
  13846. "desc": "通知标题"
  13847. },
  13848. {
  13849. "required": "0",
  13850. "_id": "5f35e8a5bc7e8e560914f9b1",
  13851. "name": "type",
  13852. "desc": "通知类型"
  13853. },
  13854. {
  13855. "required": "0",
  13856. "_id": "5f35e8a5bc7e8e560914f9b0",
  13857. "name": "url",
  13858. "desc": "链接"
  13859. }
  13860. ],
  13861. "req_body_type": "json",
  13862. "res_body_type": "json",
  13863. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  13864. "project_id": 52,
  13865. "catid": 4532,
  13866. "uid": 93,
  13867. "add_time": 1597368485,
  13868. "up_time": 1597368485,
  13869. "__v": 0
  13870. },
  13871. {
  13872. "query_path": {
  13873. "path": "/api/admin/system/notice/info",
  13874. "params": []
  13875. },
  13876. "edit_uid": 0,
  13877. "status": "undone",
  13878. "type": "static",
  13879. "req_body_is_json_schema": false,
  13880. "res_body_is_json_schema": true,
  13881. "api_opened": false,
  13882. "index": 0,
  13883. "tag": [],
  13884. "_id": 6700,
  13885. "method": "GET",
  13886. "title": "详情",
  13887. "path": "/api/admin/system/notice/info",
  13888. "req_params": [],
  13889. "req_body_form": [],
  13890. "req_headers": [],
  13891. "req_query": [
  13892. {
  13893. "required": "1",
  13894. "_id": "5f35e8a5bc7e8e560914f9a3",
  13895. "name": "id",
  13896. "desc": "id"
  13897. }
  13898. ],
  13899. "req_body_type": "raw",
  13900. "res_body_type": "json",
  13901. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"icon\": {\n \"type\": \"string\",\n \"description\": \"图标\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"通知模板id\"\n },\n \"pushAdmin\": {\n \"type\": \"string\",\n \"description\": \"通知管理员id\"\n },\n \"status\": {\n \"type\": \"boolean\",\n \"description\": \"状态\"\n },\n \"tableTitle\": {\n \"type\": \"string\",\n \"description\": \"通知数据\"\n },\n \"template\": {\n \"type\": \"string\",\n \"description\": \"通知模板\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"通知标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"通知类型\"\n },\n \"url\": {\n \"type\": \"string\",\n \"description\": \"链接\"\n }\n },\n \"title\": \"SystemNotice对象\",\n \"description\": \"通知模板表\",\n \"$$ref\": \"#/definitions/SystemNotice对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemNotice对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemNotice对象»\"\n}",
  13902. "project_id": 52,
  13903. "catid": 4532,
  13904. "uid": 93,
  13905. "add_time": 1597368485,
  13906. "up_time": 1597368485,
  13907. "__v": 0
  13908. }
  13909. ]
  13910. },
  13911. {
  13912. "index": 0,
  13913. "name": "财务 -- 充值",
  13914. "desc": "User Recharge Controller",
  13915. "add_time": 1597368471,
  13916. "up_time": 1597368471,
  13917. "list": [
  13918. {
  13919. "query_path": {
  13920. "path": "/api/admin/user/topUpLog/list",
  13921. "params": []
  13922. },
  13923. "edit_uid": 0,
  13924. "status": "undone",
  13925. "type": "static",
  13926. "req_body_is_json_schema": false,
  13927. "res_body_is_json_schema": true,
  13928. "api_opened": false,
  13929. "index": 0,
  13930. "tag": [],
  13931. "_id": 6832,
  13932. "method": "GET",
  13933. "title": "分页列表",
  13934. "path": "/api/admin/user/topUpLog/list",
  13935. "req_params": [],
  13936. "req_body_form": [],
  13937. "req_headers": [],
  13938. "req_query": [
  13939. {
  13940. "required": "0",
  13941. "_id": "5f35e8acbc7e8e560914fa97",
  13942. "name": "endTime",
  13943. "desc": "结束时间"
  13944. },
  13945. {
  13946. "required": "0",
  13947. "_id": "5f35e8acbc7e8e560914fa96",
  13948. "name": "keywords",
  13949. "desc": "搜索关键字"
  13950. },
  13951. {
  13952. "required": "0",
  13953. "_id": "5f35e8acbc7e8e560914fa95",
  13954. "name": "limit",
  13955. "desc": "每页数量"
  13956. },
  13957. {
  13958. "required": "0",
  13959. "_id": "5f35e8acbc7e8e560914fa94",
  13960. "name": "page",
  13961. "desc": "页码"
  13962. },
  13963. {
  13964. "required": "0",
  13965. "_id": "5f35e8acbc7e8e560914fa93",
  13966. "name": "paid",
  13967. "desc": "是否充值"
  13968. },
  13969. {
  13970. "required": "0",
  13971. "_id": "5f35e8acbc7e8e560914fa92",
  13972. "name": "startTime",
  13973. "desc": "添加时间"
  13974. },
  13975. {
  13976. "required": "0",
  13977. "_id": "5f35e8acbc7e8e560914fa91",
  13978. "name": "status",
  13979. "desc": "-1 未通过 0 审核中 1 已提现"
  13980. }
  13981. ],
  13982. "req_body_type": "raw",
  13983. "res_body_type": "json",
  13984. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"充值时间\"\n },\n \"givePrice\": {\n \"type\": \"number\",\n \"description\": \"购买赠送金额\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"orderId\": {\n \"type\": \"string\",\n \"description\": \"订单号\"\n },\n \"paid\": {\n \"type\": \"boolean\",\n \"description\": \"是否充值\"\n },\n \"payTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"充值支付时间\"\n },\n \"price\": {\n \"type\": \"number\",\n \"description\": \"充值金额\"\n },\n \"rechargeType\": {\n \"type\": \"string\",\n \"description\": \"充值类型\"\n },\n \"refundPrice\": {\n \"type\": \"number\",\n \"description\": \"退款金额\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"充值用户UID\"\n }\n },\n \"title\": \"UserRecharge对象\",\n \"description\": \"用户充值表\",\n \"$$ref\": \"#/definitions/UserRecharge对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserRecharge对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserRecharge对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserRecharge对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserRecharge对象»»\"\n}",
  13985. "project_id": 52,
  13986. "catid": 4541,
  13987. "uid": 93,
  13988. "add_time": 1597368492,
  13989. "up_time": 1597368492,
  13990. "__v": 0
  13991. },
  13992. {
  13993. "query_path": {
  13994. "path": "/api/admin/user/topUpLog/delete",
  13995. "params": []
  13996. },
  13997. "edit_uid": 0,
  13998. "status": "undone",
  13999. "type": "static",
  14000. "req_body_is_json_schema": false,
  14001. "res_body_is_json_schema": true,
  14002. "api_opened": false,
  14003. "index": 0,
  14004. "tag": [],
  14005. "_id": 6830,
  14006. "method": "GET",
  14007. "title": "删除",
  14008. "path": "/api/admin/user/topUpLog/delete",
  14009. "req_params": [],
  14010. "req_body_form": [],
  14011. "req_headers": [],
  14012. "req_query": [
  14013. {
  14014. "required": "1",
  14015. "_id": "5f35e8acbc7e8e560914fa90",
  14016. "name": "id",
  14017. "desc": "id"
  14018. }
  14019. ],
  14020. "req_body_type": "raw",
  14021. "res_body_type": "json",
  14022. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14023. "project_id": 52,
  14024. "catid": 4541,
  14025. "uid": 93,
  14026. "add_time": 1597368492,
  14027. "up_time": 1597368492,
  14028. "__v": 0
  14029. },
  14030. {
  14031. "query_path": {
  14032. "path": "/api/admin/user/topUpLog/balance",
  14033. "params": []
  14034. },
  14035. "edit_uid": 0,
  14036. "status": "undone",
  14037. "type": "static",
  14038. "req_body_is_json_schema": true,
  14039. "res_body_is_json_schema": true,
  14040. "api_opened": false,
  14041. "index": 0,
  14042. "tag": [],
  14043. "_id": 6828,
  14044. "method": "POST",
  14045. "title": "提现总金额",
  14046. "path": "/api/admin/user/topUpLog/balance",
  14047. "req_params": [],
  14048. "req_body_form": [],
  14049. "req_headers": [
  14050. {
  14051. "required": "1",
  14052. "_id": "5f35e8acbc7e8e560914fa8f",
  14053. "name": "Content-Type",
  14054. "value": "application/json"
  14055. }
  14056. ],
  14057. "req_query": [],
  14058. "req_body_type": "json",
  14059. "res_body_type": "json",
  14060. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"number\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«HashMap«string,bigdecimal»»\",\n \"$$ref\": \"#/definitions/CommonResult«HashMap«string,bigdecimal»»\"\n}",
  14061. "project_id": 52,
  14062. "catid": 4541,
  14063. "uid": 93,
  14064. "add_time": 1597368492,
  14065. "up_time": 1597368492,
  14066. "__v": 0
  14067. }
  14068. ]
  14069. },
  14070. {
  14071. "index": 0,
  14072. "name": "财务 -- 提现申请",
  14073. "desc": "User Extract Controller",
  14074. "add_time": 1597368471,
  14075. "up_time": 1597368471,
  14076. "list": [
  14077. {
  14078. "query_path": {
  14079. "path": "/api/admin/finance/apply/update",
  14080. "params": []
  14081. },
  14082. "edit_uid": 0,
  14083. "status": "undone",
  14084. "type": "static",
  14085. "req_body_is_json_schema": true,
  14086. "res_body_is_json_schema": true,
  14087. "api_opened": false,
  14088. "index": 0,
  14089. "tag": [],
  14090. "_id": 6440,
  14091. "method": "POST",
  14092. "title": "修改",
  14093. "path": "/api/admin/finance/apply/update",
  14094. "req_params": [],
  14095. "req_body_form": [],
  14096. "req_headers": [
  14097. {
  14098. "required": "1",
  14099. "_id": "5f35e899bc7e8e560914f848",
  14100. "name": "Content-Type",
  14101. "value": "application/json"
  14102. }
  14103. ],
  14104. "req_query": [
  14105. {
  14106. "required": "0",
  14107. "_id": "5f35e899bc7e8e560914f850",
  14108. "name": "alipayCode",
  14109. "desc": "支付宝账号"
  14110. },
  14111. {
  14112. "required": "0",
  14113. "_id": "5f35e899bc7e8e560914f84f",
  14114. "name": "bankCode",
  14115. "desc": "银行卡"
  14116. },
  14117. {
  14118. "required": "0",
  14119. "_id": "5f35e899bc7e8e560914f84e",
  14120. "name": "bankname",
  14121. "desc": "提现银行名称"
  14122. },
  14123. {
  14124. "required": "0",
  14125. "_id": "5f35e899bc7e8e560914f84d",
  14126. "name": "extractPrice",
  14127. "desc": "提现金额"
  14128. },
  14129. {
  14130. "required": "0",
  14131. "_id": "5f35e899bc7e8e560914f84c",
  14132. "name": "extractType",
  14133. "desc": "提现方式| alipay=支付宝,bank=银行卡,weixin=微信"
  14134. },
  14135. {
  14136. "required": "1",
  14137. "_id": "5f35e899bc7e8e560914f84b",
  14138. "name": "id",
  14139. "desc": "id"
  14140. },
  14141. {
  14142. "required": "0",
  14143. "_id": "5f35e899bc7e8e560914f84a",
  14144. "name": "realName",
  14145. "desc": "姓名"
  14146. },
  14147. {
  14148. "required": "0",
  14149. "_id": "5f35e899bc7e8e560914f849",
  14150. "name": "wechat",
  14151. "desc": "微信号"
  14152. }
  14153. ],
  14154. "req_body_type": "json",
  14155. "res_body_type": "json",
  14156. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14157. "project_id": 52,
  14158. "catid": 4550,
  14159. "uid": 93,
  14160. "add_time": 1597368473,
  14161. "up_time": 1597368473,
  14162. "__v": 0
  14163. },
  14164. {
  14165. "query_path": {
  14166. "path": "/api/admin/finance/apply/list",
  14167. "params": []
  14168. },
  14169. "edit_uid": 0,
  14170. "status": "undone",
  14171. "type": "static",
  14172. "req_body_is_json_schema": false,
  14173. "res_body_is_json_schema": true,
  14174. "api_opened": false,
  14175. "index": 0,
  14176. "tag": [],
  14177. "_id": 6438,
  14178. "method": "GET",
  14179. "title": "分页列表",
  14180. "path": "/api/admin/finance/apply/list",
  14181. "req_params": [],
  14182. "req_body_form": [],
  14183. "req_headers": [],
  14184. "req_query": [
  14185. {
  14186. "required": "0",
  14187. "_id": "5f35e899bc7e8e560914f847",
  14188. "name": "endTime",
  14189. "desc": "结束时间"
  14190. },
  14191. {
  14192. "required": "0",
  14193. "_id": "5f35e899bc7e8e560914f846",
  14194. "name": "extractType",
  14195. "desc": "bank = 银行卡 alipay = 支付宝wx=微信"
  14196. },
  14197. {
  14198. "required": "0",
  14199. "_id": "5f35e899bc7e8e560914f845",
  14200. "name": "keywords",
  14201. "desc": "搜索关键字"
  14202. },
  14203. {
  14204. "required": "0",
  14205. "_id": "5f35e899bc7e8e560914f844",
  14206. "name": "limit",
  14207. "desc": "每页数量"
  14208. },
  14209. {
  14210. "required": "0",
  14211. "_id": "5f35e899bc7e8e560914f843",
  14212. "name": "page",
  14213. "desc": "页码"
  14214. },
  14215. {
  14216. "required": "0",
  14217. "_id": "5f35e899bc7e8e560914f842",
  14218. "name": "startTime",
  14219. "desc": "添加时间"
  14220. },
  14221. {
  14222. "required": "0",
  14223. "_id": "5f35e899bc7e8e560914f841",
  14224. "name": "status",
  14225. "desc": "-1 未通过 0 审核中 1 已提现"
  14226. }
  14227. ],
  14228. "req_body_type": "raw",
  14229. "res_body_type": "json",
  14230. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"alipayCode\": {\n \"type\": \"string\",\n \"description\": \"支付宝账号\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"金额\"\n },\n \"bankAddress\": {\n \"type\": \"string\",\n \"description\": \"开户地址\"\n },\n \"bankCode\": {\n \"type\": \"string\",\n \"description\": \"银行卡\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"extractPrice\": {\n \"type\": \"number\",\n \"description\": \"提现金额\"\n },\n \"extractType\": {\n \"type\": \"string\",\n \"description\": \"bank = 银行卡 alipay = 支付宝wx=微信\"\n },\n \"failMsg\": {\n \"type\": \"string\",\n \"description\": \"无效原因\"\n },\n \"failTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"失败时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"realName\": {\n \"type\": \"string\",\n \"description\": \"名称\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"-1 未通过 0 审核中 1 已提现\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n },\n \"wechat\": {\n \"type\": \"string\",\n \"description\": \"微信号\"\n }\n },\n \"title\": \"UserExtract对象\",\n \"description\": \"用户提现表\",\n \"$$ref\": \"#/definitions/UserExtract对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserExtract对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserExtract对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserExtract对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserExtract对象»»\"\n}",
  14231. "project_id": 52,
  14232. "catid": 4550,
  14233. "uid": 93,
  14234. "add_time": 1597368473,
  14235. "up_time": 1597368473,
  14236. "__v": 0
  14237. },
  14238. {
  14239. "query_path": {
  14240. "path": "/api/admin/finance/apply/balance",
  14241. "params": []
  14242. },
  14243. "edit_uid": 0,
  14244. "status": "undone",
  14245. "type": "static",
  14246. "req_body_is_json_schema": true,
  14247. "res_body_is_json_schema": true,
  14248. "api_opened": false,
  14249. "index": 0,
  14250. "tag": [],
  14251. "_id": 6436,
  14252. "method": "POST",
  14253. "title": "提现总金额",
  14254. "path": "/api/admin/finance/apply/balance",
  14255. "req_params": [],
  14256. "req_body_form": [],
  14257. "req_headers": [
  14258. {
  14259. "required": "1",
  14260. "_id": "5f35e899bc7e8e560914f840",
  14261. "name": "Content-Type",
  14262. "value": "application/json"
  14263. }
  14264. ],
  14265. "req_query": [],
  14266. "req_body_type": "json",
  14267. "res_body_type": "json",
  14268. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"commissionTotal\": {\n \"type\": \"number\",\n \"description\": \"佣金总金额\"\n },\n \"toBeWithdrawn\": {\n \"type\": \"number\"\n },\n \"unDrawn\": {\n \"type\": \"number\",\n \"description\": \"未提现\"\n },\n \"withdrawn\": {\n \"type\": \"number\",\n \"description\": \"已提现\"\n }\n },\n \"title\": \"BalanceResponse对象\",\n \"description\": \"提现金额\",\n \"$$ref\": \"#/definitions/BalanceResponse对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«BalanceResponse对象»\",\n \"$$ref\": \"#/definitions/CommonResult«BalanceResponse对象»\"\n}",
  14269. "project_id": 52,
  14270. "catid": 4550,
  14271. "uid": 93,
  14272. "add_time": 1597368473,
  14273. "up_time": 1597368473,
  14274. "__v": 0
  14275. }
  14276. ]
  14277. },
  14278. {
  14279. "index": 0,
  14280. "name": "财务 -- 资金监控",
  14281. "desc": "Funds Monitor Controller",
  14282. "add_time": 1597368471,
  14283. "up_time": 1597368471,
  14284. "list": [
  14285. {
  14286. "query_path": {
  14287. "path": "/api/admin/finance/founds/monitor/list/user",
  14288. "params": []
  14289. },
  14290. "edit_uid": 0,
  14291. "status": "undone",
  14292. "type": "static",
  14293. "req_body_is_json_schema": false,
  14294. "res_body_is_json_schema": true,
  14295. "api_opened": false,
  14296. "index": 0,
  14297. "tag": [],
  14298. "_id": 6444,
  14299. "method": "GET",
  14300. "title": "佣金记录",
  14301. "path": "/api/admin/finance/founds/monitor/list/user",
  14302. "req_params": [],
  14303. "req_body_form": [],
  14304. "req_headers": [],
  14305. "req_query": [
  14306. {
  14307. "required": "0",
  14308. "_id": "5f35e899bc7e8e560914f865",
  14309. "name": "endTime"
  14310. },
  14311. {
  14312. "required": "0",
  14313. "_id": "5f35e899bc7e8e560914f864",
  14314. "name": "keywords",
  14315. "desc": "搜索关键字"
  14316. },
  14317. {
  14318. "required": "0",
  14319. "_id": "5f35e899bc7e8e560914f863",
  14320. "name": "limit",
  14321. "desc": "每页数量"
  14322. },
  14323. {
  14324. "required": "0",
  14325. "_id": "5f35e899bc7e8e560914f862",
  14326. "name": "max",
  14327. "desc": "最大佣金"
  14328. },
  14329. {
  14330. "required": "0",
  14331. "_id": "5f35e899bc7e8e560914f861",
  14332. "name": "min",
  14333. "desc": "最小佣金"
  14334. },
  14335. {
  14336. "required": "0",
  14337. "_id": "5f35e899bc7e8e560914f860",
  14338. "name": "page",
  14339. "desc": "页码"
  14340. },
  14341. {
  14342. "required": "0",
  14343. "_id": "5f35e899bc7e8e560914f85f",
  14344. "name": "sort",
  14345. "desc": "排序 asc/desc"
  14346. },
  14347. {
  14348. "required": "0",
  14349. "_id": "5f35e899bc7e8e560914f85e",
  14350. "name": "type",
  14351. "desc": "类型"
  14352. }
  14353. ],
  14354. "req_body_type": "raw",
  14355. "res_body_type": "json",
  14356. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"brokerage\": {\n \"type\": \"number\",\n \"description\": \"账户佣金\"\n },\n \"nickname\": {\n \"type\": \"string\",\n \"description\": \"昵称\"\n },\n \"nowMoney\": {\n \"type\": \"number\",\n \"description\": \"账户余额\"\n },\n \"totalBrokerage\": {\n \"type\": \"number\",\n \"description\": \"账户总佣金\"\n },\n \"totalExtract\": {\n \"type\": \"number\",\n \"description\": \"提现总金额\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"充值用户UID\"\n }\n },\n \"title\": \"UserFundsMonitor对象\",\n \"description\": \"佣金\",\n \"$$ref\": \"#/definitions/UserFundsMonitor对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserFundsMonitor对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserFundsMonitor对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserFundsMonitor对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserFundsMonitor对象»»\"\n}",
  14357. "project_id": 52,
  14358. "catid": 4559,
  14359. "uid": 93,
  14360. "add_time": 1597368473,
  14361. "up_time": 1597368473,
  14362. "__v": 0
  14363. },
  14364. {
  14365. "query_path": {
  14366. "path": "/api/admin/finance/founds/monitor/list",
  14367. "params": []
  14368. },
  14369. "edit_uid": 0,
  14370. "status": "undone",
  14371. "type": "static",
  14372. "req_body_is_json_schema": false,
  14373. "res_body_is_json_schema": true,
  14374. "api_opened": false,
  14375. "index": 0,
  14376. "tag": [],
  14377. "_id": 6442,
  14378. "method": "GET",
  14379. "title": "资金监控",
  14380. "path": "/api/admin/finance/founds/monitor/list",
  14381. "req_params": [],
  14382. "req_body_form": [],
  14383. "req_headers": [],
  14384. "req_query": [
  14385. {
  14386. "required": "0",
  14387. "_id": "5f35e899bc7e8e560914f85d",
  14388. "name": "category",
  14389. "desc": "类型"
  14390. },
  14391. {
  14392. "required": "0",
  14393. "_id": "5f35e899bc7e8e560914f85c",
  14394. "name": "dateLimit",
  14395. "desc": "添加时间"
  14396. },
  14397. {
  14398. "required": "0",
  14399. "_id": "5f35e899bc7e8e560914f85b",
  14400. "name": "keywords",
  14401. "desc": "搜索关键字"
  14402. },
  14403. {
  14404. "required": "0",
  14405. "_id": "5f35e899bc7e8e560914f85a",
  14406. "name": "limit",
  14407. "desc": "每页数量"
  14408. },
  14409. {
  14410. "required": "0",
  14411. "_id": "5f35e899bc7e8e560914f859",
  14412. "name": "linkId",
  14413. "desc": "关联id"
  14414. },
  14415. {
  14416. "required": "0",
  14417. "_id": "5f35e899bc7e8e560914f858",
  14418. "name": "max",
  14419. "desc": "最大佣金"
  14420. },
  14421. {
  14422. "required": "0",
  14423. "_id": "5f35e899bc7e8e560914f857",
  14424. "name": "min",
  14425. "desc": "最小佣金"
  14426. },
  14427. {
  14428. "required": "0",
  14429. "_id": "5f35e899bc7e8e560914f856",
  14430. "name": "page",
  14431. "desc": "页码"
  14432. },
  14433. {
  14434. "required": "0",
  14435. "_id": "5f35e899bc7e8e560914f855",
  14436. "name": "pm",
  14437. "desc": "操作类型"
  14438. },
  14439. {
  14440. "required": "0",
  14441. "_id": "5f35e899bc7e8e560914f854",
  14442. "name": "sort",
  14443. "desc": "排序 asc/desc"
  14444. },
  14445. {
  14446. "required": "0",
  14447. "_id": "5f35e899bc7e8e560914f853",
  14448. "name": "type",
  14449. "desc": "类型"
  14450. },
  14451. {
  14452. "required": "0",
  14453. "_id": "5f35e899bc7e8e560914f852",
  14454. "name": "uid",
  14455. "desc": "用户id list"
  14456. },
  14457. {
  14458. "required": "0",
  14459. "_id": "5f35e899bc7e8e560914f851",
  14460. "name": "userIdList",
  14461. "desc": "用户id list"
  14462. }
  14463. ],
  14464. "req_body_type": "raw",
  14465. "res_body_type": "json",
  14466. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"add_time\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"balance\": {\n \"type\": \"number\",\n \"description\": \"剩余\"\n },\n \"category\": {\n \"type\": \"string\",\n \"description\": \"明细种类\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户账单id\"\n },\n \"linkId\": {\n \"type\": \"string\",\n \"description\": \"关联id\"\n },\n \"mark\": {\n \"type\": \"string\",\n \"description\": \"备注\"\n },\n \"nickName\": {\n \"type\": \"string\",\n \"description\": \"用户呢成\"\n },\n \"number\": {\n \"type\": \"number\",\n \"description\": \"明细数字\"\n },\n \"pm\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 支出 1 = 获得\"\n },\n \"status\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"0 = 带确定 1 = 有效 -1 = 无效\"\n },\n \"title\": {\n \"type\": \"string\",\n \"description\": \"账单标题\"\n },\n \"type\": {\n \"type\": \"string\",\n \"description\": \"明细类型\"\n },\n \"uid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"用户uid\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n }\n },\n \"title\": \"UserBill对象\",\n \"description\": \"用户账单表\",\n \"$$ref\": \"#/definitions/UserBill对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«UserBill对象»\",\n \"$$ref\": \"#/definitions/CommonPage«UserBill对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«UserBill对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«UserBill对象»»\"\n}",
  14467. "project_id": 52,
  14468. "catid": 4559,
  14469. "uid": 93,
  14470. "add_time": 1597368473,
  14471. "up_time": 1597368473,
  14472. "__v": 0
  14473. }
  14474. ]
  14475. },
  14476. {
  14477. "index": 0,
  14478. "name": "附件管理",
  14479. "desc": "System Attachment Controller",
  14480. "add_time": 1597368471,
  14481. "up_time": 1597368471,
  14482. "list": [
  14483. {
  14484. "query_path": {
  14485. "path": "/api/admin/system/attachment/update",
  14486. "params": []
  14487. },
  14488. "edit_uid": 0,
  14489. "status": "undone",
  14490. "type": "static",
  14491. "req_body_is_json_schema": true,
  14492. "res_body_is_json_schema": true,
  14493. "api_opened": false,
  14494. "index": 0,
  14495. "tag": [],
  14496. "_id": 6638,
  14497. "method": "POST",
  14498. "title": "修改",
  14499. "path": "/api/admin/system/attachment/update",
  14500. "req_params": [],
  14501. "req_body_form": [],
  14502. "req_headers": [
  14503. {
  14504. "required": "1",
  14505. "_id": "5f35e8a3bc7e8e560914f94c",
  14506. "name": "Content-Type",
  14507. "value": "application/json"
  14508. }
  14509. ],
  14510. "req_query": [
  14511. {
  14512. "required": "1",
  14513. "_id": "5f35e8a3bc7e8e560914f94d",
  14514. "name": "id",
  14515. "desc": "id"
  14516. }
  14517. ],
  14518. "req_body_type": "json",
  14519. "res_body_type": "json",
  14520. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14521. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"model\": {\n \"type\": \"string\",\n \"description\": \"模块,store\"\n },\n \"moduleType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传模块类型 1 后台上传 2 用户生成\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"rootDir\": {\n \"type\": \"string\",\n \"description\": \"服务器上存储的绝对地址\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n }\n },\n \"title\": \"SystemAttachmentRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentRequest\"\n}",
  14522. "project_id": 52,
  14523. "catid": 4568,
  14524. "uid": 93,
  14525. "add_time": 1597368483,
  14526. "up_time": 1597368483,
  14527. "__v": 0
  14528. },
  14529. {
  14530. "query_path": {
  14531. "path": "/api/admin/system/attachment/list",
  14532. "params": []
  14533. },
  14534. "edit_uid": 0,
  14535. "status": "undone",
  14536. "type": "static",
  14537. "req_body_is_json_schema": false,
  14538. "res_body_is_json_schema": true,
  14539. "api_opened": false,
  14540. "index": 0,
  14541. "tag": [],
  14542. "_id": 6632,
  14543. "method": "GET",
  14544. "title": "分页列表",
  14545. "path": "/api/admin/system/attachment/list",
  14546. "req_params": [],
  14547. "req_body_form": [],
  14548. "req_headers": [],
  14549. "req_query": [
  14550. {
  14551. "required": "0",
  14552. "_id": "5f35e8a2bc7e8e560914f949",
  14553. "name": "limit",
  14554. "desc": "每页数量"
  14555. },
  14556. {
  14557. "required": "0",
  14558. "_id": "5f35e8a2bc7e8e560914f948",
  14559. "name": "page",
  14560. "desc": "页码"
  14561. },
  14562. {
  14563. "required": "1",
  14564. "_id": "5f35e8a2bc7e8e560914f947",
  14565. "name": "pid",
  14566. "desc": "pid"
  14567. }
  14568. ],
  14569. "req_body_type": "raw",
  14570. "res_body_type": "json",
  14571. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"limit\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"list\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemAttachment对象\",\n \"description\": \"附件管理表\",\n \"$$ref\": \"#/definitions/SystemAttachment对象\"\n }\n },\n \"page\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"total\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"totalPage\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"CommonPage«SystemAttachment对象»\",\n \"$$ref\": \"#/definitions/CommonPage«SystemAttachment对象»\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«CommonPage«SystemAttachment对象»»\",\n \"$$ref\": \"#/definitions/CommonResult«CommonPage«SystemAttachment对象»»\"\n}",
  14572. "project_id": 52,
  14573. "catid": 4568,
  14574. "uid": 93,
  14575. "add_time": 1597368482,
  14576. "up_time": 1597368482,
  14577. "__v": 0
  14578. },
  14579. {
  14580. "query_path": {
  14581. "path": "/api/admin/system/attachment/delete/{ids}",
  14582. "params": []
  14583. },
  14584. "edit_uid": 0,
  14585. "status": "undone",
  14586. "type": "var",
  14587. "req_body_is_json_schema": false,
  14588. "res_body_is_json_schema": true,
  14589. "api_opened": false,
  14590. "index": 0,
  14591. "tag": [],
  14592. "_id": 6628,
  14593. "method": "GET",
  14594. "title": "删除",
  14595. "path": "/api/admin/system/attachment/delete/{ids}",
  14596. "req_params": [
  14597. {
  14598. "_id": "5f35e8a2bc7e8e560914f945",
  14599. "name": "ids",
  14600. "desc": "ids"
  14601. }
  14602. ],
  14603. "req_body_form": [],
  14604. "req_headers": [],
  14605. "req_query": [],
  14606. "req_body_type": "raw",
  14607. "res_body_type": "json",
  14608. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14609. "project_id": 52,
  14610. "catid": 4568,
  14611. "uid": 93,
  14612. "add_time": 1597368482,
  14613. "up_time": 1597368482,
  14614. "__v": 0
  14615. },
  14616. {
  14617. "query_path": {
  14618. "path": "/api/admin/system/attachment/save",
  14619. "params": []
  14620. },
  14621. "edit_uid": 0,
  14622. "status": "undone",
  14623. "type": "static",
  14624. "req_body_is_json_schema": true,
  14625. "res_body_is_json_schema": true,
  14626. "api_opened": false,
  14627. "index": 0,
  14628. "tag": [],
  14629. "_id": 6636,
  14630. "method": "POST",
  14631. "title": "新增",
  14632. "path": "/api/admin/system/attachment/save",
  14633. "req_params": [],
  14634. "req_body_form": [],
  14635. "req_headers": [
  14636. {
  14637. "required": "1",
  14638. "_id": "5f35e8a3bc7e8e560914f94b",
  14639. "name": "Content-Type",
  14640. "value": "application/json"
  14641. }
  14642. ],
  14643. "req_query": [],
  14644. "req_body_type": "json",
  14645. "res_body_type": "json",
  14646. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14647. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"model\": {\n \"type\": \"string\",\n \"description\": \"模块,store\"\n },\n \"moduleType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传模块类型 1 后台上传 2 用户生成\"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"rootDir\": {\n \"type\": \"string\",\n \"description\": \"服务器上存储的绝对地址\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n }\n },\n \"title\": \"SystemAttachmentRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentRequest\"\n}",
  14648. "project_id": 52,
  14649. "catid": 4568,
  14650. "uid": 93,
  14651. "add_time": 1597368483,
  14652. "up_time": 1597368483,
  14653. "__v": 0
  14654. },
  14655. {
  14656. "query_path": {
  14657. "path": "/api/admin/system/attachment/move",
  14658. "params": []
  14659. },
  14660. "edit_uid": 0,
  14661. "status": "undone",
  14662. "type": "static",
  14663. "req_body_is_json_schema": true,
  14664. "res_body_is_json_schema": true,
  14665. "api_opened": false,
  14666. "index": 0,
  14667. "tag": [],
  14668. "_id": 6634,
  14669. "method": "POST",
  14670. "title": "更改图片目录",
  14671. "path": "/api/admin/system/attachment/move",
  14672. "req_params": [],
  14673. "req_body_form": [],
  14674. "req_headers": [
  14675. {
  14676. "required": "1",
  14677. "_id": "5f35e8a3bc7e8e560914f94a",
  14678. "name": "Content-Type",
  14679. "value": "application/json"
  14680. }
  14681. ],
  14682. "req_query": [],
  14683. "req_body_type": "json",
  14684. "res_body_type": "json",
  14685. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«string»\",\n \"$$ref\": \"#/definitions/CommonResult«string»\"\n}",
  14686. "req_body_other": "{\n \"type\": \"object\",\n \"properties\": {\n \"attrId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"title\": \"SystemAttachmentMoveRequest\",\n \"$$ref\": \"#/definitions/SystemAttachmentMoveRequest\"\n}",
  14687. "project_id": 52,
  14688. "catid": 4568,
  14689. "uid": 93,
  14690. "add_time": 1597368483,
  14691. "up_time": 1597368483,
  14692. "__v": 0
  14693. },
  14694. {
  14695. "query_path": {
  14696. "path": "/api/admin/system/attachment/info/{id}",
  14697. "params": []
  14698. },
  14699. "edit_uid": 0,
  14700. "status": "undone",
  14701. "type": "var",
  14702. "req_body_is_json_schema": false,
  14703. "res_body_is_json_schema": true,
  14704. "api_opened": false,
  14705. "index": 0,
  14706. "tag": [],
  14707. "_id": 6630,
  14708. "method": "GET",
  14709. "title": "详情",
  14710. "path": "/api/admin/system/attachment/info/{id}",
  14711. "req_params": [
  14712. {
  14713. "_id": "5f35e8a2bc7e8e560914f946",
  14714. "name": "id",
  14715. "desc": "id"
  14716. }
  14717. ],
  14718. "req_body_form": [],
  14719. "req_headers": [],
  14720. "req_query": [],
  14721. "req_body_type": "raw",
  14722. "res_body_type": "json",
  14723. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"properties\": {\n \"attDir\": {\n \"type\": \"string\",\n \"description\": \"附件路径\"\n },\n \"attId\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"attSize\": {\n \"type\": \"string\",\n \"description\": \"附件大小\"\n },\n \"attType\": {\n \"type\": \"string\",\n \"description\": \"附件类型\"\n },\n \"createTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"创建时间\"\n },\n \"imageType\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"图片上传类型 1本地 2七牛云 3OSS 4COS \"\n },\n \"name\": {\n \"type\": \"string\",\n \"description\": \"附件名称\"\n },\n \"pid\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"分类ID 0编辑器,1商品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图,7前台用户,8微信系列\"\n },\n \"sattDir\": {\n \"type\": \"string\",\n \"description\": \"压缩图片路径\"\n },\n \"updateTime\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"更新时间\"\n }\n },\n \"title\": \"SystemAttachment对象\",\n \"description\": \"附件管理表\",\n \"$$ref\": \"#/definitions/SystemAttachment对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«SystemAttachment对象»\",\n \"$$ref\": \"#/definitions/CommonResult«SystemAttachment对象»\"\n}",
  14724. "project_id": 52,
  14725. "catid": 4568,
  14726. "uid": 93,
  14727. "add_time": 1597368482,
  14728. "up_time": 1597368482,
  14729. "__v": 0
  14730. }
  14731. ]
  14732. },
  14733. {
  14734. "index": 0,
  14735. "name": "验证码服务",
  14736. "desc": "Validate Code Controller",
  14737. "add_time": 1597368471,
  14738. "up_time": 1597368471,
  14739. "list": [
  14740. {
  14741. "query_path": {
  14742. "path": "/api/admin/validate/code/check",
  14743. "params": []
  14744. },
  14745. "edit_uid": 0,
  14746. "status": "undone",
  14747. "type": "static",
  14748. "req_body_is_json_schema": false,
  14749. "res_body_is_json_schema": true,
  14750. "api_opened": false,
  14751. "index": 0,
  14752. "tag": [],
  14753. "_id": 6838,
  14754. "method": "GET",
  14755. "title": "检测验证码",
  14756. "path": "/api/admin/validate/code/check",
  14757. "req_params": [],
  14758. "req_body_form": [],
  14759. "req_headers": [],
  14760. "req_query": [
  14761. {
  14762. "required": "1",
  14763. "_id": "5f35e8acbc7e8e560914fa9c",
  14764. "name": "code",
  14765. "desc": "code"
  14766. },
  14767. {
  14768. "required": "1",
  14769. "_id": "5f35e8acbc7e8e560914fa9b",
  14770. "name": "key",
  14771. "desc": "key"
  14772. }
  14773. ],
  14774. "req_body_type": "raw",
  14775. "res_body_type": "json",
  14776. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"boolean\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«boolean»\",\n \"$$ref\": \"#/definitions/CommonResult«boolean»\"\n}",
  14777. "project_id": 52,
  14778. "catid": 4577,
  14779. "uid": 93,
  14780. "add_time": 1597368492,
  14781. "up_time": 1597368492,
  14782. "__v": 0
  14783. },
  14784. {
  14785. "query_path": {
  14786. "path": "/api/admin/validate/code/get",
  14787. "params": []
  14788. },
  14789. "edit_uid": 0,
  14790. "status": "undone",
  14791. "type": "static",
  14792. "req_body_is_json_schema": false,
  14793. "res_body_is_json_schema": true,
  14794. "api_opened": false,
  14795. "index": 0,
  14796. "tag": [],
  14797. "_id": 6840,
  14798. "method": "GET",
  14799. "title": "获取验证码",
  14800. "path": "/api/admin/validate/code/get",
  14801. "req_params": [],
  14802. "req_body_form": [],
  14803. "req_headers": [],
  14804. "req_query": [],
  14805. "req_body_type": "raw",
  14806. "res_body_type": "json",
  14807. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"key\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\",\n \"description\": \"code\"\n },\n \"key\": {\n \"type\": \"string\",\n \"description\": \"key\"\n }\n },\n \"title\": \"ValidateCode对象\",\n \"description\": \"验证码类\",\n \"$$ref\": \"#/definitions/ValidateCode对象\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«ValidateCode对象»\",\n \"$$ref\": \"#/definitions/CommonResult«ValidateCode对象»\"\n}",
  14808. "project_id": 52,
  14809. "catid": 4577,
  14810. "uid": 93,
  14811. "add_time": 1597368492,
  14812. "up_time": 1597368492,
  14813. "__v": 0
  14814. }
  14815. ]
  14816. }
  14817. ]