9.17提交

This commit is contained in:
zoujiandong
2025-09-17 09:24:02 +08:00
parent 7799c04883
commit 8883dded38
14 changed files with 152 additions and 62 deletions
+5 -1
View File
@@ -106,6 +106,9 @@ function getActivityStatus(){
return request('/caseplatformCase/activity','get',{},false)
}
function getMobileModel(data){
return request('/upload/mobileModel','post',data,false)
}
// function getCaseNum(){//获取项目病例总数
@@ -150,5 +153,6 @@ module.exports={
getBankInfo,
getfangxinSite,
ocrIdCard,
ocrImg
ocrImg,
getMobileModel
}