瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
d5e804233c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/applet/app/controllers/Alipay/BPassController.php

+ 1
- 1
src/applet/app/controllers/Alipay/BPassController.php 查看文件

@@ -95,7 +95,7 @@ class BPassController extends ControllerBase
if ($this->request->isPost()) {
$args = $this->request->getJsonRawBody(true);

$result = (new AliEcoService())->alipayPlanetEcocampusApiDebtRepay(
$result = (new AliEcoService())->alipayPlanetEcocampusApiDebtCancel(
$args["out_order_no"],$args["merchant_code"]
);



Loading…
取消
儲存