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

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

diff --git a/app/config.php b/app/config.php
index 61d4b75..8818ce9 100644
--- a/app/config.php
+++ b/app/config.php
@@ -245,11 +245,11 @@ $configs = [
     //快递鸟预约取件接口寄件人参数
     'sender'=>[
         'Name' => "姚先生",
-        'Mobile' => "15555555555",
+        'Mobile' => "15300350084",
         'ProvinceName' => "河北省",
         'CityName' => "石家庄市",
         'ExpAreaName' => "新华区",
-        'Address' => "debug",
+        'Address' => "学府路121号",
     ],
 ];
 return array_merge($configs, $runtimeConfig,$wechatConfig);
\ No newline at end of file
--
libgit2 0.24.0