From c19d0a48a09d7783a554066e7eba5aa41805b3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Thu, 3 Aug 2023 15:31:19 +0800 Subject: [PATCH] test --- mobile/source/helpers/test_dalianpay/demo/dalianpay.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile/source/helpers/test_dalianpay/demo/dalianpay.php b/mobile/source/helpers/test_dalianpay/demo/dalianpay.php index 384a3fd..edfdc8f 100644 --- a/mobile/source/helpers/test_dalianpay/demo/dalianpay.php +++ b/mobile/source/helpers/test_dalianpay/demo/dalianpay.php @@ -192,13 +192,13 @@ class dalianpay{ } } -// echo 'hi there.....\n\r'; -// $new_plugin = new dalianpay(); -// $openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY'; -// $order_sn = '2023080355431'; -// $order_amount = '600'; -// $response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount); -// echo $response_data; +echo "hi there.....\n\r"; +$new_plugin = new dalianpay(); +$openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY'; +$order_sn = '2023080355431'; +$order_amount = '600'; +$response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount); +echo $response_data; ?>