问题修复

This commit is contained in:
2025-09-28 18:27:27 +08:00
parent 4245c2be0d
commit 45cd040e1a
7 changed files with 105 additions and 7 deletions

View File

@@ -17,3 +17,10 @@ export const list = (data) => {
data: data
})
}
export const shopList = (data) => {
return request({
url: prveUrl + '/user/recharge/config/shopList',
method: 'get',
data: data
})
}