export function getSecret(type, path, isPublic) { return request({ url: '/getSecret', headers: { isToken: false }, method: 'post', data: type }) }