From 216729801cfc8f35e5285f7092503bab08ecc431 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Thu, 23 May 2024 16:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=94=B6?= =?UTF-8?q?=E8=B4=B9=E7=B3=BB=E7=BB=9F=E4=B8=8E=E7=A5=A8=E6=8D=AE=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=AF=B9=E6=8E=A5=E7=9A=84=E5=BC=80=E7=A5=A8=E7=82=B9?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=94=B9=E4=B8=BA004=EF=BC=8CplaceCode?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalSchoolApi/Controllers/YKTTrabs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DigitalSchoolApi/Controllers/YKTTrabs.cs b/DigitalSchoolApi/Controllers/YKTTrabs.cs index 8492281..344067e 100644 --- a/DigitalSchoolApi/Controllers/YKTTrabs.cs +++ b/DigitalSchoolApi/Controllers/YKTTrabs.cs @@ -672,7 +672,7 @@ namespace DigitalSchoolApi.Controllers eBillListClass eBillListitem = new eBillListClass(); eBillListitem.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000); eBillListitem.ivcDate = DateTime.Now.ToString("yyyy-MM-dd"); - eBillListitem.placeCode = "001"; + eBillListitem.placeCode = "004"; eBillListitem.billCode = "4004"; eBillListitem.channel = "23"; eBillListitem.payerType = "1"; @@ -848,7 +848,7 @@ namespace DigitalSchoolApi.Controllers biParam.busType = appid; biParam.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000); biParam.ivcDate = DateTime.Now.ToString("yyyy-MM-dd"); - biParam.placeCode = "001"; + biParam.placeCode = "004"; biParam.billCode = billCode;//"4004"; biParam.channel = "28"; if (orderEntity.PayMode == "BHK" || orderEntity.PayMode == "THK")//BHK:建行;THK:他行;ZFB:支付宝;CFT:微信 @@ -1042,7 +1042,7 @@ namespace DigitalSchoolApi.Controllers biParam.busType = appid; biParam.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000); biParam.ivcDate = DateTime.Now.ToString("yyyy-MM-dd"); - biParam.placeCode = "001"; + biParam.placeCode = "004"; biParam.billCode = billCode;//"4004"; biParam.channel = "28"; if (orderEntity.PayMode == "BHK" || orderEntity.PayMode == "THK")//BHK:建行;THK:他行;ZFB:支付宝;CFT:微信