Try   HackMD

URI-B-04 廠商 Detail API

JasonWu

tags: URI-B

內容

網址

相關示意圖

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

相關程式

Input JSON Path

規格

  • path : ${TT-API網址}/companies/detail/{did}/{id}
  • method : GET
    -query : ?productId={productId}&userId={userId}
  • query : ?productId={productId}&userAccessTicket={userAccessTicket}

Input

欄位名稱 欄位說明 資料型態 是否必要欄位 備註
did domain id number Y int
id 廠商 id number Y int
productId 型錄 id number N int
userAccessTicket 登入者使用者Ticket string N

範例

=json
https://tt-api.taiwantrade.com/companies/detail/2/147927

邏輯

  • 公司聯絡資訊區塊中,需要額外判斷登入的狀態,如果前台已經登入,這一段需要再討論,看後續呼叫 api 時要如何傳遞登入相關資訊
  • 查詢參數說明如下
    • did : domain id,與頁面及版型相關參數,例如英文主頁 did = 2
    • id : 廠商 id,參考 http://www.ttstaging.com.tw/company/147927 ,其中 "147927" 就是廠商 id
    • 增加兩個參數 productId 與 userId userAccessTicket
      • productId 為型錄 id,如果呼叫此 api 是透過 product cp 頁呼叫時,other product 取法會列出與對應型錄相關的 product,回傳格式相同,但取得邏輯有差異,所以需要此參數區分
      • userId 為登入人員 user id,如果有傳 userId,代表有登入,contactUs 區塊回傳的就是有登入的部分;反之則回傳沒登入的部分
      • userAccessTicket 為登入者使用者Ticket,AEM 透過 header service 取得 userAccessTicket,如果有傳入,且經過解析後是正常的 ticket,後續 api 就會判斷此次呼叫是有登入的呼叫
公司基本資料

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 解析 json 顯示資料
  • 多媒體資料
    • 透過 api 取得 multimedia 相關資訊
    • 用 iframe 顯示對應的多媒體資料
    • 3D/360,顯示 html 內容
    • youtube 可以線上撥放
    • 下方須提供 dots,點選後顯示對應的 iframe
    • 解析內容
      • 當 pictureId 非空且 pictureUrl 非空,代表顯示圖片
      • 如果顯示圖片,且 productUrl 非空,代表點選圖片時,要開新視窗並顯示型錄詳目頁內容
      • 如果顯示圖片,且 defineUrl 非空,代表點選圖片時,要開新視窗連結,連結的對象 = defineUrl
      • 如果不顯示圖片,且 defineUrl 非空,代表是 3D, 360, youtube 等類型,於 iframe 中顯示對應內容
公司相關型錄

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 解析 json 顯示資料
公司工廠資料

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 解析 json 顯示資料
公司認證與產品認證

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 第三方認證顯示邏輯(thirdPartyCert)
    • 第三方認證的 tts 認證與 advanced 認證圖片是固定的路徑,因此回傳的 json 只記錄是否顯示,以及對應認證顯示的名稱,結構與其他認證不同
    • 如果 ttsCert == 1,代表要顯示 tts 的認證圖片,另外名稱顯示 ttsCertName 的值,點選 tts 認證不會開啟燈箱
    • 如果 advancedCert == 1,代表要顯示 advanced 的認證圖片,另外名稱顯示 advancedCertName,點選 advanced 認證不會開啟燈箱
    • 其他類型的認證,需要解析 isUseHtml 欄位值
      • 如果 isUseHtml == 1,代表認證的內容要顯示 informationHtml 內的 html code
      • 反之,依照一般認證顯示規則,點選後開啟燈箱,顯示相關內容,認證燈箱部分請參考 https://hackmd.io/OFJ68AIxTfePBEeKqlGa-w
  • 公司認證(companyCert)
    • 解析 json 並顯示對應的資料
    • 解析 isUseHtml 欄位值
      • 如果 isUseHtml == 1,代表認證的內容要顯示 informationHtml 內的 html code
      • 反之,依照一般認證顯示規則,點選後開啟燈箱,顯示相關內容,認證燈箱部分請參考 https://hackmd.io/OFJ68AIxTfePBEeKqlGa-w
    • 只要有認證資料,後方會有一個按鈕,會 redirect 到所有認證的頁面,參考圖片中顯示的 All Certifications(n) 的樣式
      • 數量的部分顯示 total
      • 點選後的 url 內容是 allCertHref
  • 型錄認證(productCert)
    • 解析 json 並顯示對應的資料
    • 解析 isUseHtml 欄位值
      • 如果 isUseHtml == 1,代表認證的內容要顯示 informationHtml 內的 html code
      • 反之,依照一般認證顯示規則,點選後開啟燈箱,顯示相關內容,認證燈箱部分請參考 https://hackmd.io/OFJ68AIxTfePBEeKqlGa-w
    • 只要有認證資料,後方會有一個按鈕,會 redirect 到所有認證的頁面,參考圖片中顯示的 All Certifications(n) 的樣式
      • 數量的部分顯示 total
      • 點選後的 url 內容是 allCertHref
公司得獎紀錄、大事記
  • 標題部分都需要顯示公司名稱
  • 顯示結果分成三塊,Award, Official Records, Official Records From TTS
    • Award 部分,解析 json awardList
    • Official Records 分為兩段,分別解析 officialRecordList 與 officialRecordsFromTTSList
公司聯絡資訊
  • 未登入
    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →
  • 已登入
    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →
  • 解析 json 顯示資料
  • 未登入,owner 等資訊會是空的,此時請顯示 Log in to view details

Output JSON Path

規格

