fix: 修正退款查询接口路径大小写问题

This commit is contained in:
XiaoMo 2025-06-27 19:01:05 +08:00
parent fec4276cc8
commit 6739361d18

View File

@ -36,7 +36,7 @@ Page({
title: '查询中...'
})
t.request('/v2/miniprogram/Refund/query', { mobile }, !0).then((res) => {
t.request('/v2/miniprogram/refund/query', { mobile }, !0).then((res) => {
wx.hideLoading()
if (res.code == 200) {
this.setData({