充值消费字段更改

This commit is contained in:
duan
2024-08-27 17:42:25 +08:00
parent a9ba6579fc
commit dfdfac7ca7
3 changed files with 43 additions and 21 deletions

View File

@@ -18,3 +18,11 @@ export function modfiyUserInfo(data) {
data,
});
}
// 校验安全密码
export function tbShopInfoPUT(data) {
return request({
url: "/api/tbShopInfo",
method: 'put',
data
})
}