Skip to content

Instantly share code, notes, and snippets.

@liuchang0812
Last active December 18, 2015 13:29
Show Gist options
  • Save liuchang0812/5790551 to your computer and use it in GitHub Desktop.
Save liuchang0812/5790551 to your computer and use it in GitHub Desktop.
api define
host url: http://3.lcusersystem.sinaapp.com/
@liuchang0812
Copy link
Author

添加一条分享

地址 : /addshare
方法 : POST
表单内容:
userid , content , title
返回内容:
json
例如:

成功

{
  "result": "1"
}

失败

{
 "result":“0”
}

@liuchang0812
Copy link
Author

一键注册

地址: /regone
返回内容:
result , userid

注册一个名为: zhixing , 密码为123456 , 邮箱为zhixing@qq.com的用户

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment