public class AdminAuthApi extends Object
构造器和说明 |
---|
AdminAuthApi() |
AdminAuthApi(ApiClient apiClient) |
限定符和类型 | 方法和说明 |
---|---|
void |
authAuthorsEmailVerifyPost(String email,
Integer type)
后台授权用户使用邮件获取验证码
|
com.squareup.okhttp.Call |
authAuthorsEmailVerifyPostAsync(String email,
Integer type,
ApiCallback<Void> callback)
后台授权用户使用邮件获取验证码 (asynchronously)
|
com.squareup.okhttp.Call |
authAuthorsEmailVerifyPostCall(String email,
Integer type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsEmailVerifyPost
|
ApiResponse<Void> |
authAuthorsEmailVerifyPostWithHttpInfo(String email,
Integer type)
后台授权用户使用邮件获取验证码
|
void |
authAuthorsLoginPost(String email,
String password)
授权号登录
|
com.squareup.okhttp.Call |
authAuthorsLoginPostAsync(String email,
String password,
ApiCallback<Void> callback)
授权号登录 (asynchronously)
|
com.squareup.okhttp.Call |
authAuthorsLoginPostCall(String email,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsLoginPost
|
ApiResponse<Void> |
authAuthorsLoginPostWithHttpInfo(String email,
String password)
授权号登录
|
void |
authAuthorsRegisterPost(String email,
String password,
String verifyCode)
后台授权用户注册接口
|
com.squareup.okhttp.Call |
authAuthorsRegisterPostAsync(String email,
String password,
String verifyCode,
ApiCallback<Void> callback)
后台授权用户注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
authAuthorsRegisterPostCall(String email,
String password,
String verifyCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsRegisterPost
|
ApiResponse<Void> |
authAuthorsRegisterPostWithHttpInfo(String email,
String password,
String verifyCode)
后台授权用户注册接口
|
void |
authAuthorsResetPasswordPost(String email,
String password,
String textCode)
找回更新密码
|
com.squareup.okhttp.Call |
authAuthorsResetPasswordPostAsync(String email,
String password,
String textCode,
ApiCallback<Void> callback)
找回更新密码 (asynchronously)
|
com.squareup.okhttp.Call |
authAuthorsResetPasswordPostCall(String email,
String password,
String textCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsResetPasswordPost
|
ApiResponse<Void> |
authAuthorsResetPasswordPostWithHttpInfo(String email,
String password,
String textCode)
找回更新密码
|
void |
authAuthorsSendemailNoticePost(String email,
String authstate)
审核状态邮件通知
|
com.squareup.okhttp.Call |
authAuthorsSendemailNoticePostAsync(String email,
String authstate,
ApiCallback<Void> callback)
审核状态邮件通知 (asynchronously)
|
com.squareup.okhttp.Call |
authAuthorsSendemailNoticePostCall(String email,
String authstate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsSendemailNoticePost
|
ApiResponse<Void> |
authAuthorsSendemailNoticePostWithHttpInfo(String email,
String authstate)
审核状态邮件通知
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AdminAuthApi()
public AdminAuthApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call authAuthorsEmailVerifyPostCall(String email, Integer type, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
email
- email (required)type
- 类型(注册新用户:1,忘记密码:2) (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsEmailVerifyPost(String email, Integer type) throws ApiException
email
- email (required)type
- 类型(注册新用户:1,忘记密码:2) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsEmailVerifyPostWithHttpInfo(String email, Integer type) throws ApiException
email
- email (required)type
- 类型(注册新用户:1,忘记密码:2) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsEmailVerifyPostAsync(String email, Integer type, ApiCallback<Void> callback) throws ApiException
email
- email (required)type
- 类型(注册新用户:1,忘记密码:2) (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authAuthorsLoginPostCall(String email, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
email
- (required)password
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsLoginPost(String email, String password) throws ApiException
email
- (required)password
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsLoginPostWithHttpInfo(String email, String password) throws ApiException
email
- (required)password
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsLoginPostAsync(String email, String password, ApiCallback<Void> callback) throws ApiException
email
- (required)password
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authAuthorsRegisterPostCall(String email, String password, String verifyCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
email
- (required)password
- (required)verifyCode
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsRegisterPost(String email, String password, String verifyCode) throws ApiException
email
- (required)password
- (required)verifyCode
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsRegisterPostWithHttpInfo(String email, String password, String verifyCode) throws ApiException
email
- (required)password
- (required)verifyCode
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsRegisterPostAsync(String email, String password, String verifyCode, ApiCallback<Void> callback) throws ApiException
email
- (required)password
- (required)verifyCode
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authAuthorsResetPasswordPostCall(String email, String password, String textCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
email
- 邮箱 (required)password
- 密码 (required)textCode
- 邮箱验证码 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsResetPasswordPost(String email, String password, String textCode) throws ApiException
email
- 邮箱 (required)password
- 密码 (required)textCode
- 邮箱验证码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsResetPasswordPostWithHttpInfo(String email, String password, String textCode) throws ApiException
email
- 邮箱 (required)password
- 密码 (required)textCode
- 邮箱验证码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsResetPasswordPostAsync(String email, String password, String textCode, ApiCallback<Void> callback) throws ApiException
email
- 邮箱 (required)password
- 密码 (required)textCode
- 邮箱验证码 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authAuthorsSendemailNoticePostCall(String email, String authstate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
email
- (required)authstate
- 审核状态 PASS【通过】 DENY【未通过】 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsSendemailNoticePost(String email, String authstate) throws ApiException
email
- (required)authstate
- 审核状态 PASS【通过】 DENY【未通过】 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsSendemailNoticePostWithHttpInfo(String email, String authstate) throws ApiException
email
- (required)authstate
- 审核状态 PASS【通过】 DENY【未通过】 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsSendemailNoticePostAsync(String email, String authstate, ApiCallback<Void> callback) throws ApiException
email
- (required)authstate
- 审核状态 PASS【通过】 DENY【未通过】 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.