Pārlūkot izejas kodu

开票查看接口

西昌缴费二期
liangkun pirms 2 gadiem
vecāks
revīzija
7313353032
2 mainītis faili ar 18 papildinājumiem un 12 dzēšanām
  1. +9
    -6
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuFreshPayFeeApi.cs
  2. +9
    -6
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuPayFeeApi.cs

+ 9
- 6
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuFreshPayFeeApi.cs Parādīt failu

@@ -34,17 +34,20 @@ namespace Learun.Application.WebApi.Modules
{
Get["/getpayfeelist"] = GetPayfeeList;// 获取缴费列表
Get["/getpayfeeinfo"] = GetPayfeeInfo;//获取缴费明细
Post["/generateqrcode"] = PayFeeQRCode;
Post["/generateqrcode"] = PayFeeQRCode;//生成缴费二维码
Get["/getinvoice"] = GetInvoice;//获取发票
}
private StuInfoFreshIBLL stuInfoFreshIBLL = new StuInfoFreshBLL();
private FinaChargesStandardIBLL finaChargesStandardIBLL = new FinaChargesStandardBLL();

/// <summary>
/// 获取问卷
/// </summary>
/// <param name="_"></param>
/// <returns></returns>
public Response GetInvoice(dynamic _)
{
string keyValue = Request.Query["keyValue"];
var list = stuInfoFreshIBLL.GetStuEnrollFeeOrder(keyValue, true);
return Success(list);
}

public Response GetPayfeeList(dynamic _)
{
ReqPageParam parameter = this.GetReqData<ReqPageParam>();


+ 9
- 6
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuPayFeeApi.cs Parādīt failu

@@ -34,19 +34,22 @@ namespace Learun.Application.WebApi.Modules
{
Get["/getpayfeelist"] = GetPayfeeList;// 获取缴费列表
Get["/getpayfeeinfo"] = GetPayfeeInfo;//获取缴费明细
Post["/generateqrcode"] = PayFeeQRCode;
Post["/generateqrcode"] = PayFeeQRCode;//生成缴费二维码
Get["/getinvoice"] = GetInvoice;//获取发票
}

private StuInfoBasic_PayFeeIBLL stuInfoBasic_PayFeeIBLL = new StuInfoBasic_PayFeeBLL();
private StuInfoBasicIBLL stuInfoBasicIbll = new StuInfoBasicBLL();
private StuInfoFreshIBLL stuInfoFreshIBLL = new StuInfoFreshBLL();
private FinaChargesStandardIBLL finaChargesStandardIBLL = new FinaChargesStandardBLL();
public Response GetInvoice(dynamic _)
{
string keyValue = Request.Query["keyValue"];
var list = stuInfoFreshIBLL.GetStuEnrollFeeOrder(keyValue, false);
return Success(list);
}

/// <summary>
/// 获取问卷
/// </summary>
/// <param name="_"></param>
/// <returns></returns>
public Response GetPayfeeList(dynamic _)
{
ReqPageParam parameter = this.GetReqData<ReqPageParam>();


Notiek ielāde…
Atcelt
Saglabāt