using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YBDevice.Entity { /// /// 安邦常量定义 /// public class ABConst { /// /// 安邦小程序appid /// public const string MiniAppId = "wx1a19cd30a8223f6f"; } }