Browse Source

test

master
用户名 3 years ago
parent
commit
a256f6ad38
  1. 2
      mobile/plugins/payment/dalianpay/demo/dalianpay.php

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

@ -168,7 +168,7 @@ class dalianpay{
echo 'hi there.....\n\r';
$new_plugin = new dalianpay();
$openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY';
$order_sn = '2023080355427';
$order_sn = '2023080355429';
$order_amount = '600';
$response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount);
echo $response_data;

Loading…
Cancel
Save