Browse Source

test

master
用户名 3 years ago
parent
commit
611289fca5
  1. 6
      mobile/plugins/payment/dalianpay/demo/dalianpay.php

6
mobile/plugins/payment/dalianpay/demo/dalianpay.php

@ -165,10 +165,10 @@ class dalianpay{
}
}
echo "hi there.....";
echo 'hi there.....\r\n';
$new_plugin = new dalianpay();
$openid_crypt = 'oCTanxBeiVFWlekJT_GiPZM2UiGY';
$order_sn = '2023080355424';
$openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY';
$order_sn = '2023080355425';
$order_amount = '600';
$response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount);
// echo $response_data;

Loading…
Cancel
Save