shuishen
2021-08-13 720b394eb343264f54bb88d4d98f6729a34ae0c5
src/api/system/user.js
@@ -80,12 +80,12 @@
    })
}
export const getUserPractitionersInfo = (cardid) => {
export const getUserPractitionersInfo = (securityid) => {
    return request({
        url: '/api/experience/selectExperienceInfo',
        method: 'get',
        params: {
            cardid,
            securityid,
        }
    })
}