소스 검색

回调测试

joway 2 년 전
부모
커밋
aa04d19178
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',