wx pay
parent
9328c62635
commit
62edc518ab
|
|
@ -210,8 +210,6 @@ class Order extends Common
|
|||
public function Pay()
|
||||
{
|
||||
$params = input();
|
||||
$params['id'] = 25;
|
||||
$params['payment_id'] = 2;
|
||||
$params['user'] = $this->user;
|
||||
$ret = OrderService::Pay($params);
|
||||
if($ret['code'] == 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue