zjmx.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. {
  2. "openapi": "3.0.1",
  3. "info": {
  4. "title": "默认模块",
  5. "description": "",
  6. "version": "1.0.0"
  7. },
  8. "tags": [],
  9. "paths": {
  10. "/fundFlow/flowsPage": {
  11. "get": {
  12. "summary": "查看流水",
  13. "deprecated": false,
  14. "description": "",
  15. "tags": [],
  16. "parameters": [
  17. {
  18. "name": "records[0].key",
  19. "in": "query",
  20. "description": "",
  21. "required": false,
  22. "schema": {
  23. "type": ""
  24. }
  25. },
  26. {
  27. "name": "total",
  28. "in": "query",
  29. "description": "",
  30. "required": false,
  31. "schema": {
  32. "type": "integer",
  33. "format": "int64"
  34. }
  35. },
  36. {
  37. "name": "size",
  38. "in": "query",
  39. "description": "",
  40. "required": false,
  41. "schema": {
  42. "type": "integer",
  43. "format": "int64"
  44. }
  45. },
  46. {
  47. "name": "current",
  48. "in": "query",
  49. "description": "",
  50. "required": false,
  51. "schema": {
  52. "type": "integer",
  53. "format": "int64"
  54. }
  55. },
  56. {
  57. "name": "orders[0].column",
  58. "in": "query",
  59. "description": "",
  60. "required": false,
  61. "schema": {
  62. "type": "string"
  63. }
  64. },
  65. {
  66. "name": "orders[0].asc",
  67. "in": "query",
  68. "description": "",
  69. "required": false,
  70. "schema": {
  71. "type": "boolean"
  72. }
  73. },
  74. {
  75. "name": "optimizeCountSql",
  76. "in": "query",
  77. "description": "",
  78. "required": false,
  79. "schema": {
  80. "type": "boolean"
  81. }
  82. },
  83. {
  84. "name": "searchCount",
  85. "in": "query",
  86. "description": "",
  87. "required": false,
  88. "schema": {
  89. "type": "boolean"
  90. }
  91. },
  92. {
  93. "name": "optimizeJoinOfCountSql",
  94. "in": "query",
  95. "description": "",
  96. "required": false,
  97. "schema": {
  98. "type": "boolean"
  99. }
  100. },
  101. {
  102. "name": "maxLimit",
  103. "in": "query",
  104. "description": "",
  105. "required": false,
  106. "schema": {
  107. "type": "integer",
  108. "format": "int64"
  109. }
  110. },
  111. {
  112. "name": "countId",
  113. "in": "query",
  114. "description": "",
  115. "required": false,
  116. "schema": {
  117. "type": "string"
  118. }
  119. },
  120. {
  121. "name": "payStartTime",
  122. "in": "query",
  123. "description": "支付开始时间",
  124. "required": false,
  125. "schema": {
  126. "type": "string"
  127. }
  128. },
  129. {
  130. "name": "payEndTime",
  131. "in": "query",
  132. "description": "支付结束时间",
  133. "required": false,
  134. "schema": {
  135. "type": "string"
  136. }
  137. },
  138. {
  139. "name": "orderCreateStartTime",
  140. "in": "query",
  141. "description": "订单创建开始时间",
  142. "required": false,
  143. "schema": {
  144. "type": "string"
  145. }
  146. },
  147. {
  148. "name": "orderCreateEndTime",
  149. "in": "query",
  150. "description": "订单创建结束时间",
  151. "required": false,
  152. "schema": {
  153. "type": "string"
  154. }
  155. },
  156. {
  157. "name": "query",
  158. "in": "query",
  159. "description": "查询条件",
  160. "required": false,
  161. "schema": {
  162. "type": "string"
  163. }
  164. },
  165. {
  166. "name": "orderFlowType",
  167. "in": "query",
  168. "description": "订单流水类型\nPAY :支付订单\nWITHDRAW :提交提现",
  169. "required": false,
  170. "schema": {
  171. "type": "string",
  172. "enum": [
  173. "PAY",
  174. "WITHDRAW"
  175. ]
  176. }
  177. }
  178. ],
  179. "responses": {
  180. "200": {
  181. "description": "",
  182. "content": {
  183. "application/json": {
  184. "schema": {
  185. "$ref": "#/components/schemas/RPageFlowPageVO"
  186. },
  187. "example": {
  188. "code": 0,
  189. "msg": "",
  190. "data": {
  191. "records": [
  192. {
  193. "orderId": 0,
  194. "orderType": "",
  195. "orderNo": "",
  196. "orderCreateTime": "",
  197. "payTime": "",
  198. "originalOrderAmount": 0,
  199. "orderAmount": 0,
  200. "operationAmount": 0,
  201. "beforeAmount": 0,
  202. "afterAmount": 0,
  203. "amountType": "",
  204. "walletType": ""
  205. }
  206. ],
  207. "total": 0,
  208. "size": 0,
  209. "current": 0,
  210. "orders": [
  211. {
  212. "column": "",
  213. "asc": false
  214. }
  215. ],
  216. "optimizeCountSql": false,
  217. "searchCount": false,
  218. "optimizeJoinOfCountSql": false,
  219. "maxLimit": 0,
  220. "countId": ""
  221. }
  222. }
  223. }
  224. }
  225. }
  226. },
  227. "security": [
  228. {
  229. "bearer": []
  230. }
  231. ]
  232. }
  233. }
  234. },
  235. "components": {
  236. "schemas": {
  237. "FlowPageVO": {
  238. "type": "object",
  239. "properties": {
  240. "orderId": {
  241. "type": "integer",
  242. "description": "订单id",
  243. "format": "int64"
  244. },
  245. "orderType": {
  246. "type": "string",
  247. "description": "订单类型",
  248. "enum": [
  249. "PAY",
  250. "WITHDRAW"
  251. ]
  252. },
  253. "orderNo": {
  254. "type": "string",
  255. "description": "商户原始订单号"
  256. },
  257. "orderCreateTime": {
  258. "type": "string",
  259. "description": "订单创建时间"
  260. },
  261. "payTime": {
  262. "type": "string",
  263. "description": "支付时间"
  264. },
  265. "originalOrderAmount": {
  266. "type": "number",
  267. "description": "订单原始金额"
  268. },
  269. "orderAmount": {
  270. "type": "number",
  271. "description": "订单实际金额"
  272. },
  273. "operationAmount": {
  274. "type": "number",
  275. "description": "变更金额"
  276. },
  277. "beforeAmount": {
  278. "type": "number",
  279. "description": "变更前金额"
  280. },
  281. "afterAmount": {
  282. "type": "number",
  283. "description": "变更后金额"
  284. },
  285. "amountType": {
  286. "type": "string",
  287. "description": "变更类型",
  288. "enum": [
  289. "SUB",
  290. "ADD"
  291. ]
  292. },
  293. "walletType": {
  294. "type": "string",
  295. "description": "操作钱包类型",
  296. "enum": [
  297. "TOTAL",
  298. "USE",
  299. "FREEZE",
  300. "WITHDRAW",
  301. "WITHDRAW_TOTAL"
  302. ]
  303. }
  304. }
  305. },
  306. "PageFlowPageVO": {
  307. "type": "object",
  308. "properties": {
  309. "records": {
  310. "type": "array",
  311. "items": {
  312. "$ref": "#/components/schemas/FlowPageVO",
  313. "description": ""
  314. },
  315. "description": ""
  316. },
  317. "total": {
  318. "type": "integer",
  319. "description": "",
  320. "format": "int64"
  321. },
  322. "size": {
  323. "type": "integer",
  324. "description": "",
  325. "format": "int64"
  326. },
  327. "current": {
  328. "type": "integer",
  329. "description": "",
  330. "format": "int64"
  331. },
  332. "orders": {
  333. "type": "array",
  334. "items": {
  335. "$ref": "#/components/schemas/OrderItem",
  336. "description": "com.baomidou.mybatisplus.core.metadata.OrderItem"
  337. },
  338. "description": ""
  339. },
  340. "optimizeCountSql": {
  341. "type": "boolean",
  342. "description": ""
  343. },
  344. "searchCount": {
  345. "type": "boolean",
  346. "description": ""
  347. },
  348. "optimizeJoinOfCountSql": {
  349. "type": "boolean",
  350. "description": ""
  351. },
  352. "maxLimit": {
  353. "type": "integer",
  354. "description": "",
  355. "format": "int64"
  356. },
  357. "countId": {
  358. "type": "string",
  359. "description": ""
  360. }
  361. }
  362. },
  363. "RPageFlowPageVO": {
  364. "type": "object",
  365. "properties": {
  366. "code": {
  367. "type": "integer",
  368. "description": "返回标记:成功标记=0,失败标记=1"
  369. },
  370. "msg": {
  371. "type": "string",
  372. "description": "返回信息"
  373. },
  374. "data": {
  375. "$ref": "#/components/schemas/PageFlowPageVO",
  376. "description": "数据"
  377. }
  378. }
  379. },
  380. "OrderItem": {
  381. "type": "object",
  382. "properties": {
  383. "column": {
  384. "type": "string",
  385. "description": ""
  386. },
  387. "asc": {
  388. "type": "boolean",
  389. "description": ""
  390. }
  391. }
  392. }
  393. },
  394. "responses": {},
  395. "securitySchemes": {
  396. "bearer": {
  397. "type": "http",
  398. "scheme": "bearer"
  399. }
  400. }
  401. },
  402. "servers": [],
  403. "security": []
  404. }