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

java版本的查询多条数据接口,没有仔细测试吗,V5版本的接口要求传data_id。你写成dataId,导致一直批量查询一样的数据 #4

Open
dreambird25 opened this issue Oct 10, 2024 · 2 comments

Comments

@dreambird25
Copy link

前面两个字段app_id和entry_id是加上可下划线,但是怎么把dataId的下划线没加?导致传入的参数不对。

public class FormDataQueryParam {
/**
* 应用id
*/
private String app_id;

/**
 * 表单id
 */
private String entry_id;

/**
 * 数据ID
 */
private String dataId;

Snipaste_2024-10-10_14-54-21

@NSBeidou
Copy link

开发者你好,该Bug排查后已确认,是在之前的一次修改中产生的
我们将尽快修复,并完善单元测试

@dreambird25
Copy link
Author

dreambird25 commented Oct 11, 2024 via email

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