用户反馈

ReadWrite

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