头条支付

feat/task1-c-wallet
devil_gong 2019-10-29 15:50:00 +08:00
parent afa06e0ed4
commit 6aa1dc7b6e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ToutiaoService
'trade_type' => 'H5',
'product_code' => 'pay',
'payment_type' => 'direct',
'outorderno' => $order['order_no'],
'out_order_no' => $order['order_no'],
'uid' => md5($params['user']['id']),
'total_amount' => $order['total_price']*100,
'currency' => 'CNY',