# Interface: GetShareInfoRes
• GetShareInfoRes()
# Properties
# Optional
cloudID
• cloudID? : string
敏感数据对应的云 ID,开通云开发的小程序才会返回,可通过云调用直接获取开放数据,详细见{@link 云调用直接获取开放数据 (opens new window)}
todo
update the doc link above
Returns: string
# encryptedData
• encryptedData: string
包括敏感数据在内的完整转发信息的加密数据,详细见{@link 加密数据解密算法 (opens new window)}
todo
update the doc link above
Returns: string
# errMsg
• errMsg: string
API 调用成功/失败的消息
Returns: string
# iv
• iv: string
加密算法的初始向量,详细见{@link 加密数据解密算法 (opens new window)}
todo
update the doc link above
Returns: string