pay.ts 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. export default {
  2. /** 按日查询毛利估算(元) */
  3. profit_day: {
  4. realUrl: '/pay/data/profit_day',
  5. reqType: {} as 优惠运营分析查询参数实体类,
  6. resType: {} as Array<长城毛利返回的实体类日统计>,
  7. },
  8. /** 按月查询毛利估算(元) */
  9. profit_month: {
  10. realUrl: '/pay/data/profit_month',
  11. reqType: {} as 优惠运营分析查询参数实体类,
  12. resType: {} as Array<长城毛利返回的实体类日统计>,
  13. },
  14. /** 按日查询优惠金额(元) */
  15. rebate_amount_day: {
  16. realUrl: '/pay/data/rebate_amount_day',
  17. reqType: {} as 优惠运营分析查询参数实体类,
  18. resType: {} as Array<优惠金额_元_返回的实体类日统计>,
  19. },
  20. /** 按月查询优惠金额(元) */
  21. rebate_amount_month: {
  22. realUrl: '/pay/data/rebate_amount_month',
  23. reqType: {} as 优惠运营分析查询参数实体类,
  24. resType: {} as Array<优惠金额_元_返回的实体类月统计>,
  25. },
  26. /** 按日查询优惠平均差价(元/公斤) */
  27. rebate_price_day: {
  28. realUrl: '/pay/data/rebate_price_day',
  29. reqType: {} as 优惠运营分析查询参数实体类,
  30. resType: {} as Array<优惠平均差价返回的实体类月统计日统计>,
  31. },
  32. /** 按月查询优惠平均差价(元/公斤) */
  33. rebate_price_month: {
  34. realUrl: '/pay/data/rebate_price_month',
  35. reqType: {} as 优惠运营分析查询参数实体类,
  36. resType: {} as Array<优惠平均差价返回的实体类月统计日统计>,
  37. },
  38. /** 按日查询销量优惠分布(公斤) */
  39. rebate_qty_day: {
  40. realUrl: '/pay/data/rebate_qty_day',
  41. reqType: {} as 优惠运营分析查询参数实体类,
  42. resType: {} as Array<销量优惠分布返回的实体类日统计>,
  43. },
  44. /** 按月查询销量优惠分布(公斤) */
  45. rebate_qty_month: {
  46. realUrl: '/pay/data/rebate_qty_month',
  47. reqType: {} as 优惠运营分析查询参数实体类,
  48. resType: {} as Array<销量优惠分布返回的实体类日统计>,
  49. },
  50. /** 创建加气订单 */
  51. add: {
  52. realUrl: '/pay/gas_order/add',
  53. reqType: {} as GasOrder对象,
  54. resType: {} as any,
  55. },
  56. /** 创建加气订单 */
  57. add_v2: {
  58. realUrl: '/pay/gas_order/add_v2',
  59. reqType: {} as GasOrder对象,
  60. resType: {} as any,
  61. },
  62. /** 取消订单for收银员 */
  63. cancel_forcashier: {
  64. realUrl: '/pay/gas_order/cancel_forcashier',
  65. reqType: {} as GasOrder对象,
  66. resType: {} as any,
  67. },
  68. /** 物流客户订单查询接口,带时间 */
  69. list_withtime: {
  70. realUrl: '/pay/gas_order/carrier/list_withtime',
  71. reqType: {} as IPageParams<GasOrderListParam>,
  72. resType: {} as any,
  73. },
  74. /** 物流公司专享优惠订单查询接口,带时间 */
  75. list_withtime_1: {
  76. realUrl: '/pay/gas_order/carrier_rebate/list_withtime',
  77. reqType: {} as IPageParams<GasOrderListParam>,
  78. resType: {} as any,
  79. },
  80. /** 查询指定司机是否有待支付的订单 */
  81. driver_order_check: {
  82. realUrl: '/pay/gas_order/driver_order_check',
  83. reqType: {} as 通用id参数,
  84. resType: {} as boolean,
  85. },
  86. /** 导出订单列表 */
  87. export: {
  88. realUrl: '/pay/gas_order/export',
  89. reqType: {} as ExcelExportParam,
  90. },
  91. /** 查找gas_order */
  92. find: {
  93. realUrl: '/pay/gas_order/find',
  94. resType: {} as any,
  95. },
  96. /** 统计日物流公司订单数 */
  97. find_carrier_order_total: {
  98. realUrl: '/pay/gas_order/find_carrier_order_total',
  99. reqType: {} as SumOrgOrderNumParam,
  100. resType: {} as any,
  101. },
  102. /** 查询加气站待支付订单数量,今日的 */
  103. find_gasstation_nopayorder_number: {
  104. realUrl: '/pay/gas_order/find_gasstation_nopayorder_number',
  105. reqType: {} as GasstationIdParam,
  106. resType: {} as any,
  107. },
  108. /** 统计日加气站订单数 */
  109. find_gasstation_order_total: {
  110. realUrl: '/pay/gas_order/find_gasstation_order_total',
  111. reqType: {} as SumOrgOrderNumParam,
  112. resType: {} as any,
  113. },
  114. /** 查找最新的一条订单for司机 */
  115. find_latest: {
  116. realUrl: '/pay/gas_order/find_latest',
  117. reqType: {} as FindLatestParam,
  118. resType: {} as any,
  119. },
  120. /** 待支付订单详情for司机 */
  121. find_nopayfordriver: {
  122. realUrl: '/pay/gas_order/find_nopayfordriver',
  123. reqType: {} as Record<any, any>,
  124. resType: {} as any,
  125. },
  126. /** 待支付订单详情for司机 */
  127. find_unpayfordriver: {
  128. realUrl: '/pay/gas_order/find_unpayfordriver',
  129. resType: {} as GasOrder对象,
  130. },
  131. /** 根据司机id查询当前司机是否首次下单支付完成 */
  132. first_finished_order_check: {
  133. realUrl: '/pay/gas_order/first_finished_order_check',
  134. reqType: {} as 通用id参数,
  135. resType: {} as boolean,
  136. },
  137. /** 加气站订单查询接口,带时间 */
  138. list_withtime_2: {
  139. realUrl: '/pay/gas_order/gas/list_withtime',
  140. reqType: {} as IPageParams<GasOrderListParam>,
  141. resType: {} as any,
  142. },
  143. /** 查询加气站日订单数 */
  144. get_gasstation_order_total: {
  145. realUrl: '/pay/gas_order/get_gasstation_order_total',
  146. reqType: {} as SumGasstationOrderNumParam,
  147. resType: {} as any,
  148. },
  149. /** 查询订单列表 */
  150. get_order_list: {
  151. realUrl: '/pay/gas_order/get_order_list',
  152. reqType: {} as IPageParams<GasOrderListParam>,
  153. resType: {} as GasOrderRes,
  154. },
  155. /** 查询订单优惠列表 */
  156. get_order_rebates: {
  157. realUrl: '/pay/gas_order/get_order_rebates',
  158. reqType: {} as 通用id参数,
  159. resType: {} as Array<GasOrderRebate对象>,
  160. },
  161. /** 查询订单 */
  162. get_orders: {
  163. realUrl: '/pay/gas_order/get_orders',
  164. reqType: {} as IPageParams<订单查询参数实体类>,
  165. resType: {} as any,
  166. },
  167. /** 获取gas_order列表 */
  168. list: {
  169. realUrl: '/pay/gas_order/list',
  170. reqType: {} as IPageParams<GasOrder对象>,
  171. resType: {} as any,
  172. },
  173. /** 收银员管理端-查询加气订单 */
  174. list_for_gasstation: {
  175. realUrl: '/pay/gas_order/list_for_gasstation',
  176. reqType: {} as IPageParams<GasOrderListParam>,
  177. resType: {} as any,
  178. },
  179. /** 通用订单查询接口,带时间 */
  180. list_withtime_3: {
  181. realUrl: '/pay/gas_order/list_withtime',
  182. reqType: {} as IPageParams<GasOrderListParam>,
  183. resType: {} as any,
  184. },
  185. /** 查询指定车辆是否有待支付的订单 */
  186. truck_order_check: {
  187. realUrl: '/pay/gas_order/truck_order_check',
  188. reqType: {} as 通用id参数,
  189. resType: {} as boolean,
  190. },
  191. /** 修改gas_order */
  192. update: {
  193. realUrl: '/pay/gas_order/update',
  194. reqType: {} as GasOrder对象,
  195. resType: {} as any,
  196. },
  197. /** 司机创建气瓶检测预约订单 */
  198. add_1: {
  199. realUrl: '/pay/gct_order/add',
  200. reqType: {} as 气瓶检测订单查询参数,
  201. resType: {} as GctOrder对象,
  202. },
  203. /** 根据id取消气瓶检测订单 */
  204. cancel: {
  205. realUrl: '/pay/gct_order/cancel',
  206. reqType: {} as GctOrder对象,
  207. resType: {} as boolean,
  208. },
  209. /** 根据id查询气瓶检测订单详情 */
  210. get_by_id: {
  211. realUrl: '/pay/gct_order/get_by_id',
  212. reqType: {} as 通用id参数,
  213. resType: {} as GctOrder对象,
  214. },
  215. /** getDriverOrders */
  216. get_driver_appointed_order: {
  217. realUrl: '/pay/gct_order/get_driver_appointed_order',
  218. reqType: {} as 司机预约检测订单查询参数,
  219. resType: {} as Array<GctOrder对象>,
  220. },
  221. /** 运营管理后台气瓶检测订单分页查询 */
  222. page_list: {
  223. realUrl: '/pay/gct_order/page_list',
  224. reqType: {} as IPageParams<气瓶检测订单查询参数>,
  225. resType: {} as IPage<GctOrder对象>,
  226. },
  227. /** 分页查询司机自己的气瓶检测订单 */
  228. page_list_for_driver: {
  229. realUrl: '/pay/gct_order/page_list_for_driver',
  230. reqType: {} as IPageParams<气瓶检测订单查询参数>,
  231. resType: {} as IPage<GctOrder对象>,
  232. },
  233. /** 加气站的气瓶检测订单分页查询 */
  234. page_list_for_gasstation: {
  235. realUrl: '/pay/gct_order/page_list_for_gasstation',
  236. reqType: {} as IPageParams<气瓶检测订单查询参数>,
  237. resType: {} as IPage<GctOrder对象>,
  238. },
  239. /** 加气站确认返还资料 */
  240. confirm_returned: {
  241. realUrl: '/pay/gct_order_attach/confirm_returned',
  242. reqType: {} as 气瓶检测订单附件信息,
  243. resType: {} as boolean,
  244. },
  245. /** 加气站确认签收资料 */
  246. confirm_signed: {
  247. realUrl: '/pay/gct_order_attach/confirm_signed',
  248. reqType: {} as 气瓶检测订单附件信息,
  249. resType: {} as boolean,
  250. },
  251. /** 根据订单id查询订单所有的资料 */
  252. list_1: {
  253. realUrl: '/pay/gct_order_attach/list',
  254. reqType: {} as 通用id参数,
  255. resType: {} as Array<GctOrderAttach对象>,
  256. },
  257. /** 请求绑定银行卡 */
  258. bind_bankCard: {
  259. realUrl: '/pay/member/bind_bankCard',
  260. reqType: {} as BindCardParam,
  261. resType: {} as any,
  262. },
  263. /** 绑定手机 */
  264. bind_phone: {
  265. realUrl: '/pay/member/bind_phone',
  266. reqType: {} as BindPhoneParam,
  267. resType: {} as any,
  268. },
  269. /** childFillerAutoAuth */
  270. child_filler_auto_auth: {
  271. realUrl: '/pay/member/child_filler_auto_auth',
  272. reqType: {} as Org,
  273. resType: {} as boolean,
  274. },
  275. /** getBankCardBin */
  276. get_bankCardBin: {
  277. realUrl: '/pay/member/get_bankCardBin',
  278. reqType: {} as GetBankCardBinParam,
  279. resType: {} as any,
  280. },
  281. /** getMemberInfo */
  282. get_memberInfo: {
  283. realUrl: '/pay/member/get_memberInfo',
  284. reqType: {} as GetMemberInfoParam,
  285. resType: {} as any,
  286. },
  287. /** 获取企业认证相关状态 */
  288. get_org_auth_info: {
  289. realUrl: '/pay/member/get_org_auth_info',
  290. resType: {} as any,
  291. },
  292. /** idcard */
  293. idcard: {
  294. realUrl: '/pay/member/idcard',
  295. reqType: {} as 身份证二要素认证参数,
  296. resType: {} as boolean,
  297. },
  298. /** 渠道开户 */
  299. open_account: {
  300. realUrl: '/pay/member/open_account',
  301. reqType: {} as OpenAccountParam,
  302. resType: {} as any,
  303. },
  304. /** 查询绑定银行卡状态 */
  305. query_bankCard: {
  306. realUrl: '/pay/member/query_bankCard',
  307. reqType: {} as QueryBankCardParam,
  308. resType: {} as any,
  309. },
  310. /** 提现协议查询 */
  311. query_withdraw_protocol: {
  312. realUrl: '/pay/member/query_withdraw_protocol',
  313. reqType: {} as QuerySignContractParam,
  314. resType: {} as any,
  315. },
  316. /** 发送验证码 */
  317. send_sms_code: {
  318. realUrl: '/pay/member/send_sms_code',
  319. reqType: {} as SendVerificationCodeParam,
  320. resType: {} as any,
  321. },
  322. /** 转账授权 */
  323. sign_balance_protocol: {
  324. realUrl: '/pay/member/sign_balance_protocol',
  325. reqType: {} as SignBalanceProtocolParam,
  326. resType: {} as any,
  327. },
  328. /** 提现授权 */
  329. sign_withdraw_protocol: {
  330. realUrl: '/pay/member/sign_withdraw_protocol',
  331. reqType: {} as SignContractProtocolParam,
  332. resType: {} as any,
  333. },
  334. /** 解除绑定银行卡 */
  335. unbind_bankCard: {
  336. realUrl: '/pay/member/unbind_bankCard',
  337. reqType: {} as UnbindBankCardParam,
  338. resType: {} as any,
  339. },
  340. /** 解除绑定手机 */
  341. unbind_phone: {
  342. realUrl: '/pay/member/unbind_phone',
  343. reqType: {} as UnBindPhoneParam,
  344. resType: {} as any,
  345. },
  346. /** 上传企业营业执照、身份证图片到通联 */
  347. upload_org_pic: {
  348. realUrl: '/pay/member/upload_org_pic',
  349. reqType: {} as IdcardCollectParam,
  350. resType: {} as any,
  351. },
  352. /** idcardAuth */
  353. idcard_auth: {
  354. realUrl: '/pay/member/vehicle_owner/idcard_auth',
  355. reqType: {} as 身份证二要素认证参数,
  356. resType: {} as boolean,
  357. },
  358. /** 物流公司B2B充值 */
  359. deposit_apply: {
  360. realUrl: '/pay/pay/deposit_apply',
  361. reqType: {} as B2BDepositParam,
  362. resType: {} as any,
  363. },
  364. /** 物流公司B2B充值,弹出银联页面 */
  365. deposit_apply_confirm: {
  366. realUrl: '/pay/pay/deposit_apply_confirm',
  367. reqType: {} as B2BDepositConfirmParam,
  368. resType: {} as any,
  369. },
  370. /** 气瓶检测微信支付 */
  371. gct_wxpay: {
  372. realUrl: '/pay/pay/gct_wxpay',
  373. reqType: {} as 气瓶检测订单微信支付参数,
  374. resType: {} as any,
  375. },
  376. /** 长城奥扬代物流公司B2B充值(直销) */
  377. gway_deposit_apply: {
  378. realUrl: '/pay/pay/gway_deposit_apply',
  379. reqType: {} as B2BDepositParam,
  380. resType: {} as any,
  381. },
  382. /** 长城奥扬发起向物流公司B2B充值(直销) */
  383. gway_deposit_start: {
  384. realUrl: '/pay/pay/gway_deposit_start',
  385. reqType: {} as B2BDepositParam,
  386. resType: {} as any,
  387. },
  388. /** 小程序支付 */
  389. minapay: {
  390. realUrl: '/pay/pay/minapay',
  391. reqType: {} as WxpayParam,
  392. resType: {} as any,
  393. },
  394. /** 订单支付 */
  395. order_pay: {
  396. realUrl: '/pay/pay/order_pay',
  397. reqType: {} as OrderPayParam,
  398. resType: {} as any,
  399. },
  400. /** 查询账户收支明细 */
  401. query_bankIn_expDetail: {
  402. realUrl: '/pay/pay/query_bankIn_expDetail',
  403. reqType: {} as QueryBankInExpDetailParam,
  404. resType: {} as any,
  405. },
  406. /** 查询账户资金流水分页列表 */
  407. query_cash_flow: {
  408. realUrl: '/pay/pay/query_cash_flow',
  409. reqType: {} as IPageParams<QueryCashFlowParam>,
  410. resType: {} as any,
  411. },
  412. /** 挂靠车消费 */
  413. rely_consume: {
  414. realUrl: '/pay/pay/rely_consume',
  415. reqType: {} as SelfConsumeParam,
  416. resType: {} as any,
  417. },
  418. /** 自营车消费 */
  419. self_consume: {
  420. realUrl: '/pay/pay/self_consume',
  421. reqType: {} as SelfConsumeParam,
  422. resType: {} as any,
  423. },
  424. /** 提现申请 */
  425. withdraw_apply: {
  426. realUrl: '/pay/pay/withdraw_apply',
  427. reqType: {} as WithdrawParam,
  428. resType: {} as any,
  429. },
  430. /** 微信支付 */
  431. wxpay: {
  432. realUrl: '/pay/pay/wxpay',
  433. reqType: {} as WxpayParam,
  434. resType: {} as any,
  435. },
  436. /** 根据渠道id获取渠道信息 */
  437. find_1: {
  438. realUrl: '/pay/pay_channel/find',
  439. reqType: {} as PayChannel对象,
  440. resType: {} as any,
  441. },
  442. /** 新增充值订单(物流商充值) */
  443. add_2: {
  444. realUrl: '/pay/recharge_order/add',
  445. reqType: {} as RechargeOrder对象,
  446. resType: {} as any,
  447. },
  448. /** 查找recharge_order */
  449. find_2: {
  450. realUrl: '/pay/recharge_order/find',
  451. resType: {} as any,
  452. },
  453. /** 根据车牌号查询该车辆的充值流水 */
  454. find_by_car_number: {
  455. realUrl: '/pay/recharge_order/find_by_car_number',
  456. reqType: {} as IPageParams<RechargeOrderParam>,
  457. resType: {} as any,
  458. },
  459. /** 获取recharge_order列表 */
  460. list_2: {
  461. realUrl: '/pay/recharge_order/list',
  462. reqType: {} as IPageParams<RechargeOrderParam>,
  463. resType: {} as any,
  464. },
  465. /** 根据日期获取recharge_order列表 */
  466. list_withtime_4: {
  467. realUrl: '/pay/recharge_order/list_withtime',
  468. reqType: {} as IPageParams<RechargeOrderParam>,
  469. resType: {} as any,
  470. },
  471. /** 添加register_log */
  472. add_3: {
  473. realUrl: '/pay/register_log/add',
  474. reqType: {} as RegisterLog对象,
  475. resType: {} as any,
  476. },
  477. /** 最新一条-异步回调审核结果 */
  478. find_failReason: {
  479. realUrl: '/pay/register_log/find_failReason',
  480. reqType: {} as RegisterLog对象,
  481. resType: {} as any,
  482. },
  483. /** 最新一条-异步回调返回信息日志详情 */
  484. find_latest_1: {
  485. realUrl: '/pay/register_log/find_latest',
  486. reqType: {} as RegisterLog对象,
  487. resType: {} as any,
  488. },
  489. /** 获取register_log列表 */
  490. list_3: {
  491. realUrl: '/pay/register_log/list',
  492. reqType: {} as IPageParams<RegisterLog对象>,
  493. resType: {} as any,
  494. },
  495. /** 修改register_log */
  496. update_1: {
  497. realUrl: '/pay/register_log/update',
  498. reqType: {} as RegisterLog对象,
  499. resType: {} as any,
  500. },
  501. /** 创建加气订单 */
  502. add_gasorder: {
  503. realUrl: '/pay/third_party/add_gasorder',
  504. reqType: {} as TpGasOrderParam,
  505. resType: {} as any,
  506. },
  507. /** 取消订单 */
  508. cancel_gasorder: {
  509. realUrl: '/pay/third_party/cancel_gasorder',
  510. reqType: {} as TpGasOrderParam,
  511. resType: {} as any,
  512. },
  513. /** 加气订单消费接口 */
  514. consume: {
  515. realUrl: '/pay/third_party/consume',
  516. reqType: {} as TpGasOrderParam,
  517. resType: {} as any,
  518. },
  519. /** 物流司机信息分页查询接口 */
  520. page_driver: {
  521. realUrl: '/pay/third_party/page_driver',
  522. reqType: {} as IPageParams<成丰对接_站全量查询参数>,
  523. resType: {} as any,
  524. },
  525. /** 物流订单信息分页查询接口 */
  526. page_gasorder: {
  527. realUrl: '/pay/third_party/page_gasorder',
  528. reqType: {} as IPageParams<成丰对接_站全量查询参数>,
  529. resType: {} as any,
  530. },
  531. /** 查找gas_order */
  532. qry_gasorder: {
  533. realUrl: '/pay/third_party/qry_gasorder',
  534. reqType: {} as TpGasOrderParam,
  535. resType: {} as 外部对接加气订单VO,
  536. },
  537. /** 提现审核,通过:status=1,驳回:status=5 */
  538. check: {
  539. realUrl: '/pay/withdraw_check_log/check',
  540. reqType: {} as WithdrawCheckLog对象,
  541. resType: {} as any,
  542. },
  543. /** 通过withdraw_order_id,查询最新的审核记录 */
  544. find_3: {
  545. realUrl: '/pay/withdraw_check_log/find',
  546. reqType: {} as WithdrawCheckLog对象,
  547. resType: {} as any,
  548. },
  549. /** 查询审核记录日志 */
  550. list_4: {
  551. realUrl: '/pay/withdraw_check_log/list',
  552. reqType: {} as IPageParams<WithdrawCheckLog对象>,
  553. resType: {} as any,
  554. },
  555. /** 添加 */
  556. add_4: {
  557. realUrl: '/pay/withdraw_config/add',
  558. reqType: {} as WithdrawConfig对象,
  559. resType: {} as any,
  560. },
  561. /** 批量添加 */
  562. batch_add: {
  563. realUrl: '/pay/withdraw_config/batch_add',
  564. resType: {} as any,
  565. },
  566. /** 根据组织名称+限制状态,获取withdraw_config列表 */
  567. list_by_param: {
  568. realUrl: '/pay/withdraw_config/list_by_param',
  569. reqType: {} as IPageParams<WithdrawConfig对象>,
  570. resType: {} as any,
  571. },
  572. /** 修改限制状态 */
  573. update_limitstatus: {
  574. realUrl: '/pay/withdraw_config/update_limitstatus',
  575. reqType: {} as WithdrawConfig对象,
  576. resType: {} as any,
  577. },
  578. /** 添加withdraw_order */
  579. add_5: {
  580. realUrl: '/pay/withdraw_order/add',
  581. reqType: {} as WithdrawOrder对象,
  582. resType: {} as any,
  583. },
  584. /** 获取待审核列表,status=0 */
  585. check_list: {
  586. realUrl: '/pay/withdraw_order/check_list',
  587. reqType: {} as IPageParams<WithdrawOrder对象>,
  588. resType: {} as any,
  589. },
  590. /** 提现电子回单下载 */
  591. eleReceiptDownload: {
  592. realUrl: '/pay/withdraw_order/eleReceiptDownload',
  593. reqType: {} as WithdrawOrder对象,
  594. resType: {} as any,
  595. },
  596. /** 根据订单号查询订单 */
  597. find_4: {
  598. realUrl: '/pay/withdraw_order/find',
  599. reqType: {} as WithdrawOrder对象,
  600. resType: {} as any,
  601. },
  602. /** 获取机构提现总金额 */
  603. find_total_amount: {
  604. realUrl: '/pay/withdraw_order/find_total_amount',
  605. reqType: {} as WithdrawOrderParam,
  606. resType: {} as any,
  607. },
  608. /** 获取提现列表 */
  609. list_5: {
  610. realUrl: '/pay/withdraw_order/list',
  611. reqType: {} as IPageParams<WithdrawOrderListParam>,
  612. resType: {} as any,
  613. },
  614. /** 修改withdraw_order */
  615. update_2: {
  616. realUrl: '/pay/withdraw_order/update',
  617. reqType: {} as WithdrawOrder对象,
  618. resType: {} as any,
  619. },
  620. /** 添加withdraw_order_log */
  621. add_6: {
  622. realUrl: '/pay/withdraw_order_log/add',
  623. reqType: {} as WithdrawOrderLog对象,
  624. resType: {} as any,
  625. },
  626. /** 根据提现订单id查询订单日志 */
  627. get: {
  628. realUrl: '/pay/withdraw_order_log/get',
  629. reqType: {} as WithdrawOrderLogParam,
  630. resType: {} as any,
  631. },
  632. /** 获取withdraw_order_log列表 */
  633. list_6: {
  634. realUrl: '/pay/withdraw_order_log/list',
  635. reqType: {} as IPageParams<WithdrawOrderLog对象>,
  636. resType: {} as any,
  637. },
  638. /** 修改withdraw_order_log */
  639. update_3: {
  640. realUrl: '/pay/withdraw_order_log/update',
  641. reqType: {} as WithdrawOrderLog对象,
  642. resType: {} as any,
  643. },
  644. /** 添加 */
  645. add_7: {
  646. realUrl: '/pay/withdraw_quota_config/add',
  647. reqType: {} as WithdrawQuotaConfig对象,
  648. resType: {} as any,
  649. },
  650. /** 根据ID查找余额限定 */
  651. find_5: {
  652. realUrl: '/pay/withdraw_quota_config/find',
  653. reqType: {} as WithdrawQuotaConfig对象,
  654. resType: {} as any,
  655. },
  656. /** 根据账户类型查询余额限定 */
  657. find_by_orgType: {
  658. realUrl: '/pay/withdraw_quota_config/find_by_orgType',
  659. reqType: {} as WithdrawQuotaConfig对象,
  660. resType: {} as any,
  661. },
  662. /** 获取账户余额限定列表 */
  663. list_7: {
  664. realUrl: '/pay/withdraw_quota_config/list',
  665. reqType: {} as IPageParams<WithdrawQuotaConfig对象>,
  666. resType: {} as any,
  667. },
  668. /** 修改账户余额限定 */
  669. update_4: {
  670. realUrl: '/pay/withdraw_quota_config/update',
  671. reqType: {} as 修改提现账户余额限定参数,
  672. resType: {} as any,
  673. },
  674. /** 根据账户类型获取账户余额限定修改记录列表 */
  675. list_by_orgType: {
  676. realUrl: '/pay/withdraw_quota_log/list_by_orgType',
  677. reqType: {} as IPageParams<WithdrawQuotaLog对象>,
  678. resType: {} as any,
  679. },
  680. /** 获取微信AccessToken */
  681. access_token: {
  682. realUrl: '/pay/wx/access_token',
  683. resType: {} as string,
  684. },
  685. /** 获取微信openid */
  686. get_open_id: {
  687. realUrl: '/pay/wx/get_open_id',
  688. reqType: {} as WxpayParam,
  689. resType: {} as string,
  690. },
  691. /** 获取jsapi签名 */
  692. js_sign: {
  693. realUrl: '/pay/wx/js_sign',
  694. reqType: {} as JsSignParam,
  695. resType: {} as any,
  696. },
  697. /** 获取微信小程序用户信息 */
  698. mini_user_info: {
  699. realUrl: '/pay/wx/mini_user_info',
  700. reqType: {} as WxpayParam,
  701. resType: {} as User对象,
  702. },
  703. /** 获取并更新微信openid */
  704. open_id: {
  705. realUrl: '/pay/wx/open_id',
  706. reqType: {} as WxpayParam,
  707. resType: {} as string,
  708. },
  709. /** 获取微信用户信息 */
  710. user_info: {
  711. realUrl: '/pay/wx/user_info',
  712. reqType: {} as WxpayParam,
  713. resType: {} as User对象,
  714. },
  715. }