@@ -12,7 +12,7 @@ class Pay
*/
public function act_api($param = array())
{
- $send = Dever::preInput('pay_');
+ $send = $param ? $param : Dever::preInput('pay_');
$key = md5('vip_buy');
ksort($send);
$send['signature'] = md5($key . '&' . http_build_query($send));