| 123456789101112131415161718192021 |
- <?php
- /**
- * 公共包配置
- * @file:package.php
- * @Created by gnitif
- * @Date: 2022/9/22
- * @Time: 16:36
- */
- return [
- // 包名
- "package_name" => [
- "com.beidao.kuaiying.zsy",
- "com.beidao.kuaiying.qingmang",
- ],
- // 站点id
- 'channel_id' => [
- 7477,
- 13131,
- ],
- ];
|