We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
接入框架,然后配置,项目能跑起来。 但是用请求的时候 request( { apiService.CheckLogin("im", username, password) }//请求体 , loginResult,//请求的返回结果,请求成功与否都会改变该值,在Activity或fragment中监听回调结果,具体可看loginActivity中的回调 true,//是否显示等待框,,默认false不显示 可以默认不传 "正在登录中..."//等待框内容,可以默认不填请求网络中... ) 出现这个错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
接入框架,然后配置,项目能跑起来。
但是用请求的时候
request(
{ apiService.CheckLogin("im", username, password) }//请求体
, loginResult,//请求的返回结果,请求成功与否都会改变该值,在Activity或fragment中监听回调结果,具体可看loginActivity中的回调
true,//是否显示等待框,,默认false不显示 可以默认不传
"正在登录中..."//等待框内容,可以默认不填请求网络中...
)
出现这个错误
The text was updated successfully, but these errors were encountered: