diff --git a/app/config.php b/app/config.php index 8818ce9..aaf8f0b 100644 --- a/app/config.php +++ b/app/config.php @@ -243,13 +243,21 @@ $configs = [ // 'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d', ], //快递鸟预约取件接口寄件人参数 +// 'sender'=>[ +// 'Name' => "姚先生", +// 'Mobile' => "15300350084", +// 'ProvinceName' => "河北省", +// 'CityName' => "石家庄市", +// 'ExpAreaName' => "新华区", +// 'Address' => "学府路121号", +// ], 'sender'=>[ - 'Name' => "姚先生", - 'Mobile' => "15300350084", - 'ProvinceName' => "河北省", - 'CityName' => "石家庄市", - 'ExpAreaName' => "新华区", - 'Address' => "学府路121号", + 'Name' => "安先生", + 'Mobile' => "18602699971", + 'ProvinceName' => "天津市", + 'CityName' => "天津市", + 'ExpAreaName' => "西青区", + 'Address' => "鑫茂科技园F座416室", ], ]; return array_merge($configs, $runtimeConfig,$wechatConfig); \ No newline at end of file diff --git a/app/portal/controller/LoadController.php b/app/portal/controller/LoadController.php index 7507c16..8ea04b9 100644 --- a/app/portal/controller/LoadController.php +++ b/app/portal/controller/LoadController.php @@ -27,11 +27,8 @@ class LoadController extends HomeBaseController } } public function test(){ - - dump(cache('param')); - dump(cache('result')); - dump(cache('result_data')); - dump(cache('data')); + dump(cache('dingyue')); + dump(cache('yuyue')); } public function notify(){ $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType'];