我正在使用 PHP。我希望在不使用 JavaScript 实时通知库的情况下从 PHP 中获取未读/未见计数。我该怎么做?
我在 JavaScript 库中看到您返回以下信息:
"data": {
"deleted": "array activities or aggregated activities",
"new": "array activities or aggregated activities",
"unread":"int only sent for notification feeds",
"unseen":"int only sent for notification feeds",
"published_at":"time in iso format",
},