{ 
    "code" : <code>,
    "errorMsg" : <errorMsg>,
    "intervalTime" : <intervalTime>,
    "data" : {
        "multimedia" : [
            {
                "itemId" : <itemId>,
                "pictureId" : <pictureId>,
                "pictureUrl" : <pictureUrl>,
                "defineUrl" : <defineUrl>,
                "title" : <title>,
                "productUrl" : <productUrl>
            }
        ],
        "bigIcon" : [
            {
                "imgUrl" : <imgUrl>,
                "name" : <name>,
                "sort" : <sort>
            }, ...
        ],
        "companyProfile" : {
            "companyId" : <companyId>,
            "companyName": <companyName>,
            "languageId" : <languageId>,
            "companyWebSiteUrl": <companyWebSiteUrl>,
            "ecCompanyWebSiteUrl" : <ecCompanyWebSiteUrl>,
            "yearEstablished": <yearEstablished>,
            "factoryLocation": <factoryLocation>,
            "totalRevenue": <totalRevenue>,
            "showCapital": <showCapital>,
            "capital" : <capital>,
            "employeeRank": <employeeRank>,
            "businessTypeListDesc": <businessTypeListDesc>,
            "mainExportProductName": <mainExportProductName>,
            "mainExportMarketListDesc": <mainExportMarketListDesc>
        },
        "productCount" : <productCount>,
        "productMoreUrl" : <productMoreUrl>,
        "productlist" : [
            {
                "pid" : <pid>,
                "newest" : <newest>,
                "productName" : <productName>,
                "imageURL" : <imageURL>,
                "imgAlt" : <imgAlt>,
                "imgTitle" : <imgTitle>,
                "productUrl" : <productUrl>,
                "isSelling" : <isSelling>,
                "isDiscount" : <isDiscount>,
                "discount" : <discount>,
                "discountStartDate" : <discountStartDate>,
                "discountEndDate" : <discountEndDate>,
                "isFreeShipping" : <isFreeShipping>,
                "priceCurrency" : <priceCurrency>,
                "price" : <price>,
                "unit" : <unit>,
                "minOrder" : <minOrder>,
                "minOrderUnit" : <minOrderUnit>,
                "catalogStandardCid" : <catalogStandardCid>     
            }
        ],
        "factoryInfo" : {
            "videoList" : [
                {
                    "videoURL" : <videoURL>,
                    "videoTitle" : <videoTitle>          
                }, ...
            ],
            "imageList" : [
                {
                    "pcImgUrl" : <pcImgUrl>,
                    "mobileImgUrl" : <mobileImgUrl>,
                    "imageTitle" : <imageTitle>
                }, ...
            ]
        },
        "certInfo" : {
            "ttsCert" : <ttsCert>,
            "ttsCertName" : <ttsCertName>,
            "advancedCert" : <advancedCert>,
            "advancedCertName" : <advancedCertName>,
            "thirdPartyCert" : {
                "total" : <total>,
                "allCertHref" : <allCertHref>,
                "certList" : [
                    {
                        "isUseHtml" : <isUseHtml>,
                        "informationHtml" : <informationHtml>,
                        "id" : <id>,
                        "imgSrc" : <imgSrc>,
                        "href" : <href>,
                        "title" : <title>,
                        "alt" : <alt>,
                    }, ...
                ]
            },
            "companyCert" : {
                "total" : <total>,
                "allCertHref" : <allCertHref>,
                "certList" : [
                    {
                        "isUseHtml" : <isUseHtml>,
                        "informationHtml" : <informationHtml>,
                        "id" : <id>,
                        "imgSrc" : <imgSrc>,
                        "href" : <href>,
                        "title" : <title>,
                        "alt" : <alt>,
                    }, ...
                ]
            }, 
            "productCert" : {
                "total" : <total>,
                "allCertHref" : <allCertHref>,
                "certList" : [
                    {
                        "isUseHtml" : <isUseHtml>,
                        "informationHtml" : <informationHtml>,
                        "id" : <id>,
                        "imgSrc" : <imgSrc>,
                        "href" : <href>,
                        "title" : <title>,
                        "alt" : <alt>,
                    }, ...
                ]
            }
        },
        "awardInfo" : {
            "awardList" : [
                {
                    "ccid" : <ccid>,
                    "title" : <title>,
                    "imgSrc" : <imgSrc>,
                    "href" : <href>,
                    "description" : <description>,
                    "startYear" : <startYear>            
                }, ...
            ],
            "officialRecordList" : [
                {
                    "ccid" : <ccid>,
                    "title" : <title>,
                    "imgSrc" : <imgSrc>,
                    "href" : <href>,
                    "description" : <description>,
                    "startYear" : <startYear>
                }, ...
            ],
            "officialRecordsFromTTSList" : [
                {
                    "syId" : <syId>,
                    "displayTitle" : <displayTitle>,
                    "showYearMonth" : <showYearMonth>,
                    "logoUrl" : <logoUrl>,
                    "showBoots" : <showBoots>,
                    "ttsShowUrl" : <ttsShowUrl>,
                    "ttsCompanyUrl" : <ttsCompanyUrl>
                }, ...
            ]
        },
        "contactUs" : {
            "owner" : <owner>,
            "contactName" : <contactName>,
            "contactFullName" : <contactFullName>,
            "contactTitle" : <contactTitle>,
            "contactPicture" : <contactPicture>,
            "contactCard" : <contactCard>,
            "contactPhone" : <contactPhone>,
            "officePostal" : <officePostal>,
            "officeAddress" : <officeAddress>,
            "officeAddressTw" : <officeAddressTw>,
            "factoryAddress" : <factoryAddress>,
            "factoryAddressTw" : <factoryAddressTw>,
            "officeHour" : <officeHour>,
            "onlineShop" : <onlineShop>,
            "websiteUrl" : <websiteUrl>,
            "qrcodeUrl" : <qrcodeUrl>,
            "officeFax" : <officeFax>,
            "lastUpdateTime" : <lastUpdateTime>
        }
    }
}

輸出參數說明

廠商詳目頁輸出

欄位名稱 欄位說明 資料型態 是否可為空值 備註
code 執行狀態代碼 number N int
code=0為正常
code<0為錯誤
errorMsg 錯誤訊息 string N
intervalTime 執行時間 string N 顯示執行時間,單位 ms
multimedia 多媒體資料 多媒體資料(Object) Y
~~bigIcon 認證大圖 認證大圖(Object) ~~ Y
companyProfile 廠商資料 廠商資料(Object) N
productCount 型錄數量 number Y int
productMoreUrl 更多型錄連結 string Y
productlist 相關型錄 相關型錄(Object) Y
factoryInfo 工廠資料 工廠資料(Object) Y
certInfo 認證資料 認證資料(Object) Y
awardInfo 得獎資料 得獎資料(Object) Y
contactUs 聯絡資訊 聯絡資訊(Object) Y
多媒體資料
欄位名稱 欄位說明 資料型態 是否可為空值 備註
itemId 多媒體對應的 id number N int
pictureId 圖片 id number Y int
pictureUrl 圖片 url string Y
defineUrl 自訂顯示 url string Y
title 顯示名稱 string Y
productUrl 點選後另開的型錄詳目頁 url string Y

##### 認證大圖

