|
$this->updateOrder($order_id, $cash, '参数非法');
|
|
$this->updateOrder($order_id, $cash, '参数非法');
|
|
$order_id = $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
|
|
$order_id = $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
|