数据库字典
ims_yz_wechat_menu(公众号->菜单表)
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int | no | 主键 | |
uniacid | int | no | 0 | 所属公众号id |
menuid | int | no | 0 | 个性化菜单id,删除时要使用 |
type | int | no | 0 | 菜单类型,1:默认菜单,3:个性化菜单,2:默认菜单的历史记录 |
title | varchar | no | 0 | 菜单名称 |
sex | int | no | 0 | 个性化菜单,性别条件,1为男,2为女 |
group_id | int | no | 0 | 个性化菜单,粉丝组标条件 |
client_platform_type | int | no | 0 | 个性化菜单,手机系统条件,1为苹果,2为安卓,3为其它 |
area | varchar | no | 个性化菜单,地区条件 | |
data | text | no | 自定义菜单数据,微信接口返回,用于在编辑器中显示 | |
status | int | no | 0 | 菜单是否生效 1生效 |
createtime | int | no | 0 | 创建时间 |
isdeleted | int | no | 0 | 删除时间 |
created_at | int(11) | YES | 创建时间 | |
updated_at | int(11) | YES | 更新时间 | |
deleted_at | int(11) | YES | 删除时间 |