diff --git a/application/service/ToutiaoService.php b/application/service/ToutiaoService.php index 4ae13b859..66f8af675 100644 --- a/application/service/ToutiaoService.php +++ b/application/service/ToutiaoService.php @@ -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',