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
创建一个复合对象类ResultSupport,通过该类方法生成模型对象,修改测试脚本里选择通过模板创建自定义参数,保存后复合对象直接被设置为null
public class ResultSupport implements Serializable { private static final long serialVersionUID = 1L; private boolean success = false; private SubmitAlipayOrderResultDTO dataObject; private String code; private String message;
public boolean isSuccess() { return this.success; }
}
The text was updated successfully, but these errors were encountered:
复合对象请点击上方的Span按钮展开在右侧界面进行编辑,同理如果对象内部又有嵌套对象继续点击上方对应的span展开编辑
Sorry, something went wrong.
No branches or pull requests
创建一个复合对象类ResultSupport,通过该类方法生成模型对象,修改测试脚本里选择通过模板创建自定义参数,保存后复合对象直接被设置为null
public class ResultSupport implements Serializable {
private static final long serialVersionUID = 1L;
private boolean success = false;
private SubmitAlipayOrderResultDTO dataObject;
private String code;
private String message;
}
The text was updated successfully, but these errors were encountered: