zuozhengqing
2023-11-06 2fb4239e828bcfa9711ce4cecc4b942767621d62
src/api/common/payment.js
@@ -120,7 +120,7 @@
// 获取支付方式列表
export const getPaymentTypeList = async (data) => {
  return await request({
    url: "/api/paymentType/list",
    url: "/api/refundType/list",
    method: "get",
    params: data
  })