迟到总比没有好)2019 年我们使用这个 API https://developers.viber.com/rest/
广播消息
资源网址:
https://chatapi.viber.com/pa/broadcast_message
{
"sender":{
"name":"John McClane",
"avatar":"http://avatar.example.com"
},
"min_api_version":2,
"type":"rich_media",
"broadcast_list":[
"pttm25kSGUo1919sBORWyA==",
"2yBSIsbzs7sSrh4oLm2hdQ==",
"EGAZ3SZRi6zW1D0uNYhQHg==",
"kBQYX9LrGyF5mm8JTxdmpw=="
],
"type":"text",
"text":"Hello World!"
}
发布到公共聊天
资源网址:
https://chatapi.viber.com/pa/post
发布数据:
{
"from":"01234567890A=",
"sender":{
"name":"John McClane",
"avatar":"http://avatar.example.com"
},
"type":"text",
"text":"Hello World!"
}