~~欄位名稱 欄位說明 資料型態 是否可為空值 備註
imgUrl 顯示 icon 圖片 string N
name icon 的 title 與 alt string N
sort 依排序顯示 icon number N int~~
廠商資料
欄位名稱 欄位說明 資料型態 是否可為空值 備註
companyId 公司 id number N int
companyName 公司名稱 string N
languageId 語系 id number N int
companyWebSiteUrl 公司 ep 網址 string Y
ecCompanyWebSiteUrl 公司 ec 網址 string Y
yearEstablished Year Established number Y int
factoryLocation Factory Location string Y
totalRevenue Total Revenue string Y
showCapital 是否顯示資本額 number N int,0(否)/1(是)
capital 資本額 string Y
employeeRank 員工數 string Y
businessTypeListDesc Business Type string Y
mainExportProductName Main Product Name string Y
mainExportMarketListDesc Main Export Market string Y
相關型錄
欄位名稱 欄位說明 資料型態 是否可為空值 備註
pid 型錄 id number N int
newest 是否有 newest tag number N int,0(否)/1(是)
productName 型錄名稱 string N
imageURL 圖片 url string N
imgAlt 圖片 alt string Y
imgTitle 圖片名稱 string N
productUrl 型錄 cp url string N
isSelling 是否販售 number N int,0(否)/1(是)
isFreeShipping 是否免運費 number N int,0(否)/1(是)
isDiscount 是否有折扣 number N int,0(否)/1(是)
discount 折扣 number Y float
discountStartDate 折扣起效日 number Y long
discountEndDate 折扣失效日 number Y long
priceMin 最小價格 number Y float
priceMax 最大價格 number Y float
priceCurrency 幣別 string Y
unit 單位名稱 string Y
minOrder 最小訂購量 number Y int
minOrderUnit 最小訂購量單位 string Y
catalogStandardCid 型錄標準 taitra code number N int
工廠資料
欄位名稱 欄位說明 資料型態 是否可為空值 備註
videoList 工廠影音清單 工廠影片(Object) Y
imageList 工廠圖片清單 工廠圖片(Object) Y
工廠影片
欄位名稱 欄位說明 資料型態 是否可為空值 備註
videoURL 工廠影片 url string Y
videoTitle 工廠影片名稱 string Y
工廠圖片
欄位名稱 欄位說明 資料型態 是否可為空值 備註
pcImgUrl 工廠大圖 url string Y
mobileImgUrl 工廠小圖 url string Y
imageTitle 工廠圖片名稱 string Y
認證資料
欄位名稱 欄位說明 資料型態 是否可為空值 備註
ttsCert 是否有tts認證 number N int,0(否)/1(是)
ttsCertName tts認證名稱 string Y
advancedCert 是否有進階認證 number N int,0(否)/1(是)
advancedCertName 進階認證名稱 string Y
thirdPartyCert 第三方認證清單 認證元件(Object) Y
companyCert 廠商認證清單 認證元件(Object) Y
productCert 型錄認證清單 認證元件(Object) Y
認證元件
欄位名稱 欄位說明 資料型態 是否可為空值 備註
total 認證數量 number N int
certList 認證內容清單 認證內容(Object) Y
認證內容
欄位名稱 欄位說明 資料型態 是否可為空值 備註
isUseHtml 認證內容是否為 html number N int,0(否)/1(是)
informationHtml 如果認證內容是 html,那要顯示這一段 html 內容 string Y
id 認證 id number N Y int,isUseHtml=0,此欄位才有值
imgSrc 認證圖片 url string N Y isUseHtml=0,此欄位才有值
href 認證點選的燈箱 url string N Y isUseHtml=0,此欄位才有值
title 認證名稱 string Y
alt 認證圖片 alt string Y
得獎資料
欄位名稱 欄位說明 資料型態 是否可為空值 備註
awardList 得獎清單 得獎元件(Object) Y
officialRecordList 官方紀錄清單 得獎元件(Object) Y
officialRecordsFromTTSList 官方TTS紀錄清單 得獎TTS元件(Object) Y
得獎元件
欄位名稱 欄位說明 資料型態 是否可為空值 備註
ccid pk id 系統代碼 number N int
title 顯示名稱 string N
imgSrc 圖片 url string N
href 相關連結 string Y
description 說明 string Y
startYear 年度 string Y
得獎TTS元件
欄位名稱 欄位說明 資料型態 是否可為空值 備註
syId official record tts id string N
displayTitle 顯示名稱 string N
showYearMonth 顯示年月 string N
logoUrl logo 圖片 url string N
showBoots 序號 string N
sUrl 點選外部連結 url string N
ttsShowUrl displayTitle 對應的 url 連結 string N
ttsCompanyUrl showBoots 對應的 url 連結 string N
聯絡資訊
欄位名稱 欄位說明 資料型態 是否可為空值 備註
owner 廠商 owner string Y
contactFullName 廠商聯絡人全名 string Y
contactPicture 廠商聯絡人圖片 string Y
contactCard 廠商聯絡人名片 string Y
contactPhone 廠商聯絡人電話 string Y
officePostal 郵遞區號 string Y
officeAddress 英文地址 string Y
officeAddressTw 中文地址 string Y
factoryAddress 英文工廠地址 string Y
factoryAddressTw 中文工廠地址 string Y
officeHour 上班時間 string Y
onlineShop online shop url string Y
websiteUrl 聯絡廠商網址 string Y
qrcodeUrl 網址 string Y
officeFax fax string Y
lastUpdateTime 最後更新日期 number Y long

範例

