linwe
2024-08-08 3c738f4fe2762bba8087e5a22fc0dc06560eab0e
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',