|
@@ -58,7 +58,7 @@ import java.util.stream.Collectors;
|
|
|
@RestController
|
|
|
@AllArgsConstructor
|
|
|
@RequestMapping("/signPfxFile")
|
|
|
-@Api(value = "个人/企业证书信息表", tags = "个人/企业证书信息表接口")
|
|
|
+@Api(value = "个人、企业证书信息表", tags = "个人、企业证书信息表接口")
|
|
|
public class SignPfxFileController extends BladeController {
|
|
|
|
|
|
private final ISignPfxFileService signPfxFileService;
|