Lou
2024-04-26 72f5f5ad0ef15d211ee5f7f51933f17d0e1650b4
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',