api/system/index.js
@@ -44,6 +44,28 @@ }) } export const sendLoginCode = (params) => { return http.request({ url: '/blade-smsSend/smsSend/loginSend', method: 'get', params: { ...params } }) } export const checkLoginCode = (params) => { return http.request({ url: '/blade-smsSend/smsSend/checkCode', method: 'get', params: { ...params } }) } export const searchContent = (params) => { return http.request({ url: '/es/es/page',