packages/services/api/Account.ts
@@ -42,14 +42,17 @@ body: API.LifePayPhoneMesssageCodeLoginInput, options?: API.RequestConfig ) { return request<string>('/api/Account/LifePayPhoneMesssageCodeLogin', { return request<API.LifePayPhoneMesssageCodeLoginOutput>( '/api/Account/LifePayPhoneMesssageCodeLogin', { method: 'POST', headers: { 'Content-Type': 'application/json', }, data: body, ...(options || {}), }); } ); } /** 此处后端没有提供注释 GET /api/accountAuth/GetCode */