'xxxxxxxxxxxxxxxxx', /* |-------------------------------------------------------------------------- | 默认应用 |-------------------------------------------------------------------------- | | 定义默认使用的应用。 | */ 'default' => 'contacts', /* |-------------------------------------------------------------------------- | 应用列表 |-------------------------------------------------------------------------- | | 定义应用列表,如果某个应用的某些配置用不到或者不存在,可以不定义。 | */ 'agents' => [ 'contacts' => [ 'agent_id' => 0, 'secret' => 'xxxxxxxxxxxxxxxxx', 'token' => 'xxxxxxxxxxxxxxxxx', 'aes_key' => 'xxxxxxxxxxxxxxxxx', ], //... ], ];