using System.Collections.Generic; using Library; namespace AppConfig { public class WeChat { public static string AppId = "wx6e074b8e07b6577e"; //微信小程序APPID } }