...
if you cannot guarantee this, it would be better to use an alternative API to push an event as below.
Code Block | ||
---|---|---|
| ||
{ "week": "2019-W21", // or "month": "2019-M11" or "year": "2022" "grade": 1, "school_id": 901, "count": 23 } |
...
...
if you cannot guarantee this, it would be better to use an alternative API to push an event as below.
Code Block | ||
---|---|---|
| ||
{ "week": "2019-W21", // or "month": "2019-M11" or "year": "2022" "grade": 1, "school_id": 901, "count": 23 } |
...