| | |
| | | url: "/person/fuzzySearch", |
| | | method: "post", |
| | | params: { |
| | | keyword: requestData?.keyword |
| | | keyword: requestData?.keyword, |
| | | personId: requestData?.personId, |
| | | } |
| | | }); |
| | | }; |
| | |
| | | "&pageSize=" + |
| | | requestData?.pageSize + |
| | | "&keyword=" + |
| | | requestData?.keyword + |
| | | "&dynasty=" + |
| | | requestData?.dynasty, |
| | | method: "post" |
| | | }); |
| | | }; |
| | | // 中国地域地谱检索人物 |
| | | export const getPreCount = (requestData) => { |
| | | return req1({ |
| | | url: |
| | | "/person/retrieval/preCount?keyword=" + |
| | | requestData?.keyword + |
| | | "&dynasty=" + |
| | | requestData?.dynasty, |
| | |
| | | }; |
| | | // -------------------------P |
| | | |
| | | // 朝代 |
| | | // 时期 |
| | | export const getDynastyAll = () => { |
| | | return req1({ |
| | | url: "/dynasty/list", |
| | |
| | | export const getDynasty = () => { |
| | | return req1({ |
| | | url: "/dynasty/listAll", |
| | | method: "post" |
| | | }); |
| | | }; |
| | | export const getDynastyData = () => { |
| | | return req1({ |
| | | url: "/person/retrieval/dynasty", |
| | | method: "post" |
| | | }); |
| | | }; |
| | |
| | | method: "post" |
| | | }); |
| | | }; |
| | | |
| | | export const schoolAtlas = (id) => { |
| | | return req1({ |
| | | url: "/person/schoolAtlas?schoolId=" + id, |
| | | method: "post" |
| | | }); |
| | | }; |
| | | |
| | | |
| | | |
| | | export const searchSchoolPerson = (data) => { |
| | | return req1({ |
| | |
| | | |
| | | // ----------- |
| | | |
| | | // 中国医学人物知识库 |
| | | // 中国历代医学人物知识库 |
| | | // 数据统计 |
| | | export const getPDataStatistics = () => { |
| | | return req1({ |
| | |
| | | }); |
| | | }; |
| | | |
| | | export const getInstitutionList = () => { |
| | | return req1({ |
| | | url: "/medical/institutionList", |
| | | method: "post" |
| | | }); |
| | | }; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |