Skip to content

Instantly share code, notes, and snippets.

@httpspace
Last active September 19, 2016 06:01
Show Gist options
  • Save httpspace/638d01ed265335519e2d26affbc5cba3 to your computer and use it in GitHub Desktop.
Save httpspace/638d01ed265335519e2d26affbc5cba3 to your computer and use it in GitHub Desktop.
/*
|----------------------------------------------------------------------------------------------------------
| MF POST API
|----------------------------------------------------------------------------------------------------------
|http://fans.tests99.com/api/post_message_new.php?key=***
|----------------------------------------------------------------------------------------------------------
| @param string $_POST['message'] 發佈的訊息 default empty
| @param string $_POST['url'] 網址 default empty
| @param string $_POST['photo_url'] 指定圖片網址 default empty
| @param string $_POST['gid'] 群組id(必填)(複數群組以,隔開)
| @param string $_POST['type'] 訊息類型 (0.非廣告文 1.廣告文 2.影片推廣文 3.事件文 4.投稿文 ) default 1
|----------------------------------------------------------------------------------------------------------
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment