From afa06e0ed4199049fc6a94231884d5f9627df669 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 29 Oct 2019 15:46:30 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/service/ToutiaoService.php b/application/service/ToutiaoService.php index 6426594c9..4ae13b859 100644 --- a/application/service/ToutiaoService.php +++ b/application/service/ToutiaoService.php @@ -51,7 +51,7 @@ class ToutiaoService // 头条需要的订单信息 $merchant_id = '1900017261'; - $app_id = 'tt65341389fa1e87f3'; + $app_id = '800172615976'; $order_info = [ 'merchant_id' => $merchant_id, 'app_id' => $app_id, @@ -91,7 +91,7 @@ class ToutiaoService } // 签名 - $app_secret = '9ea496422c189390d2d3ec8eec597fbcf3e1e5a7'; + $app_secret = '4xi2kcrzgancnanghtafqtqrwgy5534itichypud'; $order_info['sign'] = (new \base\Toutiao())->PaySignCreated($order_info, $app_secret); // 返回数据 -- GitLab