感谢使用本 API,如果您想捐赠站长,请 戳我赞助→
{ "isOnline": true, "title": "Test Window Title" }
curl --location --request POST 'https://common-api.liuzhen932.top/widget/status' \ --header 'Authorization: Bearer TOKEN_HERE' \ --header 'Content-Type: application/json' \ --data-raw '{ "isOnline": true, "title": "Test Window Title" }'
{ "code": 0, "msg": "", "data": { "time": 1737878066673, "ip": "2409:8a4c:6b4:*", "isOnline": true, "title": "Test Window Title" } }