Home > Back-end >  Urgent urgent senior weibo mass interface
Urgent urgent senior weibo mass interface

Time:10-06

According to the list the UID mass
According to the list the UID mass
Interface call request description: URL:https://m.api.weibo.com/2/messages/sendall.json? Access_token=access_token HTTP request method: POST


POST data description:

Text

{
"Touser" : [
"Uid1,"
"Uid2
"],
"Text" : {
"Content" : "content"//text content
},
"Msgtype", "text"
}

I understand is a post request parameter is a json,,, hard to understand why the error have been submitted to the parameters
  • Related