用户反馈
Have an account?
Sign in
Read
Write
你可以使用我们的API来显示你在icnBeta上面的信息
其中authkey为API接口的唯一识别符,username是你所需要调用的用户;默认显示最后一条。注意,请使用GET方法。
Example:
请参阅调用文件
Result:
API入口(GET方法):
http://m.close.cc/api/api.php
小弟第一次写API。。:)
Any questions? Please feel free to contact me @
http://jerrychen.tel
你可以使用我们的API来更新你在icnBeta上面的信息
其中authkey为API接口的唯一识别符,username是你所需要调用的用户,password为经过sha1加密后的密码,可以通过php函数sha1()获得,content为内容
警告,请勿外泄你的密码和sha1加密后的字符串。注意,请使用POST方法。
Example:
请参阅调用文件
Result:
执行成功:done
出现sql错误:error
其他错误请根据错误提示操作
API入口(POST方法):
http://m.close.cc/api/api.php?do=write
小弟第一次写API。。:)
Any questions? Please feel free to contact me @
http://jerrychen.tel
请参阅调用文件
http://m.close.cc/api/api.php