Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
7bb2722b
Commit
7bb2722b
authored
May 12, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
92156301
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
1 deletion
+55
-1
Config.cs
Edu.Common/Config.cs
+55
-1
No files found.
Edu.Common/Config.cs
View file @
7bb2722b
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment