11.1 文章
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user