Skip to content

Commit

Permalink
MOA-510: 쿠폰 발행 시 인코딩 깨지는 문제 수정 1회차
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang committed Mar 4, 2024
1 parent 5fb2923 commit a053dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WincubeProductResponse getProductList(
/**
* 쿠폰 발행
*/
@PostExchange("/request.do")
@PostExchange(url = "/request.do", contentType = "application/json;charset=UTF-8")
WincubeIssueCouponResponse issueCoupon(
@RequestParam("mdcode") String mdCode, // 매체코드, 윈큐브에서 발급 후 전달
@RequestParam("msg") String msg, // MMS 전송할 메시지
Expand Down

0 comments on commit a053dac

Please sign in to comment.