Skip to content

Instantly share code, notes, and snippets.

@acious
Created April 24, 2023 08:58
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/24c500bbea84d599da2f8cbde21a1389 to your computer and use it in GitHub Desktop.
Save acious/24c500bbea84d599da2f8cbde21a1389 to your computer and use it in GitHub Desktop.
navigation-with-be.json
{
"responseData" : {
"screenName":"Home",
"viewContents" : [
{
"viewType" : "cashPromotionViewType",
"content" : {
"titleRichText" : [
{
"text" : "김종찬님, 냉장고 채울 때가 됐어요!",
"size" : 20
}
],
"productItems": [
]
}
},
{
"viewType" : "cashPromotionViewType",
"content" : {
"titleRichText" : [
{
"text" : "전세계 핫딜 ",
"size" : 20,
"style" : "bold"
},
{
"text" : "로켓직구 글로벌특가",
"size" : 20,
"style" : "bold",
"textColor" : "#BE002D"
}
],
"moreShowLinkText" : {
"richContents" : [
{
"text" : "더보기 ",
"size" : 16
},
{
"iconUrl" : "https://res.coupang.io/2x/right-arrow.png",
"size" : 16
}
],
"navigateLink" : "coupang://productList?target=rocketJikgu&option=hotdeal"
},
"productItems": [
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment