請求(Request)
Request body
| 欄位名稱 | 對應欄位 | 資料型態 | 備註 |
|---|---|---|---|
| 功能* | action | String | 請求功能名稱 |
| 使用者ID | Fsessionuser | session_user | 回傳取得session_user, 請用COOKIE 記錄ID |
{
"data": {
"action": "configs",
"Fsessionuser": "20260203171620766"
}
}
請求(Request)成功:
Response body
| 欄位名稱 | 對應欄位 | 資料型態 | 備註 |
|---|---|---|---|
| 本次使用者ID | session_user | String | 第一次會取得ID, 請用COOKIE 記錄ID, 如果傳送Fsessionuser就不會回傳 |
| 網站名稱 | siteTitle | String | |
| 網站描述 | description | String | |
| 網站關鍵字 | keywords | String | |
| Favicon圖片 | Faviconpic | String | |
| 網站網址 | siteurl | String | |
| 使用API網站網址 | appsiteUrl | String | |
| 網站LOGO | siteLogo | String | |
| 公司行動電話 | commobile | String | |
| 公司電話 | comphone | String | |
| 公司EMAIL | comemail | String | |
| 公司LINE連結 | comline | String | |
| 公司LINE ID | comlineid | String | |
| 公司mmessenger ID | commessenger | String | |
| 公司地址 | comadder | String | |
| 公司facebook網址 | comfacebook | String | |
| 公司Instagram網址 | comInstagram | String | |
| 公司Youtube網址 | comYoutube | String | |
| 公司營業時間 | com_business_hours | String | |
| 預計配達開始天數 | deliverystopDate | String | |
| 預計配達結束天數 | deliverystartDate | String |
範例
{
"session_user": "20260203171620766",
"siteTitle": "PHPSHOP 專業網路開店系統|3cserve 購物車平台",
"description": "提供php購物車軟體 phpshop 網路開店系統,購物車系統,幫你量身訂作購物車,平易價格,強悍功能,提供刷卡機制,可結合你現有網站,是企業架站最佳選擇,連絡電話03-3892613 購物系統 網路開店軟體 網路開店系統",
"keywords": "test2",
"Faviconpic": "https://test2.phpshop.com.tw/action_files/test2.phpshop.com.tw/20240507165338425.png",
"siteurl": "https://test2.phpshop.com.tw",
"appsiteUrl": "https://test3.phpshop.com.tw",
"siteLogo": "https://test2.phpshop.com.tw/website_logo/Uec5401e527d59603be4ac8f96e7856b7/1583393922.png",
"commobile": "0958033701",
"comphone": "0958033701",
"comemail": "sihon52@gmail.com",
"comline": "line://ti/p/crGea11eK",
"comlineid": "sihon2",
"commessenger": "100063820822243",
"comadder": "桃園市大溪區介壽路703巷8弄52號",
"comfacebook": "https://www.facebook.com/profile.php?id=100063820822243",
"comInstagram": "",
"comYoutube": ""
"com_business_hours": "星期一 ~星期五早上9.00 - 下午6.00",
"deliverystartDate": "",
"deliverystopDate": "",
}
請求(Request)失敗:
{
"status": "error",
"message": "Unauthorized"
}