Skip to content

Commit

Permalink
#187 의약품 상세 정보 조회시 응답 행 개수 1개로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pknujsp committed Jul 25, 2023
1 parent 6b1111f commit 3dc1e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ interface DataGoKrNetworkApi {
@Query("item_seq", encoded = true) itemSeq: String = "",
@Query("pageNo") pageNo: Int = 1,
@Query("type") type: String = JSON,
@Query("numOfRows") numOfRows: Int = 100,
@Query("numOfRows") numOfRows: Int = 1,
): Response<MedicineDetailInfoResponse>

/**
Expand Down

0 comments on commit 3dc1e40

Please sign in to comment.