Skip to content

Instantly share code, notes, and snippets.

@mahasak
Created May 17, 2020 09:14
Show Gist options
  • Save mahasak/d8e7a160cd0bb77e5e0241e2dd6f2317 to your computer and use it in GitHub Desktop.
Save mahasak/d8e7a160cd0bb77e5e0241e2dd6f2317 to your computer and use it in GitHub Desktop.
fetch("https://api-customer.thaichana.com/shop/search", {
"headers": {
"accept": "application/json, text/plain, */*",
"accept-language": "en-US,en;q=0.9,th;q=0.8,fr;q=0.7",
"content-type": "application/json;charset=UTF-8",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-site"
},
"referrer": "https://merchant.thaichana.com/search?size=10&page=0&category=%E0%B8%97%E0%B8%B8%E0%B8%81%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%A0%E0%B8%97&province=%E0%B8%81%E0%B8%A3%E0%B8%B8%E0%B8%87%E0%B9%80%E0%B8%97%E0%B8%9E%E0%B8%A1%E0%B8%AB%E0%B8%B2%E0%B8%99%E0%B8%84%E0%B8%A3&rating=0&passQuestionnaire=false&lockLatLong=false",
"referrerPolicy": "no-referrer-when-downgrade",
"body": "{\"province\":\"กรุงเทพมหานคร\",\"size\":10,\"sortBy\":\"RATING_DESC\"}",
"method": "POST",
"mode": "cors"
});
@visarn
Copy link

visarn commented May 21, 2020

อันนี้จะquery ชื่อร้านยังไงครับ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment