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