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

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

@@ -243,13 +243,21 @@ $configs = [ @@ -243,13 +243,21 @@ $configs = [
243 // 'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d', 243 // 'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d',
244 ], 244 ],
245 //快递鸟预约取件接口寄件人参数 245 //快递鸟预约取件接口寄件人参数
  246 +// 'sender'=>[
  247 +// 'Name' => "姚先生",
  248 +// 'Mobile' => "15300350084",
  249 +// 'ProvinceName' => "河北省",
  250 +// 'CityName' => "石家庄市",
  251 +// 'ExpAreaName' => "新华区",
  252 +// 'Address' => "学府路121号",
  253 +// ],
246 'sender'=>[ 254 'sender'=>[
247 - 'Name' => "姚先生",  
248 - 'Mobile' => "15300350084",  
249 - 'ProvinceName' => "河北省",  
250 - 'CityName' => "石家庄市",  
251 - 'ExpAreaName' => "新华区",  
252 - 'Address' => "学府路121号", 255 + 'Name' => "安先生",
  256 + 'Mobile' => "18602699971",
  257 + 'ProvinceName' => "天津市",
  258 + 'CityName' => "天津市",
  259 + 'ExpAreaName' => "西青区",
  260 + 'Address' => "鑫茂科技园F座416室",
253 ], 261 ],
254 ]; 262 ];
255 return array_merge($configs, $runtimeConfig,$wechatConfig); 263 return array_merge($configs, $runtimeConfig,$wechatConfig);
@@ -27,11 +27,8 @@ class LoadController extends HomeBaseController @@ -27,11 +27,8 @@ class LoadController extends HomeBaseController
27 } 27 }
28 } 28 }
29 public function test(){ 29 public function test(){
30 -  
31 - dump(cache('param'));  
32 - dump(cache('result'));  
33 - dump(cache('result_data'));  
34 - dump(cache('data')); 30 + dump(cache('dingyue'));
  31 + dump(cache('yuyue'));
35 } 32 }
36 public function notify(){ 33 public function notify(){
37 $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; 34 $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType'];