|
- POST /dict/server/index.php?s=/api/catalog/catListName HTTP/1.1
- Host: 192.168.1.22
- Proxy-Connection: keep-alive
- Content-Length: 93
- Accept: application/json, text/plain, */*
- User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
- Content-Type: application/x-www-form-urlencoded
- Accept-Language: en-US,en;q=0.9
- Origin: http://192.168.1.22
- Referer: http://192.168.1.22/dict/web/
- Cookie: PHPSESSID=3u0d66tp51ddjjtmdtkn3m8o16; think_language=en-US
- item_id=646980239&user_token=2fcbf3c9a6a8d97c31008b6f0fe263459a2d1825230fe79a2ed9035921c7afc9
- HTTP/1.1 200 OK
- Date: Thu, 01 May 2025 09:48:38 GMT
- Server: Apache/2.4.27 (Win64) PHP/5.6.31
- X-Powered-By: PHP/5.6.31
- Expires: Thu, 19 Nov 1981 08:52:00 GMT
- Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
- Pragma: no-cache
- Content-Length: 548
- Content-Type: text/html; charset=UTF-8
复制代码
返回:
- {
- "error_code": 0,
- "data": [
- {
- "cat_id": "480282616",
- "cat_name": "7528623776f85173",
- "item_id": "646980239",
- "s_number": "99",
- "addtime": "2023-11-26\n00:33:47",
- "parent_cat_id": "0",
- "level": "2"
- },
- {
- "cat_id": "480282617",
- "cat_name": "5730740676f85173",
- "item_id": "646980239",
- "s_number": "99",
- "addtime": "2023-11-26\n00:33:47",
- "parent_cat_id": "0",
- "level": "2"
- },
- {
- "cat_id": "480282618",
- "cat_name": "5730740676f85173/56fd51856570636e",
- "item_id": "646980239",
- "s_number": "99",
- "addtime": "2023-11-26\n00:33:47",
- "parent_cat_id": "480282617",
- "level": "3"
- }
- ]
- }
复制代码 |
|