From 6aa1dc7b6e8d09a72e9d4431b2c4eb115fdd2022 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 29 Oct 2019 15:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E6=9D=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/ToutiaoService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',