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([