|
|
|
@ -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; |
|
|
|
|