{
  "code": 0,
  "errorMsg": "",
  "intervalTime": "2433 ms",
  "data": {
    "multimedia": [
      {
        "itemId": 45257,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://sketchfab.com/models/e6456ef91bb84451a498a797dd2f2146/embed?autospin=1&autostart=1&camera=1&ui_infos=0&ui_controls=0&ui_stop=0",
        "title": "HYWEB TECHNOLOGY CO., LTD.",
        "productUrl": "https://sketchfab.com/models/e6456ef91bb84451a498a797dd2f2146/embed?autospin=1&autostart=1&camera=1&ui_infos=0&ui_controls=0&ui_stop=0"
      },
      {
        "itemId": 45317,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://scankit.istaging.com/FH1-3/FH1-3.html",
        "title": "360---",
        "productUrl": "https://scankit.istaging.com/FH1-3/FH1-3.html"
      },
      {
        "itemId": 45277,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://www.youtube.com/watch?v=97N1qFMHVxc",
        "title": "HYWEB",
        "productUrl": "https://www.youtube.com/watch?v=97N1qFMHVxc"
      },
      {
        "itemId": 45278,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://livetour.istaging.com/782f251f-13d3-4408-b85b-7f9ebc07c731?index=3",
        "title": "VR 2 ",
        "productUrl": "https://livetour.istaging.com/782f251f-13d3-4408-b85b-7f9ebc07c731?index=3"
      },
      {
        "itemId": 47197,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://www.youtube.com/watch?v=IuEjJENS_EM",
        "title": null,
        "productUrl": "https://www.youtube.com/watch?v=IuEjJENS_EM"
      }
    ],
    "bigIcon": [
      {
        "imgUrl": "//im01.ttstaging.com.tw/f9e17633-146c-410d-b419-e65de0694dc3/20190115-金色紫色-500x500-100x100.jpg",
        "name": "Taiwantrade Select",
        "sort": 1
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/61a166f4-b7f3-44a9-a039-8c57a97c933c/taiwanexcellence_gold-100x100.png",
        "name": "Taiwan Excellence Gold Award",
        "sort": 2
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/0bfa2769-3259-4db0-a309-73b5a5c81fdc/taiwanexcellence_silver-100x100.png",
        "name": "Taiwan Excellence Silver Award",
        "sort": 3
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/4bb0ca9d-0b3c-470a-b35c-3415bef401c5/2016-Taiwan-Excellence-100x100-100x100.png",
        "name": "Taiwan Excellence Award",
        "sort": 4
      }
    ],
    "companyProfile": {
      "companyId": 147927,
      "companyName": "HYWEB TECHNOLOGY CO., LTD.",
      "languageId": 42,
      "companyWebSiteUrl": "https://hyweb.en.ttstaging.com.tw",
      "ecCompanyWebSiteUrl": null,
      "yearEstablished": 1996,
      "factoryLocation": "Taiwan",
      "totalRevenue": "USD > 50,000,000",
      "showCapital": 1,
      "capital": null,
      "employeeRank": "101 - 200",
      "businessTypeListDesc": "Exporter, Importer",
      "mainExportProductName": "HyRead ebook",
      "mainExportMarketListDesc": "American Samoa, Australia, Canada, Christmas Island, Cocos (Keeling) Islands, Greenland, Guadeloupe, Heard and Mc Donald Island, St. Helena St.Helena, United States"
    },
    "productCount": 59,
    "productMoreUrl": "https://hyweb.en.ttstaging.com.tw/product-catalog/all-products.html",
    "productlist": [
      {
        "pid": 1893926,
        "newest": 1,
        "productName": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "imageURL": "https://im01.ttstaging.com.tw/d9bf0f1f-c05a-4fbc-b14f-914dc17ec185/howl049-220x220.jpg",
        "imgAlt": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "imgTitle": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇準備欄位中請不要動-en標題-產品名稱-128字元123-en-1893926.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 15,
        "discountStartDate": 1629450000000,
        "discountEndDate": 1634220000000,
        "priceMin": 88.88,
        "priceMax": 111.11,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": 10,
        "minOrderUnit": "Sets",
        "catalogStandardCid": 2146
      },
      {
        "pid": 1766003,
        "newest": 1,
        "productName": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "imageURL": "https://im01.ttstaging.com.tw/8c8b3364-a935-47d1-99f7-ffcd8d95de06/000001_1575601068-220x220.jpg",
        "imgAlt": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "imgTitle": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇修改-led-ceiling-light-hyread-英文-1766003.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 20,
        "discountStartDate": 1583057019000,
        "discountEndDate": 1588241023000,
        "priceMin": 30,
        "priceMax": 30,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 2914
      },
      {
        "pid": 1829773,
        "newest": 1,
        "productName": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "imageURL": "https://im01.ttstaging.com.tw/84a4ab7d-f2d5-4ce9-ac36-3972a7e4fc39/2020-11-17_171802-220x220.jpg",
        "imgAlt": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "imgTitle": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "productUrl": "https://www.ttstaging.com.tw/product/frozen-barramundi-barramundi-perch-asian-seabass-giant-perch-palmer-cockup-bekti-nairfish-silver-barramundi-1829773.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": 10,
        "minOrderUnit": "Sets",
        "catalogStandardCid": 732
      },
      {
        "pid": 1814129,
        "newest": 1,
        "productName": "PUMA shoes",
        "imageURL": "https://im01.ttstaging.com.tw/0efd68b9-e311-410b-9236-ff11d95ccff4/puma_ori_2560_1340-220x220.jpg",
        "imgAlt": "PUMA shoes",
        "imgTitle": "PUMA shoes",
        "productUrl": "https://www.ttstaging.com.tw/product/puma-shoes-1814129.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 15,
        "discountStartDate": 1601481609000,
        "discountEndDate": 1603292435000,
        "priceMin": 76,
        "priceMax": 199,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": 1,
        "minOrderUnit": "Pack",
        "catalogStandardCid": 3150
      },
      {
        "pid": 1765440,
        "newest": 1,
        "productName": "Pure Mask",
        "imageURL": "https://im01.ttstaging.com.tw/00426da3-d000-4d36-945b-a5c706474351/ijbboffeibz-220x220.jpeg",
        "imgAlt": "Pure Mask",
        "imgTitle": "Pure Mask",
        "productUrl": "https://www.ttstaging.com.tw/product/pure-mask-1765440.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 10,
        "discountStartDate": 1593566799000,
        "discountEndDate": 1596207642000,
        "priceMin": 123,
        "priceMax": 123,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 732
      },
      {
        "pid": 1618648,
        "newest": 1,
        "productName": "(En)測試中英日文都有建的型錄",
        "imageURL": "https://im01.ttstaging.com.tw/5527cfc5-5ba5-4224-816d-453ee2bba49e/0010526607_bc_01-220x220.jpg",
        "imgAlt": "(En)測試中英日文都有建的型錄",
        "imgTitle": "(En)測試中英日文都有建的型錄",
        "productUrl": "https://www.ttstaging.com.tw/product/en-測試中英日文都有建的型錄-1618648.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 20,
        "discountStartDate": 1604473252000,
        "discountEndDate": 1604502014000,
        "priceMin": 2222222222,
        "priceMax": 7777777777,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 3434
      },
      {
        "pid": 1763352,
        "newest": 1,
        "productName": "wuhan coronavirus",
        "imageURL": "https://im01.ttstaging.com.tw/54bae3d1-4ca7-47a1-a565-53f0f534a5e6/0546db0d-3ce8-4805-9fa6-6ca7b67392e5_33_201500014734_L-220x220.jpg",
        "imgAlt": "wuhan coronavirus",
        "imgTitle": "wuhan coronavirus",
        "productUrl": "https://www.ttstaging.com.tw/product/wuhan-coronavirus-1763352.html",
        "isSelling": 1,
        "isFreeShipping": 1,
        "isDiscount": 1,
        "discount": 25,
        "discountStartDate": 1580545729000,
        "discountEndDate": 1611995332000,
        "priceMin": 3,
        "priceMax": 5,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 701
      },
      {
        "pid": 1804917,
        "newest": 1,
        "productName": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "imageURL": "https://im01.ttstaging.com.tw/db7b70b5-6b22-42c6-9041-c2ec71279bab/ECP0200503294940_1_10796401C-220x220.jpg",
        "imgAlt": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "imgTitle": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "productUrl": "https://www.ttstaging.com.tw/product/hyread-gaze-note-7-8吋全平面電子紙閱讀器-1804917.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 2056
      },
      {
        "pid": 1885411,
        "newest": 1,
        "productName": "(SEO規則檢查) En 設定metadata並啟用",
        "imageURL": "https://im01.ttstaging.com.tw/283def84-09c4-4bdb-a0da-4659be3899e3/pexels-artem-podrez-6279104-220x220.jpg",
        "imgAlt": "(SEO規則檢查) En 設定metadata並啟用",
        "imgTitle": "(SEO規則檢查) En 設定metadata並啟用",
        "productUrl": "https://www.ttstaging.com.tw/product/seo規則檢查-en-設定metadata並啟用-1885411.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": null,
        "minOrderUnit": null,
        "catalogStandardCid": 1919
      },
      {
        "pid": 1901562,
        "newest": 1,
        "productName": "(佳淇)測試全欄位免運",
        "imageURL": "https://im01.ttstaging.com.tw/3236d551-a75a-49c7-ac93-e1f6706e7f5b/taiwan_fruit3-220x220.jpg",
        "imgAlt": "(佳淇)測試全欄位免運",
        "imgTitle": "(佳淇)測試全欄位免運",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇-測試全欄位免運-1901562.html",
        "isSelling": 1,
        "isFreeShipping": 1,
        "isDiscount": 1,
        "discount": 10,
        "discountStartDate": 1633053600000,
        "discountEndDate": 1667183160000,
        "priceMin": 85,
        "priceMax": 99.99,
        "priceCurrency": "USD",
        "unit": "Unit/Units",
        "minOrder": 20,
        "minOrderUnit": "Packs",
        "catalogStandardCid": 2977
      }
    ],
    "factoryInfo": {
      "videoList": [
        {
          "videoURL": "https://www.youtube.com/watch?v=D9FylHu41fY",
          "videoTitle": "凌網科技-資訊服務業國際化發展"
        },
        {
          "videoURL": "https://www.youtube.com/watch?v=arOcQrssbdk",
          "videoTitle": "認識Jumper"
        },
        {
          "videoURL": "https://youtu.be/huTUOek4LgU",
          "videoTitle": "music for hope"
        }
      ],
      "imageList": [
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/c8ed500e-0a81-4a04-83e5-244103cf2c98/公司簡介|凌網科技_(1)-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/c8ed500e-0a81-4a04-83e5-244103cf2c98/公司簡介|凌網科技_(1)-369x244.png",
          "imageTitle": "10/4編輯測試最後更新"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/35ff8a45-aa45-4da8-a107-ee067b520e0c/agfyg-a1zr6-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/35ff8a45-aa45-4da8-a107-ee067b520e0c/agfyg-a1zr6-369x244.jpg",
          "imageTitle": "測試"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/9dd00622-e762-442e-95a2-a9eb3a3990df/56385471ff2e30d03d9ca998_u71-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/9dd00622-e762-442e-95a2-a9eb3a3990df/56385471ff2e30d03d9ca998_u71-369x244.png",
          "imageTitle": "竹北總公司"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/1c271bfc-7c52-4000-be92-18e8a53d2503/5641a9a9b17ad83d3b17ec35_about_img-p-800x313-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/1c271bfc-7c52-4000-be92-18e8a53d2503/5641a9a9b17ad83d3b17ec35_about_img-p-800x313-369x244.jpg",
          "imageTitle": "凌網形象"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/9542b68b-d729-42c3-8c4f-6214b1c098b3/56385c51ff2e30d03d9caac3_hyweb-thailand-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/9542b68b-d729-42c3-8c4f-6214b1c098b3/56385c51ff2e30d03d9caac3_hyweb-thailand-369x244.png",
          "imageTitle": "泰國凌網"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/31d24768-adc2-49c3-930e-7db4931334b7/56385c8841775331077e345c_hyweb-beijing-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/31d24768-adc2-49c3-930e-7db4931334b7/56385c8841775331077e345c_hyweb-beijing-369x244.png",
          "imageTitle": "北京凌網"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/3ca49da8-aa65-4a9f-bd59-8d3dd9d743a7/59fc26491ed1d80001238206_得獎歷程-直-繁-p-1080-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/3ca49da8-aa65-4a9f-bd59-8d3dd9d743a7/59fc26491ed1d80001238206_得獎歷程-直-繁-p-1080-369x244.jpg",
          "imageTitle": "品質與肯定"
        }
      ]
    },
    "certInfo": {
      "ttsCert": 0,
      "ttsCertName": null,
      "advancedCert": 1,
      "advancedCertName": "Advanced Verified",
      "thirdPartyCert": {
        "total": 2,
        "certList": [
          {
            "isUseHtml": 1,
            "informationHtml": "<a id=\"cert_doc\" style=\"color:blue;\" target=\"_blank\" href=\"https://dunscertified.dnb.com.tw/en/DUNSCertifiedProfile/DCP658871825\"><img id=\"cert_img\" style=\"position: inherit;\" src=\"https://dunscertified.dnb.com.tw/Images/dnb_logo.png\"><br>DUNS Certified Profile</a>",
            "id": null,
            "imgSrc": null,
            "href": null,
            "title": "D&B",
            "alt": "D&B"
          }
        ]
      },
      "companyCert": {
        "total": 4,
        "certList": [
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700437,
            "imgSrc": "https://im01.ttstaging.com.tw/777f57a0-08c6-4135-8c7a-b82fa552b4cd/CSA-100x100.png",
            "href": "/lightbox/certification/700437?companyId=147927",
            "title": "CSA",
            "alt": "CSA"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700637,
            "imgSrc": "https://im01.ttstaging.com.tw/126e794e-9601-45c8-9c08-84b40dc17859/ENEC-100x100.png",
            "href": "/lightbox/certification/700637?companyId=147927",
            "title": "ENEC",
            "alt": "ENEC"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700755,
            "imgSrc": "https://im01.ttstaging.com.tw/a3c6a674-cbdc-49d1-b9c5-386f1a1efdb8/ISO13485-100x100.jpg",
            "href": "/lightbox/certification/700755?companyId=147927",
            "title": "ISO 13485",
            "alt": "ISO 13485"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 701457,
            "imgSrc": "https://im01.ttstaging.com.tw/9251ac29-3ebb-4b38-8dd2-0569b2ff1913/puma3-980x980-100x100.jpg",
            "href": "/lightbox/certification/701457?companyId=147927",
            "title": "TTTT",
            "alt": "TTTT"
          }
        ]
      },
      "productCert": {
        "total": 29,
        "certList": [
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702419,
            "imgSrc": "https://im01.ttstaging.com.tw/777f57a0-08c6-4135-8c7a-b82fa552b4cd/CSA-100x100.png",
            "href": "/lightbox/certification/702419?companyId=147927",
            "title": "CSA",
            "alt": "CSA"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702417,
            "imgSrc": "null",
            "href": "/lightbox/certification/702417?companyId=147927",
            "title": "ANSI",
            "alt": "ANSI"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702375,
            "imgSrc": "https://im01.ttstaging.com.tw/0ade0d18-8340-496b-8435-718d4a26addc/HACCP-100x100.jpg",
            "href": "/lightbox/certification/702375?companyId=147927",
            "title": "HACCP",
            "alt": "HACCP"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702357,
            "imgSrc": "https://im01.ttstaging.com.tw/cab9f638-0ee6-4531-9f4c-3c124085baaa/unnamed-100x100.jpg",
            "href": "/lightbox/certification/702357?companyId=147927",
            "title": "自訂認證標題 20字元",
            "alt": "自訂認證標題 20字元"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702356,
            "imgSrc": "https://im01.ttstaging.com.tw/45c7bd8e-6ea1-42de-a341-335de345d0f3/IS9001-100x100.jpg",
            "href": "/lightbox/certification/702356?companyId=147927",
            "title": "ISO 9001",
            "alt": "ISO 9001"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702355,
            "imgSrc": "https://im01.ttstaging.com.tw/b7135582-9796-489c-b61f-11a2b33c9e52/logo_iso9000-100x100.gif",
            "href": "/lightbox/certification/702355?companyId=147927",
            "title": "ISO 9000",
            "alt": "ISO 9000"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702097,
            "imgSrc": "https://im01.ttstaging.com.tw/c9a2dd71-3408-4cf3-898e-c777ed12416d/T09SX28QK-U96FBT6R2-190b0769e64b-512-100x100.png",
            "href": "/lightbox/certification/702097?companyId=147927",
            "title": "Liucc-En",
            "alt": "Liucc-En"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702096,
            "imgSrc": "https://im01.ttstaging.com.tw/fe71e889-48d1-41dd-82af-94780a7b7fbc/CGA-100x100.png",
            "href": "/lightbox/certification/702096?companyId=147927",
            "title": "C.G.A.",
            "alt": "C.G.A."
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702095,
            "imgSrc": "https://im01.ttstaging.com.tw/cc6eed94-72c8-44d0-ad31-dd46eaea5a74/CAS_ORGANIC-100x100.jpg",
            "href": "/lightbox/certification/702095?companyId=147927",
            "title": "CAS ORGANIC",
            "alt": "CAS ORGANIC"
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702022,
            "imgSrc": "https://im01.ttstaging.com.tw/c1661bc5-7496-4ae6-a8a4-49bc0ac7cc79/T09SX28QK-U96FBT6R2-190b0769e64b-512-100x100.png",
            "href": "/lightbox/certification/702022?companyId=147927",
            "title": "(En)認證常用組-2",
            "alt": "(En)認證常用組-2"
          }
        ]
      }
    },
    "awardInfo": {
      "awardList": [
        {
          "ccid": 413290,
          "title": "Taiwan Excellence",
          "imgSrc": "https://im01.ttstaging.com.tw/afdf30b4-caf5-48ee-9ffb-df792484af49/59fad54dc9a5280001e5f90d_2018_Standard_Size_標準型_頁面_13-p-500-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "臺灣精品",
          "startYear": "2021"
        },
        {
          "ccid": 411734,
          "title": "Academy-country-award",
          "imgSrc": "https://im01.ttstaging.com.tw/ae758687-c838-4ba3-8aac-708f595dbad0/Academy-country-award-360x360.jpeg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "Academy-country-award",
          "startYear": "2020"
        },
        {
          "ccid": 699295,
          "title": "aw01test",
          "imgSrc": "https://im01.ttstaging.com.tw/13ceb89d-6998-42eb-89a6-86c4349af7db/Prosciutto-Chicken_Linguine-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "aw01test",
          "startYear": "2020"
        },
        {
          "ccid": 699735,
          "title": "awdTest01",
          "imgSrc": "https://im01.ttstaging.com.tw/4f874ba3-4478-4aea-8d09-e3a606061b97/0546db0d-3ce8-4805-9fa6-6ca7b67392e5_33_201500014734_L-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "awdTest0123",
          "startYear": "2022"
        },
        {
          "ccid": 699736,
          "title": "awdTest2",
          "imgSrc": "https://im01.ttstaging.com.tw/51908512-14dc-4a90-bdf3-f17dc014f741/18a0a116-9e3a-4431-a925-56b6008bc40e_33_201500014735_L-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "awdTest0123",
          "startYear": "2020"
        }
      ],
      "officialRecordList": [
        {
          "ccid": 411735,
          "title": "Academy-country Event",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "Academy-country event",
          "startYear": "2020"
        },
        {
          "ccid": 699155,
          "title": "Test",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "desc",
          "startYear": "2020"
        },
        {
          "ccid": 699498,
          "title": "taipei",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "123",
          "startYear": "2020"
        },
        {
          "ccid": 699738,
          "title": "test",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "asdasd",
          "startYear": "2020"
        },
        {
          "ccid": 699739,
          "title": "adasd",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "adasd",
          "startYear": "2020"
        }
      ],
      "officialRecordsFromTTSList": [
        {
          "syId": "WT2022",
          "displayTitle": "Taiwan Int'l Woodworking Machinery Show",
          "showYearMonth": "2022/04",
          "logoUrl": "https://storage.googleapis.com/www.taiwantradeshow.com.tw/ttsShow/202006/62085641.png",
          "showBoots": "",
          "ttsShowUrl": "https://www.woodtaiwan.com/en/",
          "ttsCompanyUrl": ""
        },
        {
          "syId": "TM2022",
          "displayTitle": "TIMTOS x TMTS 2022",
          "showYearMonth": "2022/02",
          "logoUrl": "https://storage.googleapis.com/www.taiwantradeshow.com.tw/ttsShow/202111/34530482.png",
          "showBoots": "I2081",
          "ttsShowUrl": "https://www.timtos.com.tw/en/",
          "ttsCompanyUrl": "https://www.timtos.com.tw/en/exhibitor/7113885574752BA1C84DBC1BABEDBEEC/info.html"
        }
      ]
    },
    "contactUs": {
      "owner": "Mr. 高雄辦公室",
      "contactFullName": "Mrs. 李***(e)",
      "contactPicture": "https://im01.ttstaging.com.tw/3c4cdc29-b664-416e-a66a-ecfb21258f23/%E4%B8%8B%E8%BC%89-100x100.jpg",
      "contactCard": "https://im01.ttstaging.com.tw/0add1c1a-0938-4aaf-b19a-56186fc1bc43/230134c7-aeff-476e-9ee9-ac55657929f5-389x195.jpg",
      "contactPhone": "+886-2-23956966#2501",
      "officePostal": "100",
      "officeAddress": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) from test",
      "officeAddressTw": "新竹縣竹北市台元一街",
      "factoryAddress": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) ",
      "factoryAddressTw": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) ",
      "officeHour": "Monday-Friday 9:00-18:00",
      "onlineShop": "http://www.idealez.com/16541333/home/en_US",
      "websiteUrl": "http://www.hyweb.com.tw",
      "qrcodeUrl": "https://hyweb.en.ttstaging.com.tw",
      "officeFax": "+886-2-23956966",
      "lastUpdateTime": 1633332979000
    }
  }
}
{
  "code": 0,
  "errorMsg": "",
  "data": {
    "multimedia": [
      {
        "itemId": 45257,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://sketchfab.com/models/e6456ef91bb84451a498a797dd2f2146/embed?autospin=1&autostart=1&camera=1&ui_infos=0&ui_controls=0&ui_stop=0",
        "title": "HYWEB TECHNOLOGY CO., LTD.",
        "productUrl": "https://sketchfab.com/models/e6456ef91bb84451a498a797dd2f2146/embed?autospin=1&autostart=1&camera=1&ui_infos=0&ui_controls=0&ui_stop=0"
      },
      {
        "itemId": 45317,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://scankit.istaging.com/FH1-3/FH1-3.html",
        "title": "360---",
        "productUrl": "https://scankit.istaging.com/FH1-3/FH1-3.html"
      },
      {
        "itemId": 45277,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://www.youtube.com/watch?v=97N1qFMHVxc",
        "title": "HYWEB",
        "productUrl": "https://www.youtube.com/watch?v=97N1qFMHVxc"
      },
      {
        "itemId": 45278,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://livetour.istaging.com/782f251f-13d3-4408-b85b-7f9ebc07c731?index=3",
        "title": "VR 2 ",
        "productUrl": "https://livetour.istaging.com/782f251f-13d3-4408-b85b-7f9ebc07c731?index=3"
      },
      {
        "itemId": 47197,
        "pictureId": null,
        "pictureUrl": null,
        "defineUrl": "https://www.youtube.com/watch?v=IuEjJENS_EM",
        "title": null,
        "productUrl": "https://www.youtube.com/watch?v=IuEjJENS_EM"
      }
    ],
    "bigIcon": [
      {
        "imgUrl": "//im01.ttstaging.com.tw/f9e17633-146c-410d-b419-e65de0694dc3/20190115-金色紫色-500x500-100x100.jpg",
        "name": "Taiwantrade Select",
        "sort": 1
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/61a166f4-b7f3-44a9-a039-8c57a97c933c/taiwanexcellence_gold-100x100.png",
        "name": "Taiwan Excellence Gold Award",
        "sort": 2
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/0bfa2769-3259-4db0-a309-73b5a5c81fdc/taiwanexcellence_silver-100x100.png",
        "name": "Taiwan Excellence Silver Award",
        "sort": 3
      },
      {
        "imgUrl": "//im01.ttstaging.com.tw/4bb0ca9d-0b3c-470a-b35c-3415bef401c5/2016-Taiwan-Excellence-100x100-100x100.png",
        "name": "Taiwan Excellence Award",
        "sort": 4
      }
    ],
    "companyProfile": {
      "companyId": 147927,
      "companyName": "HYWEB TECHNOLOGY CO., LTD.",
      "languageId": 42,
      "companyWebSiteUrl": "https://hyweb.en.ttstaging.com.tw",
      "yearEstablished": 1996,
      "factoryLocation": "Taiwan",
      "totalRevenue": "USD > 50,000,000",
      "showCapital": 1,
      "capital": null,
      "employeeRank": "101 - 200",
      "businessTypeListDesc": "Exporter, Importer",
      "mainExportProductName": "HyRead ebook",
      "mainExportMarketListDesc": "American Samoa, Australia, Canada, Christmas Island, Cocos (Keeling) Islands, Greenland, Guadeloupe, Heard and Mc Donald Island, St. Helena St.Helena, United States"
    },
    "productCount": 59,
    "productMoreUrl": "https://hyweb.en.ttstaging.com.tw/product-catalog/all-products.html",
    "productlist": [
      {
        "pid": 1893926,
        "newest": 1,
        "productName": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "imageURL": "https://im01.ttstaging.com.tw/d9bf0f1f-c05a-4fbc-b14f-914dc17ec185/howl049-220x220.jpg",
        "imgAlt": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "imgTitle": "(佳淇準備欄位中請不要動)(En標題) 產品名稱 128字元123(En)",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇準備欄位中請不要動-en標題-產品名稱-128字元123-en-1893926.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 15,
        "discountStartDate": 1629450000000,
        "discountEndDate": 1634220000000,
        "priceMin": 88.88,
        "priceMax": 111.11,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": 10,
        "catalogStandardCid": 2146
      },
      {
        "pid": 1766003,
        "newest": 1,
        "productName": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "imageURL": "https://im01.ttstaging.com.tw/8c8b3364-a935-47d1-99f7-ffcd8d95de06/000001_1575601068-220x220.jpg",
        "imgAlt": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "imgTitle": "[佳淇修改]LED  Ceiling light HyRead(英文)",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇修改-led-ceiling-light-hyread-英文-1766003.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 20,
        "discountStartDate": 1583057019000,
        "discountEndDate": 1588241023000,
        "priceMin": 30,
        "priceMax": 30,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "catalogStandardCid": 2914
      },
      {
        "pid": 1829773,
        "newest": 1,
        "productName": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "imageURL": "https://im01.ttstaging.com.tw/84a4ab7d-f2d5-4ce9-ac36-3972a7e4fc39/2020-11-17_171802-220x220.jpg",
        "imgAlt": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "imgTitle": "Frozen Barramundi, Barramundi Perch, Asian Seabass, Giant Perch, Palmer, Cockup, Bekti, Nairfish, Silver Barramundi",
        "productUrl": "https://www.ttstaging.com.tw/product/frozen-barramundi-barramundi-perch-asian-seabass-giant-perch-palmer-cockup-bekti-nairfish-silver-barramundi-1829773.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": 10,
        "catalogStandardCid": 732
      },
      {
        "pid": 1814129,
        "newest": 1,
        "productName": "PUMA shoes",
        "imageURL": "https://im01.ttstaging.com.tw/0efd68b9-e311-410b-9236-ff11d95ccff4/puma_ori_2560_1340-220x220.jpg",
        "imgAlt": "PUMA shoes",
        "imgTitle": "PUMA shoes",
        "productUrl": "https://www.ttstaging.com.tw/product/puma-shoes-1814129.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 15,
        "discountStartDate": 1601481609000,
        "discountEndDate": 1603292435000,
        "priceMin": 76,
        "priceMax": 199,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": 1,
        "catalogStandardCid": 3150
      },
      {
        "pid": 1765440,
        "newest": 1,
        "productName": "Pure Mask",
        "imageURL": "https://im01.ttstaging.com.tw/00426da3-d000-4d36-945b-a5c706474351/ijbboffeibz-220x220.jpeg",
        "imgAlt": "Pure Mask",
        "imgTitle": "Pure Mask",
        "productUrl": "https://www.ttstaging.com.tw/product/pure-mask-1765440.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 10,
        "discountStartDate": 1593566799000,
        "discountEndDate": 1596207642000,
        "priceMin": 123,
        "priceMax": 123,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": 10,
        "catalogStandardCid": 732
      },
      {
        "pid": 1618648,
        "newest": 1,
        "productName": "(En)測試中英日文都有建的型錄",
        "imageURL": "https://im01.ttstaging.com.tw/5527cfc5-5ba5-4224-816d-453ee2bba49e/0010526607_bc_01-220x220.jpg",
        "imgAlt": "(En)測試中英日文都有建的型錄",
        "imgTitle": "(En)測試中英日文都有建的型錄",
        "productUrl": "https://www.ttstaging.com.tw/product/en-測試中英日文都有建的型錄-1618648.html",
        "isSelling": 1,
        "isFreeShipping": 0,
        "isDiscount": 1,
        "discount": 20,
        "discountStartDate": 1604473252000,
        "discountEndDate": 1604502014000,
        "priceMin": 2222222222,
        "priceMax": 7777777777,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "catalogStandardCid": 3434
      },
      {
        "pid": 1763352,
        "newest": 1,
        "productName": "wuhan coronavirus",
        "imageURL": "https://im01.ttstaging.com.tw/54bae3d1-4ca7-47a1-a565-53f0f534a5e6/0546db0d-3ce8-4805-9fa6-6ca7b67392e5_33_201500014734_L-220x220.jpg",
        "imgAlt": "wuhan coronavirus",
        "imgTitle": "wuhan coronavirus",
        "productUrl": "https://www.ttstaging.com.tw/product/wuhan-coronavirus-1763352.html",
        "isSelling": 1,
        "isFreeShipping": 1,
        "isDiscount": 1,
        "discount": 25,
        "discountStartDate": 1580545729000,
        "discountEndDate": 1611995332000,
        "priceMin": 3,
        "priceMax": 5,
        "priceCurrency": "USD",
        "unit": "Pieces",
        "minOrder": null,
        "catalogStandardCid": 701
      },
      {
        "pid": 1804917,
        "newest": 1,
        "productName": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "imageURL": "https://im01.ttstaging.com.tw/db7b70b5-6b22-42c6-9041-c2ec71279bab/ECP0200503294940_1_10796401C-220x220.jpg",
        "imgAlt": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "imgTitle": "HyRead Gaze Note 7.8吋全平面電子紙閱讀器",
        "productUrl": "https://www.ttstaging.com.tw/product/hyread-gaze-note-7-8吋全平面電子紙閱讀器-1804917.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": null,
        "catalogStandardCid": 2056
      },
      {
        "pid": 1885411,
        "newest": 1,
        "productName": "(SEO規則檢查) En 設定metadata並啟用",
        "imageURL": "https://im01.ttstaging.com.tw/283def84-09c4-4bdb-a0da-4659be3899e3/pexels-artem-podrez-6279104-220x220.jpg",
        "imgAlt": "(SEO規則檢查) En 設定metadata並啟用",
        "imgTitle": "(SEO規則檢查) En 設定metadata並啟用",
        "productUrl": "https://www.ttstaging.com.tw/product/seo規則檢查-en-設定metadata並啟用-1885411.html",
        "isSelling": 0,
        "isFreeShipping": 0,
        "isDiscount": 0,
        "discount": 0,
        "discountStartDate": null,
        "discountEndDate": null,
        "priceMin": null,
        "priceMax": null,
        "priceCurrency": null,
        "unit": "Pieces",
        "minOrder": null,
        "catalogStandardCid": 1919
      },
      {
        "pid": 1901562,
        "newest": 1,
        "productName": "(佳淇)測試全欄位免運",
        "imageURL": "https://im01.ttstaging.com.tw/3236d551-a75a-49c7-ac93-e1f6706e7f5b/taiwan_fruit3-220x220.jpg",
        "imgAlt": "(佳淇)測試全欄位免運",
        "imgTitle": "(佳淇)測試全欄位免運",
        "productUrl": "https://www.ttstaging.com.tw/product/佳淇-測試全欄位免運-1901562.html",
        "isSelling": 1,
        "isFreeShipping": 1,
        "isDiscount": 1,
        "discount": 10,
        "discountStartDate": 1633053600000,
        "discountEndDate": 1667183160000,
        "priceMin": 85,
        "priceMax": 99.99,
        "priceCurrency": "USD",
        "unit": "Unit/Units",
        "minOrder": 20,
        "catalogStandardCid": 2977
      }
    ],
    "factoryInfo": {
      "videoList": [
        {
          "videoURL": "https://www.youtube.com/watch?v=D9FylHu41fY",
          "videoTitle": "凌網科技-資訊服務業國際化發展"
        },
        {
          "videoURL": "https://www.youtube.com/watch?v=arOcQrssbdk",
          "videoTitle": "認識Jumper"
        },
        {
          "videoURL": "https://youtu.be/huTUOek4LgU",
          "videoTitle": "music for hope"
        }
      ],
      "imageList": [
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/c8ed500e-0a81-4a04-83e5-244103cf2c98/公司簡介|凌網科技_(1)-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/c8ed500e-0a81-4a04-83e5-244103cf2c98/公司簡介|凌網科技_(1)-369x244.png",
          "imageTitle": "10/4編輯測試最後更新"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/35ff8a45-aa45-4da8-a107-ee067b520e0c/agfyg-a1zr6-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/35ff8a45-aa45-4da8-a107-ee067b520e0c/agfyg-a1zr6-369x244.jpg",
          "imageTitle": "測試"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/9dd00622-e762-442e-95a2-a9eb3a3990df/56385471ff2e30d03d9ca998_u71-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/9dd00622-e762-442e-95a2-a9eb3a3990df/56385471ff2e30d03d9ca998_u71-369x244.png",
          "imageTitle": "竹北總公司"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/1c271bfc-7c52-4000-be92-18e8a53d2503/5641a9a9b17ad83d3b17ec35_about_img-p-800x313-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/1c271bfc-7c52-4000-be92-18e8a53d2503/5641a9a9b17ad83d3b17ec35_about_img-p-800x313-369x244.jpg",
          "imageTitle": "凌網形象"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/9542b68b-d729-42c3-8c4f-6214b1c098b3/56385c51ff2e30d03d9caac3_hyweb-thailand-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/9542b68b-d729-42c3-8c4f-6214b1c098b3/56385c51ff2e30d03d9caac3_hyweb-thailand-369x244.png",
          "imageTitle": "泰國凌網"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/31d24768-adc2-49c3-930e-7db4931334b7/56385c8841775331077e345c_hyweb-beijing-369x244.png",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/31d24768-adc2-49c3-930e-7db4931334b7/56385c8841775331077e345c_hyweb-beijing-369x244.png",
          "imageTitle": "北京凌網"
        },
        {
          "pcImgUrl": "https://im01.ttstaging.com.tw/3ca49da8-aa65-4a9f-bd59-8d3dd9d743a7/59fc26491ed1d80001238206_得獎歷程-直-繁-p-1080-369x244.jpg",
          "mobileImgUrl": "https://im01.ttstaging.com.tw/3ca49da8-aa65-4a9f-bd59-8d3dd9d743a7/59fc26491ed1d80001238206_得獎歷程-直-繁-p-1080-369x244.jpg",
          "imageTitle": "品質與肯定"
        }
      ]
    },
    "certInfo": {
      "ttsCert": 0,
      "ttsCertName": null,
      "advancedCert": 1,
      "advancedCertName": "Advanced Verified",
      "thirdPartyCert": {
        "total": 1,
        "allCertHref": "",
        "certList": [
          {
            "isUseHtml": 1,
            "informationHtml": "<a id=\\\"cert_doc\\\" style=\\\"color:blue;\\\" target=\\\"_blank\\\" href=\\\"https://dunscertified.dnb.com.tw/en/DUNSCertifiedProfile/DCP[ID]\\\"><img id=\\\"cert_img\\\" style=\\\"position: inherit;\\\" src=\\\"https://dunscertified.dnb.com.tw/Images/dnb_logo.png\\\"><br>DUNS Certified Profile</a>",
            "id": null,
            "imgSrc": null,
            "href": null,
            "title": null,
            "alt": null
          }
        ]
      },
      "companyCert": {
        "total": 4,
        "allCertHref": "",
        "certList": [
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700437,
            "imgSrc": "https://im01.itaiwantrade.com/79849b63-239d-4b6a-8163-fddb1ab2d96b/CSA-100x100.png",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700637,
            "imgSrc": "https://im01.itaiwantrade.com/05ea7988-679a-4fa3-afb8-f21b37351628/ENEC-100x100.png",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 700755,
            "imgSrc": "https://im01.itaiwantrade.com/79bb8eb2-3038-4ed6-93bf-c1985a3293d7/ISO13485-100x100.jpg",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 701457,
            "imgSrc": "https://im01.ttstaging.com.tw/7997627c-b2ea-4c6d-98bf-365740cb1f96/puma3-980x980.jpg",
            "href": null,
            "title": null,
            "alt": null
          }
        ]
      },
      "productCert": {
        "total": 28,
        "allCertHref": "",
        "certList": [
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702419,
            "imgSrc": "https://im01.itaiwantrade.com/79849b63-239d-4b6a-8163-fddb1ab2d96b/CSA-100x100.png",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702418,
            "imgSrc": "https://im01.ttstaging.com.tw/7d2045a0-34a0-4105-9daa-82a1ae93f86c/AGA-100x100.jpg",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702375,
            "imgSrc": "https://im01.itaiwantrade.com/d9b11618-10b1-4803-8e14-dc9f510ca26a/HACCP-100x100.jpg",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702357,
            "imgSrc": "https://im01.ttstaging.com.tw/2073de80-5a37-42d2-90c4-4fb51d6ddc69/unnamed.jpg",
            "href": null,
            "title": null,
            "alt": null
          },
          {
            "isUseHtml": 0,
            "informationHtml": "",
            "id": 702356,
            "imgSrc": "https://im01.itaiwantrade.com/5ea90512-0c26-42e3-a307-6ed25e0ba66f/IS9001-100x100.jpg",
            "href": null,
            "title": null,
            "alt": null
          }
        ]
      }
    },
    "awardInfo": {
      "awardList": [
        {
          "ccid": 413290,
          "title": "Taiwan Excellence",
          "imgSrc": "https://im01.ttstaging.com.tw/afdf30b4-caf5-48ee-9ffb-df792484af49/59fad54dc9a5280001e5f90d_2018_Standard_Size_標準型_頁面_13-p-500-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "臺灣精品",
          "startYear": "2021"
        },
        {
          "ccid": 411734,
          "title": "Academy-country-award",
          "imgSrc": "https://im01.ttstaging.com.tw/ae758687-c838-4ba3-8aac-708f595dbad0/Academy-country-award-360x360.jpeg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "Academy-country-award",
          "startYear": "2020"
        },
        {
          "ccid": 699295,
          "title": "aw01test",
          "imgSrc": "https://im01.ttstaging.com.tw/13ceb89d-6998-42eb-89a6-86c4349af7db/Prosciutto-Chicken_Linguine-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "aw01test",
          "startYear": "2020"
        },
        {
          "ccid": 699735,
          "title": "awdTest01",
          "imgSrc": "https://im01.ttstaging.com.tw/4f874ba3-4478-4aea-8d09-e3a606061b97/0546db0d-3ce8-4805-9fa6-6ca7b67392e5_33_201500014734_L-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "awdTest0123",
          "startYear": "2022"
        },
        {
          "ccid": 699736,
          "title": "awdTest2",
          "imgSrc": "https://im01.ttstaging.com.tw/51908512-14dc-4a90-bdf3-f17dc014f741/18a0a116-9e3a-4431-a925-56b6008bc40e_33_201500014735_L-100x100-360x360.jpg",
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#awardcert",
          "description": "awdTest0123",
          "startYear": "2020"
        }
      ],
      "officialRecordList": [
        {
          "ccid": 411735,
          "title": "Academy-country Event",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "Academy-country event",
          "startYear": "2020"
        },
        {
          "ccid": 699155,
          "title": "Test",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "desc",
          "startYear": "2020"
        },
        {
          "ccid": 699498,
          "title": "taipei",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "123",
          "startYear": "2020"
        },
        {
          "ccid": 699738,
          "title": "test",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "asdasd",
          "startYear": "2020"
        },
        {
          "ccid": 699739,
          "title": "adasd",
          "imgSrc": null,
          "href": "https://www.ttstaging.com.tw/certification/hyweb-technology-co-ltd-16541333.html#officialrecordcert",
          "description": "adasd",
          "startYear": "2020"
        }
      ],
      "officialRecordsFromTTSList": [
        {
          "syId": "PK2020",
          "displayTitle": "Taipei International Packaging Industry Show",
          "showYearMonth": "2020/12",
          "logoUrl": "https://storage.googleapis.com/www.taiwantradeshow.com.tw/ttsShow/202009/26324509.jpg",
          "showBoots": "I0902",
          "sUrl": null
        },
        {
          "syId": "FD2020",
          "displayTitle": "Taipei International Food Show",
          "showYearMonth": "2020/12",
          "logoUrl": "https://storage.googleapis.com/www.taiwantradeshow.com.tw/ttsShow/202007/91527485.jpg",
          "showBoots": "C0505",
          "sUrl": null
        }
      ]
    },
    "contactUs": {
      "owner": "Mr. 高雄辦公室",
      "contactFullName": "Mrs. 李***(e)",
      "contactPicture": "https://im01.ttstaging.com.tw/3c4cdc29-b664-416e-a66a-ecfb21258f23/%E4%B8%8B%E8%BC%89-100x100.jpg",
      "contactCard": "https://im01.ttstaging.com.tw/0add1c1a-0938-4aaf-b19a-56186fc1bc43/230134c7-aeff-476e-9ee9-ac55657929f5-389x195.jpg",
      "contactPhone": "+886-2-23956966#2501",
      "officePostal": "100",
      "officeAddress": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) from test",
      "officeAddressTw": "新竹縣竹北市台元一街",
      "factoryAddress": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) ",
      "factoryAddressTw": "5F.-6, No.8, Taiyuan 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) ",
      "officeHour": "Monday-Friday 9:00-18:00",
      "onlineShop": "",
      "qrcodeUrl": "https://hyweb.en.ttstaging.com.tw",
      "officeFax": "+886-2-23956966",
      "lastUpdateTime": 1633332979000
    }
  }
}