project:强制覆盖代码,更新.gitignore文件内容

This commit is contained in:
2025-09-16 17:23:51 +08:00
parent ab9a7279f5
commit 5ad77a857c
97 changed files with 2295 additions and 1751 deletions
+1 -1
View File
@@ -20,7 +20,6 @@ export const getMyIndexInfo = (data) => {
// 添加押金提现API
export const withdrawDeposit = (orderNo) => {
console.log('调用提现API,订单号:', orderNo)
return request({
url: `/app/withdraw/add/${orderNo}`,
method: 'get',
@@ -131,6 +130,7 @@ export const confirmPaymentAndRent = (orderId) => {
//投诉反馈
export const addUserFeedback = (data) => {
console.log(data);
return request({
url: '/app/feedback/add',
method: 'post',