init
This commit is contained in:
@@ -25,11 +25,11 @@ export function accountCashSuccess(id) {
|
||||
})
|
||||
}
|
||||
|
||||
export function accountCashFail(id) {
|
||||
export function accountCashFail(id,remark) {
|
||||
return request({
|
||||
url: '/cai/accountCash/fail',
|
||||
method: 'get',
|
||||
params: {id}
|
||||
params: {id,remark}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ export function addReport(data) {
|
||||
// 修改举报
|
||||
export function updateReport(data) {
|
||||
return request({
|
||||
url: '/cai/report',
|
||||
url: '/cai/report/audit/success',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user