分享到 :

QQApiImageForQQAvatarObject(3.3.5)

用于设置静态QQ头像内容的对象,是一个指定为图片类型的QQApiExtendObject。

  • 父类

QQApiExtendObject

  • 回调说明:如果用户有返回第三方操作,会有以下几种回调值:
"ret=0" //成功
"ret=-4&error_des=the user give up the current operation" //用户放弃当前操作
"ret=-5&error_des=client internal error" //客户端内部处理错误
"ret=-3&error_des=upload pictures failed" //上传图片失败
"ret=-9&error_des=third app net req fail" //第三方app请求失败, 网络失败
"ret=-1&error_des=param error" //参数错误
"ret=-8&error_des=third app no right to current operation" //第三方app没权限进行当前操作,需互联官网申请
返回顶部