Last active
December 18, 2015 13:29
-
-
Save liuchang0812/5790551 to your computer and use it in GitHub Desktop.
api define
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
host url: http://3.lcusersystem.sinaapp.com/ |
添加一条分享
地址 : /addshare
方法 : POST
表单内容:
userid , content , title
返回内容:
json
例如:
成功
{
"result": "1"
}
失败
{
"result":“0”
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
添加一条提问
地址: /subrequest
方法:POST
表单内容:
userid , category , questcontent
返回内容: