namespace EntrustSettle.Common.Const { public class CommonConst { public const string API_USER_HEADER_KEY = "USER_KEY"; public const string API_USER_HEADER_SECRET = "USER_SECRET"; /// /// 委托结算扣费类型代码 /// public const int WEITUOJIESUAN = 30; } }