feat/task1-c-wallet
gongfuxiang 2019-05-25 14:34:07 +08:00
parent 9328c62635
commit 62edc518ab
1 changed files with 0 additions and 2 deletions

View File

@ -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)