|
@@ -48,7 +48,6 @@ class Pay
|
|
}
|
|
}
|
|
$params["trade_type"] = $trade_type;
|
|
$params["trade_type"] = $trade_type;
|
|
$pay_model = new PayModel($is_weapp);
|
|
$pay_model = new PayModel($is_weapp);
|
|
- print_r($params);die;
|
|
|
|
$result = $pay_model->pay($params);
|
|
$result = $pay_model->pay($params);
|
|
return $result;
|
|
return $result;
|
|
}
|
|
}
|