Tạo nhắc hẹn cá nhân
Body
Name
Type
Description
service
message
method
createTopic
data
{
"method": "createTopic",
"service": "message",
"data": {
"accountId": "39456257143545255",
"toId": "1598980502599776027",
"startTime": 1726624800000,
"title": "Title nhac hen",
"repeat": 1
}
}
repeat: 0 - Không lặp lại 1 - Hàng ngày 2 - Hàng tuần 3 - Hàng tháng
Response
{
"data": {
"error_message": null,
"data": {
"creatorUid": "39456257143545255", // id người tạo
"toUid": "1598980502599776027", // user_id người nhận
"emoji": "⏰",
"color": -16245706, // màu
"reminderId": "216172782254582491",
"createTime": 1726557972715,
"repeat": 1, // loại lặp lại
"startTime": 47947008, // thời gian bắt đầu
"editTime": 1726557972715,
"endTime": 0, // thời gian kết thúc
"params": {
"setTitle": true,
"title": "Title nhac hen"
}
},
"error_code": 0
},
"status": "success"
}
Last updated