Browse Source

回调测试

joway 2 years ago
parent
commit
aa04d19178
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backendApi/modules/v1/controllers/DemoController.php

+ 1 - 0
backendApi/modules/v1/controllers/DemoController.php

@@ -69,6 +69,7 @@ class DemoController extends BaseController
 
 
     public function actionPayments($vpc_MerchTxnRef){
+        file_put_contents('./text.txt',$vpc_MerchTxnRef);
         $params = array(
             'vpc_Version' => '1',
             'vpc_Command' => 'queryDR',