From 15909fe03b67831ae7a05823bcef1c6639e719d7 Mon Sep 17 00:00:00 2001 From: pingzi Date: Thu, 12 May 2022 20:13:07 +0800 Subject: [PATCH] update uni-stat docs --- uni-stat.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/uni-stat.md b/uni-stat.md index e6cd73d..10250d7 100644 --- a/uni-stat.md +++ b/uni-stat.md @@ -25,7 +25,7 @@ | :--------: | :-----: |:---------:|:---------------------------------------: | | _id | string |- |ID,系统自动生成 | | appid | string |- |统计应用ID,对应opendb-app-list.appid | -| platform | string |- |应用平台,对应uni-stat-app-platforms.code | +| platform_id | string |- |应用平台编号,对应uni-stat-app-platforms._id | | channel_code | string |- |客户端上报的渠道编码,如:xiaomi | | channel_name | string |- |渠道名称/场景名称,渠道名称管理员可编辑,管理端显示| | create_time | timestamp |- |创建时间 | @@ -51,14 +51,14 @@ ### 字段说明 -| 字段名 | 类型 | 默认值 | 说明 | -| :--------: | :-----: |:---------:| :-------------------: | -| _id | string | - | ID,系统自动生成 | -| appid | string | - | 统计应用ID,对应opendb-app-list.appid | -| platform | string | - | 应用平台,对应uni-stat-app-platforms.code| -| version | string | - | 应用版本 | -| create_time | timestamp | - | 创建时间 | -| last_modify_time | timestamp | - | 最后修改时间 | +| 字段名 | 类型 | 默认值 | 说明 | +| :--------: | :-----: |:---------:| :-------------------: | +| _id | string | - | ID,系统自动生成 | +| appid | string | - | 统计应用ID,对应opendb-app-list.appid | +| platform_id | string |- |应用平台编号,对应uni-stat-app-platforms._id | +| version | string | - | 应用版本 | +| create_time | timestamp | - | 创建时间 | +| last_modify_time | timestamp | - | 最后修改时间 | 说明:这是专为uni统计增加的版本表,和uni升级中心的版本表不同。