需求 #12374
<p>相关接口:</p>
<p>os/OperationBanner/getOperationList <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2740">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2740</a></p>
<p>os/OperationBanner/addOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2741">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2741</a></p>
<p>os/OperationBanner/getOperationInfo <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2742">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2742</a></p>
<p>os/OperationBanner/editOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2743">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2743</a></p>
<p>os/OperationBanner/checkOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2744">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2744</a></p>
<p>相关sql:</p>
<pre>
CREATE TABLE `fmys_search_operation_banner` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键值',
`operation_name` varchar(20) NOT NULL DEFAULT '' COMMENT '运维位名称',
`operation_type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '展示类型{1:竖版广告图运营位,2:横版推荐搜索关键词运营位,3:横版广告图运营位}',
`banner_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '与module_banner绑定',
`show_position` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '展示位置',
`status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '审核状态{0:禁用,1:启用}',
`recommend_keyword` varchar(100) NOT NULL DEFAULT '' COMMENT '横版推荐搜索关键词列表',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='搜索商品运营配置'
CREATE TABLE `fmys_operation_keyword` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键id',
`operation_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '与search_operation_banner绑定',
`keyword` varchar(20) NOT NULL DEFAULT '',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
PRIMARY KEY (`id`),
KEY `keyword` (`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='搜索商品运营搜索关键词'</pre>
<p>os/OperationBanner/getOperationList <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2740">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2740</a></p>
<p>os/OperationBanner/addOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2741">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2741</a></p>
<p>os/OperationBanner/getOperationInfo <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2742">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2742</a></p>
<p>os/OperationBanner/editOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2743">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2743</a></p>
<p>os/OperationBanner/checkOperation <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2744">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=2744</a></p>
<p>相关sql:</p>
<pre>
CREATE TABLE `fmys_search_operation_banner` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键值',
`operation_name` varchar(20) NOT NULL DEFAULT '' COMMENT '运维位名称',
`operation_type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '展示类型{1:竖版广告图运营位,2:横版推荐搜索关键词运营位,3:横版广告图运营位}',
`banner_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '与module_banner绑定',
`show_position` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '展示位置',
`status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '审核状态{0:禁用,1:启用}',
`recommend_keyword` varchar(100) NOT NULL DEFAULT '' COMMENT '横版推荐搜索关键词列表',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='搜索商品运营配置'
CREATE TABLE `fmys_operation_keyword` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键id',
`operation_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '与search_operation_banner绑定',
`keyword` varchar(20) NOT NULL DEFAULT '',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
PRIMARY KEY (`id`),
KEY `keyword` (`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='搜索商品运营搜索关键词'</pre>