wujianwei
2025-09-10 c0f6fb84a98db212b0780f44430d4e0cdf1b0302
ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts
@@ -65,3 +65,20 @@
        download('/cwgl/smartLockerApplication/export',query);
    })
}
/*  */
export const smartLockerApplicationQuery:requestType = (query) => {
    return request({
        url: '/cwgl/smartLockerApplication/licensePlate/query',
        method:'get',
        params:query
    })
}
/**
 * 作废
 */
export const smartLockerApplicationInvalid:requestType = (id) => {
    return request({
        url: '/cwgl/smartLockerApplication/invalid/' + id,
        method:'get'
    })
}