'认证相关对接差不多'

This commit is contained in:
lyf
2023-02-09 14:10:51 +08:00
parent 023f923889
commit ff900668b2
264 changed files with 38 additions and 5451 deletions

View File

@@ -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)) {

View File

@@ -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;