diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index d76cfe8..b357b18 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -127,7 +127,7 @@ class wxpay // 调用大连支付接口 require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); $new_plugin = new dalianpay(); - $response_data = $new_plugin->pay($this->encrypt("wx0afc59c4f6aa8750"), $order['order_sn'], $order_amount); + $response_data = $new_plugin->pay($this->encrypt("oLREy46WvzPicqoeEhvryvBRIo5E"), $order['order_sn'], $order_amount); var_dump($response_data); exit(); // echo $response_data;