package config // 定义需要交互的外部系统名 const ( BizHostPort = 2001 AdminHostPort = 2002 BizAliasName = "app" BizDbName = "app" AdminDbName = "app_admin" )