fix: 修正退款查询接口路径大小写问题
This commit is contained in:
parent
fec4276cc8
commit
6739361d18
@ -36,7 +36,7 @@ Page({
|
|||||||
title: '查询中...'
|
title: '查询中...'
|
||||||
})
|
})
|
||||||
|
|
||||||
t.request('/v2/miniprogram/Refund/query', { mobile }, !0).then((res) => {
|
t.request('/v2/miniprogram/refund/query', { mobile }, !0).then((res) => {
|
||||||
wx.hideLoading()
|
wx.hideLoading()
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.setData({
|
this.setData({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user