Commit 7bb2722b authored by 吴春's avatar 吴春

提交代码

parent 92156301
...@@ -460,7 +460,7 @@ namespace Edu.Common ...@@ -460,7 +460,7 @@ namespace Edu.Common
return MoreThanMinutes; return MoreThanMinutes;
} }
} }
/// <summary> /// <summary>
/// 消息推送AppId /// 消息推送AppId
...@@ -472,5 +472,59 @@ namespace Edu.Common ...@@ -472,5 +472,59 @@ namespace Edu.Common
return ReadConfigKey("PushAppId"); return ReadConfigKey("PushAppId");
} }
} }
/// <summary>
/// 收入单据
/// </summary>
public static string IncomeFinanceApi
{
get
{
return ReadConfigKey("IncomeFinanceApi");
}
}
/// <summary>
/// 微信结算率
/// </summary>
public static string SettlementRate
{
get
{
return ReadConfigKey("SettlementRate");
}
}
/// <summary>
/// 收入请求加密
/// </summary>
public static string FinanceKey
{
get
{
return ReadConfigKey("FinanceKey");
}
}
/// <summary>
/// 微信支付成功回调地址
/// </summary>
public static string sTenpayNotifyUrl
{
get
{
return ReadConfigKey("sTenpayNotifyUrl");
}
}
/// <summary>
/// 微信退款成功回调地址
/// </summary>
public static string sTenpayNotifyRefundUrl
{
get
{
return ReadConfigKey("sTenpayNotifyRefundUrl");
}
}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment