爱简收旧衣按件回收前端代码仓库
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.

118 lines
2.6 KiB

  1. "use strict";
  2. const api = {
  3. // 充值
  4. recharge: {
  5. url: "/info_common/withdraw",
  6. method: "GET",
  7. auth: true,
  8. limit: 1e3,
  9. showLoading: true
  10. },
  11. // 提现
  12. withdraw: {
  13. url: "/info_common/withdraw",
  14. method: "GET",
  15. auth: true,
  16. limit: 1e3,
  17. showLoading: true
  18. },
  19. // 获取地址列表带分页
  20. getAddressPageList: {
  21. url: "/info_common/getAddressPageList",
  22. method: "GET",
  23. auth: true
  24. },
  25. // 增加或修改地址信息
  26. addOrUpdateAddress: {
  27. url: "/info_common/addOrUpdateAddress",
  28. method: "POST",
  29. limit: 500,
  30. auth: true,
  31. showLoading: true
  32. },
  33. // 删除地址
  34. deleteAddress: {
  35. url: "/info_common/deleteAddress",
  36. method: "GET",
  37. limit: 500,
  38. auth: true,
  39. showLoading: true
  40. },
  41. // 修改默认地址
  42. updateDefaultAddress: {
  43. url: "/info_common/updateDefaultAddress",
  44. method: "GET",
  45. auth: true,
  46. limit: 1e3
  47. },
  48. // 获取粉丝列表带分页
  49. getFansPageList: {
  50. url: "/info_common/getFansPageList",
  51. method: "GET",
  52. auth: true
  53. },
  54. // 获取相关介绍
  55. getInfoIntroduce: {
  56. url: "/info_common/getInfoIntroduce",
  57. method: "GET",
  58. auth: true
  59. },
  60. // 获取个人邀请码
  61. getInviteCode: {
  62. url: "/info_common/getInviteCode",
  63. method: "GET",
  64. auth: true
  65. },
  66. // 获取订单列表带分页
  67. getOrderPageList: {
  68. url: "/info_common/getOrderPageList",
  69. method: "GET",
  70. auth: true
  71. },
  72. // 获取订单详情
  73. getOrderDetail: {
  74. url: "/info_common/getOrderDetail",
  75. method: "GET",
  76. auth: true
  77. },
  78. // 获取流水记录带分页
  79. getWaterPageList: {
  80. url: "/info_common/getWaterPageList",
  81. method: "GET",
  82. auth: true
  83. },
  84. // 获取相关介绍
  85. getInfoIntroduce: {
  86. url: "/info_common/getInfoIntroduce",
  87. method: "GET"
  88. },
  89. // 获取相关介绍详情
  90. getInfoIntroduceDetail: {
  91. url: "/info_common/getRiceNewsDetail",
  92. method: "GET"
  93. },
  94. // 查询个人信息相关
  95. getRiceInfo: {
  96. url: "/info_common/getRiceInfo",
  97. method: "GET",
  98. limit: 500
  99. },
  100. // 获取购物车信息列表带分页
  101. getCartPageList: {
  102. url: "/info_common/getCartPageList",
  103. method: "GET"
  104. },
  105. // 领取新人优惠券
  106. getRiceCoupon: {
  107. url: "/info_common/getRiceCoupon",
  108. method: "GET",
  109. limit: 500,
  110. auth: true
  111. }
  112. };
  113. const __vite_glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
  114. __proto__: null,
  115. default: api
  116. }, Symbol.toStringTag, { value: "Module" }));
  117. exports.__vite_glob_0_2 = __vite_glob_0_2;
  118. //# sourceMappingURL=../../../.sourcemap/mp-weixin/api/model/info.js.map