在信令消息中,每个可同步的数据项定义为JSON对象,其格式为:
{    ”__id”:id,
    ”__cd”:cd,
    ”__ts”:timestamp,
    ”__rt”:status,
    ”__meta”:meta, 
   ”__data”:data}
id: json string。数据项唯一标识符。
cd: json string。数据项内容标识,可多个以分号分隔。
timestamp: json string。数据项更新版本号,可按整型解析并进行排序,不重复。
status: json string。操作结果返回值,仅在更新类操作中使用。默认值为“0”,表示成功。
 这 id 数据项唯一标识符。 cd  数据项内容标识,可多个以分号分隔。
有啥区别的