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
前面两个字段app_id和entry_id是加上可下划线,但是怎么把dataId的下划线没加?导致传入的参数不对。
public class FormDataQueryParam { /** * 应用id */ private String app_id;
/** * 表单id */ private String entry_id; /** * 数据ID */ private String dataId;
The text was updated successfully, but these errors were encountered:
开发者你好,该Bug排查后已确认,是在之前的一次修改中产生的 我们将尽快修复,并完善单元测试
Sorry, something went wrong.
No branches or pull requests
前面两个字段app_id和entry_id是加上可下划线,但是怎么把dataId的下划线没加?导致传入的参数不对。
public class FormDataQueryParam {
/**
* 应用id
*/
private String app_id;
The text was updated successfully, but these errors were encountered: