平台建店 fix
This commit is contained in:
@@ -60,7 +60,7 @@ public class BuildInformationRequest {
|
||||
private String juridicalIdCardReverse;
|
||||
|
||||
@NotBlank(message = "法人身份证号 不能为空")
|
||||
@Length(min = 18 ,max = 18, message = "法人身份证号长度必须为18位")
|
||||
@Length(max = 18, message = "法人身份证号长度必须为18位")
|
||||
@ApiModelProperty("法人身份证号")
|
||||
private String juridicalIdCardNo;
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ public class MiniPlatformBuildController {
|
||||
@ApiOperation("根据type获取平台建店详情:1-抖音,2-快手,3-美团团购,4-饿了么,5-美团外卖")
|
||||
@GetMapping("/get")
|
||||
public ResponseResult<PlatformBuildResponse> get(@RequestParam("shopId") Long shopId,@RequestParam("type") Integer type) {
|
||||
return ResponseResult.success(platformBuildService.get(shopId, PlatformBuildEnum.DOU_YIN.getCode()));
|
||||
return ResponseResult.success(platformBuildService.get(shopId, type));
|
||||
}
|
||||
|
||||
@ApiOperation("根据type 提交或修改 平台建店详情:1-抖音,2-快手,3-美团团购,4-饿了么,5-美团外卖")
|
||||
|
||||
Reference in New Issue
Block a user