|
@@ -95,7 +95,7 @@ class BPassController extends ControllerBase |
|
|
if ($this->request->isPost()) { |
|
|
if ($this->request->isPost()) { |
|
|
$args = $this->request->getJsonRawBody(true); |
|
|
$args = $this->request->getJsonRawBody(true); |
|
|
|
|
|
|
|
|
$result = (new AliEcoService())->alipayPlanetEcocampusApiDebtRepay( |
|
|
|
|
|
|
|
|
$result = (new AliEcoService())->alipayPlanetEcocampusApiDebtCancel( |
|
|
$args["out_order_no"],$args["merchant_code"] |
|
|
$args["out_order_no"],$args["merchant_code"] |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|