Browse Source

update

master
DengBiao 1 year ago
parent
commit
d5e804233c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/applet/app/controllers/Alipay/BPassController.php

+ 1
- 1
src/applet/app/controllers/Alipay/BPassController.php View File

@@ -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…
Cancel
Save