Commit 3e37de14 authored by liudong1993's avatar liudong1993

1

parent 7bdc1ffa
......@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Edu.Common;
using Edu.Common.API;
using Edu.Common.Enum.Finance;
using Edu.Common.Plugin;
......@@ -2674,6 +2675,18 @@ namespace Edu.WebApi.Controllers.Finance
#endregion
#region 财务收款手续费
/// <summary>
/// 获取财务收款手续费
/// </summary>
/// <returns></returns>
[HttpPost]
public ApiResult GetFinanceIncomeFeeRate() {
string IncomeFeeRate = Config.ReadConfigKey("IncomeFeeRate");
return ApiResult.Success("", IncomeFeeRate);
}
#endregion
}
}
......@@ -118,5 +118,7 @@
//新业绩提成启用时间
"NewAchievementsEnable": "2022-01-01",
//Vip课程申请流程编号
"VipCourseFlowId": 11
"VipCourseFlowId": 11,
//甲鹤收款手续费
"IncomeFeeRate": "0.0025,0.0054,0.006,0.04,0.004"
}
\ 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