請求(Request)
Request body
| 欄位名稱 | 對應欄位 | 資料型態 | 備註 |
|---|---|---|---|
| 功能* | category | String | 請求功能名稱 |
{ "data": { "action": "category","Fsessionuser": "20260203171620766"} }
請求(Request)成功:
Response body
| 欄位名稱 | 對應欄位 | 資料型態 | 備註 |
|---|---|---|---|
| 現行 | active | String | |
| 分類ID | categoryid | String | |
| 分類圖片 | categorypic | String | |
| 分類名稱 | category | String | |
| 分類連結 | category_href | String | |
| 子分類 | subcategorys | Array |
子分類
| 欄位名稱 | 對應欄位 | 資料型態 | 備註 |
|---|---|---|---|
| 現行 | active | String | |
| 分類ID | categoryid | String | |
| 分類圖片 | categorypic | String | |
| 分類名稱 | category | String | |
| 分類連結 | category_href | String |
範例
[{
"active": "",
"categoryid": "10000/10292",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412085951688.png",
"category": "女士服裝",
"category_href": "./product?category=10000/10292&producttitle=女士服裝",
"subcategorys": [{
"active": "",
"categoryid": "10000/10292/10293",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412085951688.png",
"category": "上衣類",
"category_href": "./product?category=10000/10292/10293&producttitle=女士服裝"
}, {
"active": "",
"categoryid": "10000/10292/10294",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412085951688.png",
"category": "外套類",
"category_href": "./product?category=10000/10292/10294&producttitle=女士服裝"
}, {
"active": "",
"categoryid": "10000/10292/10301",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412085951688.png",
"category": "下身類",
"category_href": "./product?category=10000/10292/10301&producttitle=女士服裝"
}]
},{
"active": "",
"categoryid": "10000/10092",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412090743372.png",
"category": "男士服裝",
"category_href": "./product?category=10000/10092&producttitle=男士服裝",
"subcategorys": [
{
"active": "",
"categoryid": "10000/10292/10293",
"categorypic": "https://test2.phpshop.com.tw/shop_images/test2.phpshop.com.tw/20240412085951688.png",
"category": "上衣類",
"category_href": "./product?category=10000/10292/10293&producttitle=女士服裝"
}
]
}]