Showing
4 changed files
with
35 additions
and
31 deletions
inferface-document/cms/app版本升级提醒_db.md
0 → 100644
1 | +# app版本升级提醒 | ||
2 | + | ||
3 | +## yhb_operations.app_version_warning | ||
4 | + | ||
5 | +| 参数名 | 描述 | | ||
6 | +|--------------|---------------------------------------| | ||
7 | +| id | 主键 | | ||
8 | +| version | 版本信息 | | ||
9 | +| client_type | 客户端 iphone android ipad androidpad | | ||
10 | +| content | 提示信息 | | ||
11 | +| url | 链接 | | ||
12 | +| status | 状态 0 关闭 1 开启 | | ||
13 | +| create_time | 创建时间 | | ||
14 | +| update_time | 更新时间 | | ||
15 | + | ||
16 | + | ||
17 | + |
1 | +## 入口管理 | ||
2 | +yhb_operations.entrance_manager | ||
3 | + | ||
4 | +----------------------------- | ||
5 | +|参数名 |描述 | | ||
6 | +|------ |---- | | ||
7 | +|id |主键 | | ||
8 | +|entrance_name |入口名称 | | ||
9 | +|click_before_img|点击前的图片| | ||
10 | +|click_after_img|点击前的图片| | ||
11 | +|platform |类别1,"手机";2,"ipad"| | ||
12 | +|order_by |排序,php默认为0| | ||
13 | +|url |链接| | ||
14 | +|status |是否开启1:开启;2:关闭| | ||
15 | +|zip_url |压缩包链接| | ||
16 | +|channel_id|频道id,php默认为0| | ||
17 | +|genter|平台列表 "1,3":"男";"2,3":"女";"1,2,3":"通用"| | ||
18 | +|create_time|创建时间| |
1 | -## 入口管理 | ||
2 | -entrance_manager | ||
3 | - | ||
4 | ------------------------------ | ||
5 | -|参数名 |描述 | | ||
6 | -|------ |---- | | ||
7 | -|id |主键 | | ||
8 | -|entrance_name |入口名称 | | ||
9 | -|click_before_img|点击前的图片| | ||
10 | -|click_after_img|点击前的图片| | ||
11 | -|platform |类别1,"手机";2,"ipad"| | ||
12 | -|order_by |排序,php默认为0| | ||
13 | -|url |链接| | ||
14 | -|status |是否开启1:开启;2:关闭| | ||
15 | -|zip_url |压缩包链接| | ||
16 | -|channel_id|频道id,php默认为0| | ||
17 | -|genter|平台列表 "1,3":"男";"2,3":"女";"1,2,3":"通用"| | ||
18 | -|create_time|创建时间| |
-
Please register or login to post a comment