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