api/system/index.js @@ -34,3 +34,12 @@ }) } export const sendCode = (params) => { return http.request({ url: '/blade-smsSend/smsSend/send', method: 'get', params: { ...params } }) }