Commit 9cca99a3 by 程裕兵

feat: sub channel auth

parent 51ca3a6a
......@@ -39,8 +39,7 @@ public class StudioMerchantPayRequest {
@NotBlank(message = "业务订单号不能为空")
private String orderNo;
@ApiModelProperty(name = "业务子订单号", required = true)
@NotBlank(message = "业务子订单号不能为空")
@ApiModelProperty(name = "业务子订单号")
private String subOrderNo;
@ApiModelProperty(name = "业务订单类型", required = true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment