|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
package kr.xit.ens.support.nice.web;
|
|
|
|
|
|
|
|
|
|
import io.swagger.v3.oas.annotations.Operation;
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Content;
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.ExampleObject;
|
|
|
|
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
|
|
import kr.xit.biz.ens.model.nice.NiceCiDTO.PublickeyRequest;
|
|
|
|
|
import kr.xit.biz.ens.model.nice.NiceCiDTO.SymmetrickeyRegRequest;
|
|
|
|
@ -65,21 +67,6 @@ public class NiceCiController {
|
|
|
|
|
* @param reqDTO
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
/*@io.swagger.v3.oas.annotations.parameters.RequestBody(required = true, content = {
|
|
|
|
|
@Content(mediaType = "application/json", examples = {
|
|
|
|
|
@ExampleObject(value = """
|
|
|
|
|
{
|
|
|
|
|
"dataHeader": {
|
|
|
|
|
"TRAN_ID": "20201119140000",
|
|
|
|
|
"CNTY_ID": "kr"
|
|
|
|
|
},
|
|
|
|
|
"dataBody": {
|
|
|
|
|
"req_dtim": "2023090612122259"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
""")
|
|
|
|
|
})
|
|
|
|
|
})*/
|
|
|
|
|
@Operation(summary = "공개키 요청", description = "공개키 요청")
|
|
|
|
|
@PostMapping(value = "/requestPublickey", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
|
public ApiResponseDTO<?> requestPublickey(
|
|
|
|
|