|
|
|
@ -95,9 +95,9 @@ public class PcCustomController {
|
|
|
|
|
@PostMapping("/enableCustom")
|
|
|
|
|
@ApiImplicitParam(name = "token", value = "token", required = true, dataType = "String", paramType = "header")
|
|
|
|
|
@ApiOperation(value = "认证公司", notes = "认证公司")
|
|
|
|
|
public Result enableCustom(String customId, String businessLicense, String socialCreditCode,Long serviceBeginDate,Long serviceEndDate) {
|
|
|
|
|
public Result enableCustom(String customId, String businessLicense, String socialCreditCode,Long serviceBeginDate,Long serviceEndDate,Long buildDate) {
|
|
|
|
|
|
|
|
|
|
customService.enableCustom(customId,businessLicense,socialCreditCode,serviceBeginDate,serviceEndDate);
|
|
|
|
|
customService.enableCustom(customId,businessLicense,socialCreditCode,serviceBeginDate,serviceEndDate,buildDate);
|
|
|
|
|
return ResultBuilder.success().build();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|