update 后管sim卡管理页面新增刷新功能

This commit is contained in:
Lemon
2024-11-04 14:41:59 +08:00
parent 002b751337
commit ecb62f73e5
6 changed files with 68 additions and 15 deletions

View File

@@ -59,3 +59,10 @@ export function simRenew(data) {
data: data
})
}
export function getSimCardNewInfoByIccId(iccId) {
return request({
url: '/pile/sim/getSimCardNewInfoByIccId/' + iccId,
method: 'get'
})
}