Skip to content
New issue

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

com.github.tusharepro.core.http.Response.Data缺少has_more字段 #2

Closed
id4alex opened this issue Sep 24, 2019 · 1 comment
Closed

Comments

@id4alex
Copy link

id4alex commented Sep 24, 2019

添加如下代码解决错误
private Boolean has_more;
public Boolean getHas_more() {
return has_more;
}

public void setHas_more(Boolean has_more) {
this.has_more = has_more;
}

@QHh6eQ
Copy link
Owner

QHh6eQ commented Oct 1, 2019

新版本已修复此问题

@QHh6eQ QHh6eQ closed this as completed Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants