shuishen
2021-08-13 d296cf352c682802ff261994416d4cb0e1c6aa34
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,
        }
    })
}