/**表名前缀根据自身要求进行修改**/
INSERT INTO `bd_config` (`name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES ( 'sms_gateways', 'sms', '短信服务商', '', 'radio', 0, '[\"\\u77ed\\u4fe1\\u5b9d\"]', '', '', 1, 9);
INSERT INTO `bd_config` ( `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES ('sms_smsbao_sign_name', 'sms', '短信签名', '', 'string', '', '', '', '', 1, 8);
INSERT INTO `bd_config` ( `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES ('sms_smsbao_username', 'sms', '短信宝账号', '', 'string', '', '', '', '', 1, 7);
INSERT INTO `bd_config` ( `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES ('sms_smsbao_apikey', 'sms', '短信宝APIKEY', '', 'string', '', '', '', '', 1, 6);
INSERT INTO `bd_config` ( `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES ('sms_smsbao_template', 'sms', '短信模板', '', 'array','[{"key":"register","value":"您的验证码是{code}"},{"key":"resetpwd","value":"您的验证码是{code}"},{"key":"changepwd","value":"您的验证码是{code}"},{"key":"changemobile","value":"您的验证码是{code}"},{"key":"profile","value":"您的验证码是{code}"},{"key":"mobilelogin","value":"您的验证码是{code}"},{"key":"bind","value":"您的验证码是{code}"}]', '', 'required', '', 1, 5);