Skip to content

Instantly share code, notes, and snippets.

@acious
Created April 24, 2023 08:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acious/ed1f9987f48e47f865e01c65a48821db to your computer and use it in GitHub Desktop.
Save acious/ed1f9987f48e47f865e01c65a48821db to your computer and use it in GitHub Desktop.
cash-promotion-A.json
{
"responseData" : {
"screenName":"Home",
"viewContents" : [
{
"viewType" : "cashPromotionViewType",
"content" : {
"promotions" : [
{
"startIcon" : {
"url" : "https://res.coupang.io/2x/cash.png",
"width" : 14,
"height" : 14
},
"richTexts" : [
{
"text" : "쿠페이 머니 결제 시",
"size" : 14
},
{
"text" : "329원",
"size" : 14,
"style" : "bold"
},
{
"text" : "적립",
"size" : 14
}
],
"endIcon" : {
"url" : "https://res.coupang.io/2x/info.png",
"width" : 14,
"height" : 14
}
},
{
"startIcon" : {
"url" : "https://res.coupang.io/2x/cash.png",
"width" : 14,
"height" : 14
},
"richTexts" : [
{
"text" : "로켓 선물하기 이용 시 ",
"size" : 14
},
{
"text" : "329원",
"size" : 14,
"style" : "bold"
},
{
"text" : "최대",
"size" : 14
}
],
"endIcon" : {
"url" : "https://res.coupang.io/2x/info.png",
"width" : 14,
"height" : 14
}
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment