using System.Collections.Generic; using Library; namespace AppConfig { /// /// 好哒固定参数配置 /// public class Haoda { //分账接收方用户编码 public static string AcctNo = "230817000000000278"; //公众号appid或者小程序appid public static string SubAppId = "wx6e074b8e07b6577e"; } }