未验证 提交 f763cb74 编写于 作者: 大森林 提交者: GitHub

Merge pull request #23 from Emmettwoo/fix-ChannelUserIdController-jump

fix: 重复的参数导致入参校验一直失败。
......@@ -29,10 +29,6 @@ import javax.validation.constraints.NotBlank;
@Data
public class ChannelUserIdRQ extends AbstractMchAppRQ{
/** 商户号 **/
@NotBlank(message="商户号不能为空")
private String mchNo;
/** 接口代码, AUTO表示:自动获取 **/
@NotBlank(message="接口代码不能为空")
private String ifCode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册