|
|
@@ -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"; |
|
|
|