数据库字典/vsl_weixin_mass_msg_record/微信群发信息记录表

字段名 数据类型 允许为空 描述
id int(11) NO 表序号
website_id int(11) NO 商城实例id
msg_id int(11) NO 微信群发模板id
wx_template_name varchar(64) YES 模板名称
send_user_ids mediumtext YES 群发用户id,用‘,’分割
send_uid_openids mediumtext YES 群发用户信息(uid,openid关联json)
send_user_count int(11) YES 群发用户人数
send_type tinyint(2) YES 推送方式
send_sub_type text YES 组合方式的值(all表示全部,其他为对应send_type的会员相关信息)
create_time int(11) YES 群发时间
update_time int(11) YES 更新时间