tangzy
2021-09-10 ca897c5b0c18af19777fff62c06cee22e1ac7538
src/api/register/honor.js
@@ -22,7 +22,7 @@
}
export const getLisperformance = (current, size, params, cardid) => {
export const getLisperformance = (current, size, params, securityid) => {
    return request({
        url: '/api/performance/page',
        method: 'get',
@@ -30,7 +30,7 @@
            ...params,
            current,
            size,
            cardid
            securityid
        }
    })
}