修改页面

This commit is contained in:
admin-lmm
2023-07-06 17:53:11 +08:00
parent 35efeb8993
commit feb66a5a60
2 changed files with 398 additions and 218 deletions

View File

@@ -56,3 +56,11 @@ export function createSettleAccount(data) {
data: data
})
}
// 修改信息
export function updateAdapayMember(data) {
return request({
url: '/adapay/member/updateAdapayMember',
method: 'post',
data: data
})
}