'认证相关对接差不多'
This commit is contained in:
@@ -53,7 +53,8 @@ public class BankInfoDTO {
|
||||
|
||||
public void paramCheck() {
|
||||
MsgException.checkBlank(userId, CommonError.NO_USER_ID);
|
||||
MsgException.checkBlank(accountType, "请选择账户类型");
|
||||
//TODO 账户类型先放开
|
||||
//MsgException.checkBlank(accountType, "请选择账户类型");
|
||||
|
||||
// 为了维持老接口的稳定性,添加参数转换
|
||||
if ("1".equals(accountType)) {
|
||||
|
||||
@@ -17,8 +17,8 @@ public class BusinessLicenseDTO {
|
||||
@ApiModelProperty(value="当前用户的userId")
|
||||
private Long userId;
|
||||
|
||||
// @ApiModelProperty(value="商户类型")
|
||||
// private String merchantType;
|
||||
@ApiModelProperty(value="商户类型")
|
||||
private String merchantType;
|
||||
|
||||
@ApiModelProperty(value="营业执照号码")
|
||||
private String bussAuthNum;
|
||||
|
||||
Reference in New Issue
Block a user