AI智能回复搜索中,请稍后...
1 回答
执行以下语句
CREATE TABLE IF NOT EXISTS `aws_weixin_template` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`template_id` varchar(100) DEFAULT NULL COMMENT '模板ID',
`template_type` varchar(50) DEFAULT NULL COMMENT '适用类型',
`template_data` text COMMENT '模板数据',
PRIMARY KEY (`id`)
) ENGINE=myisam DEFAULT CHARSET=utf8;
这家伙很懒,还没有设置简介