|
|
@ -192,12 +192,12 @@ class dalianpay{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// echo 'hi there.....\n\r'; |
|
|
// echo 'hi there.....\n\r'; |
|
|
$new_plugin = new dalianpay(); |
|
|
// $new_plugin = new dalianpay(); |
|
|
$openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY'; |
|
|
// $openid_crypt = 'oCTanxBeiVFWIekJT_GiPZM2UiGY'; |
|
|
$order_sn = '2023080355431'; |
|
|
// $order_sn = '2023080355431'; |
|
|
$order_amount = '600'; |
|
|
// $order_amount = '600'; |
|
|
$response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount); |
|
|
// $response_data = $new_plugin->pay($openid_crypt,$order_sn,$order_amount); |
|
|
echo $response_data; |
|
|
// echo $response_data; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?> |
|
|
?> |
|
|
|