[update 海外会议] 对接接口
This commit is contained in:
@@ -32,6 +32,8 @@ const getStandardNumberList = (params) => getAction('/meeting/standardsMeeting/g
|
||||
// 国际研讨会-WASIC-通过会议ID获取关联主题的信息
|
||||
const getLinkTopics = (params) => getAction('/meeting/internalMeeting/getLinkTopics', params)
|
||||
|
||||
// 通过id获取海外会议参会人详细信息
|
||||
const getSingUpUserInfoOverseas = (params) => getAction('/meeting/overseasSituation/queryById', params)
|
||||
|
||||
export {
|
||||
getUserInfo,
|
||||
@@ -46,5 +48,6 @@ export {
|
||||
addGenerateCodeList,
|
||||
editGenerateCodeList,
|
||||
getStandardNumberList,
|
||||
getLinkTopics
|
||||
getLinkTopics,
|
||||
getSingUpUserInfoOverseas
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user