|
|
@@ -153,7 +153,7 @@ class Pledge extends Api
|
|
|
{
|
|
|
$pledge_id = $this->request->post('pledge_id', 0, 'intval');
|
|
|
$order_id = $this->request->post('order_id/s', '');
|
|
|
- if(empty($pledge_id) || empty($product_id)) $this->error(__("参数有误,无可用产品"));
|
|
|
+ if(empty($pledge_id) || empty($order_id)) $this->error(__("参数有误,无可用产品"));
|
|
|
Db::startTrans();
|
|
|
try {
|
|
|
// 质抵押订单
|