11.1 文章

This commit is contained in:
zoujiandong
2024-11-01 18:02:19 +08:00
parent 60c5b527ed
commit 3515505ffb
23 changed files with 628 additions and 89 deletions
+11
View File
@@ -40,6 +40,14 @@ function popup(data){
function agreement(id){
return request('/basic/agreement/'+id,'GET',{},true)
}
function kepuList(data){
return request('/patient/article/science','GET',data,true)
}
function AllKepuList(data){
return request('/patient/article/science/list','GET',data,true)
}
module.exports={
serviceChatMsg,
@@ -51,8 +59,11 @@ module.exports={
nation,
job,
chatMsg,
hotSickList,
hotSearch,
popup,
kepuList,
AllKepuList,
agreement
}