From 62cc651a3428af4088ce11b803221203a2c2e33c Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Sat, 8 Jun 2019 12:46:02 +0800
Subject: [PATCH] 接收推送消息

---
 app/config.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/config.php b/app/config.php
index 128b0e5..61d4b75 100644
--- a/app/config.php
+++ b/app/config.php
@@ -236,11 +236,11 @@ $configs = [
     //快递鸟参数配置
     'bird'=>[
         //正式
-//        'EBusinessID' => '1472267',//电商ID
-//        'AppKey' => 'cc8314fd-0381-4e37-ad17-239287f1d8d2',//AppKey
+        'EBusinessID' => '1472267',//电商ID
+        'AppKey' => 'cc8314fd-0381-4e37-ad17-239287f1d8d2',//AppKey
         //测试
-        'EBusinessID' => 'test1472267',
-        'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d',
+//        'EBusinessID' => 'test1472267',
+//        'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d',
     ],
     //快递鸟预约取件接口寄件人参数
     'sender'=>[
--
libgit2 0.24.0