You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.0 KiB
PHP

<?php
// +----------------------------------------------------------------------
// | 海豚PHP框架 [ DolphinPHP ]
// +----------------------------------------------------------------------
// | 版权所有 2016~2017 河源市卓锐科技有限公司 [ http://www.zrthink.com ]
// +----------------------------------------------------------------------
// | 官方网站: http://dolphinphp.com
// +----------------------------------------------------------------------
// | 开源协议 ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
/**
* 微信地区数据包
*/
return [
// 数据包信息
'name' => 'wechat_area',
// 数据包标题
'title' => '微信地区数据包',
// 作者
'author' => 'CaiWeiMing',
// 作者网址
'author_url' => '',
// 版本号
'version' => '1.0.0',
// 数据表名,不含前缀
'tables' => [
'packet_wechat_area'
],
// 表前缀
'database_prefix' => 'oc_',
];