作者 anyv
1 个管道 的构建 通过 耗费 0 秒

Merge branch 'master' of http://114.215.101.231:8099/anyv/xkeasy

... ... @@ -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
... ...
... ... @@ -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'];
... ...