curl --location 'https://www.oschina.net/action/openapi/tweet_pub' \ --header 'Content-Type: application/json' \ --data '{ "access_token": "string", "msg": "string", "img": 0 }'
{ "error": 200, "error_description": "操作成功完成" }