程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
LoginCredential |
AuthApi.authUsersLoginPost(String phone,
String password,
String machineId)
登录
|
LoginCredential |
AuthApi.authUsersRegisterOrLoginNonpartyPost(String openId,
String headImage,
String machineId,
String nickName,
String loginModel)
第三方登录注册接口
|
LoginCredential |
AuthApi.authUsersRegisterPost(String phone,
String password,
String textCode,
String machineId)
注册接口
|
限定符和类型 | 方法和说明 |
---|---|
ApiResponse<LoginCredential> |
AuthApi.authUsersLoginPostWithHttpInfo(String phone,
String password,
String machineId)
登录
|
ApiResponse<LoginCredential> |
AuthApi.authUsersRegisterOrLoginNonpartyPostWithHttpInfo(String openId,
String headImage,
String machineId,
String nickName,
String loginModel)
第三方登录注册接口
|
ApiResponse<LoginCredential> |
AuthApi.authUsersRegisterPostWithHttpInfo(String phone,
String password,
String textCode,
String machineId)
注册接口
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
AuthApi.authUsersLoginPostAsync(String phone,
String password,
String machineId,
ApiCallback<LoginCredential> callback)
登录 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterOrLoginNonpartyPostAsync(String openId,
String headImage,
String machineId,
String nickName,
String loginModel,
ApiCallback<LoginCredential> callback)
第三方登录注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterPostAsync(String phone,
String password,
String textCode,
String machineId,
ApiCallback<LoginCredential> callback)
注册接口 (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
LoginCredential |
LoginCredential.autoLoginToken(String autoLoginToken) |
LoginCredential |
LoginCredential.requestToken(String requestToken) |
Copyright © 2017. All rights reserved.