From 021e33a900b283595b5d91258c3221b78817d93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Mon, 20 Jul 2026 16:15:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=B0=83=E8=AF=95=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/services/EplPayService.php | 1 - platform/modules/v1/controllers/ErpController.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/services/EplPayService.php b/common/services/EplPayService.php index 3bba208..86bf1de 100644 --- a/common/services/EplPayService.php +++ b/common/services/EplPayService.php @@ -37,7 +37,6 @@ class EplPayService // 微信小程序支付 public function WxJsapiPayment($params){ - ds($this->eplConfig['pay_notify_url']); $url = $this->eplConfig['url'].'/api/txs/pay/WxJSAPIPayment'; $param = [ 'outTradeNo' => $params['order_no'], diff --git a/platform/modules/v1/controllers/ErpController.php b/platform/modules/v1/controllers/ErpController.php index 4c3f703..677b52c 100644 --- a/platform/modules/v1/controllers/ErpController.php +++ b/platform/modules/v1/controllers/ErpController.php @@ -155,6 +155,7 @@ class ErpController extends Controller } + ProductOrderLog::saveLog(0,'江奥川ERP拉取西(中成)药订单结束,拉取订单数据'). '--------'. json_encode($erpData); ProductOrderLog::saveLog(0,'江奥川ERP拉取西(中成)药订单结束,拉取订单数量:'.count($productOrders).', 拉取的订单ids:'.implode(',',$ids)); } catch (\Exception $e) { // ds([