ソースを参照

订单随机号增加学号

西昌缴费二期^2
fzp 1年前
コミット
1d52dc96d8
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeStuYearController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/ReceiveSendFeeManagement/FinaChargeStuYearApi.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeStuYearController.cs ファイルの表示

@@ -252,7 +252,7 @@ namespace Learun.Application.Web.Areas.ReceiveSendFeeManagement.Controllers
string merchantid = "105000082201406";//商户号
string posid = "043724806";//商户柜台代码
string branchid = "510000000";//分行代码
string orderid = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000);
string orderid = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 10000000)+ entity.StuNo;
string payment = entity.PayMoney.ToString();
string curcode = "01";
string txcode = "530550";


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/ReceiveSendFeeManagement/FinaChargeStuYearApi.cs ファイルの表示

@@ -110,7 +110,7 @@ namespace Learun.Application.WebApi.Modules
string merchantid = "105000082201406";//商户号
string posid = "043724806";//商户柜台代码
string branchid = "510000000";//分行代码
string orderid = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000);
string orderid = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 10000000) + entity.StuNo;
string payment = entity.PayMoney.ToString();
string curcode = "01";
string txcode = "530550";


読み込み中…
キャンセル
保存