rabin 1 year ago
parent
commit
40d57209b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/wechat.php

+ 2 - 1
config/wechat.php

@@ -212,11 +212,12 @@ $config['delivery'] = array
 (
 	'name' => '获取物流',
 	'method' => 'post',
-	'json' => false,
+	'json' => true,
 	'url' => 'https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/get_delivery_list?',
 	'param' => array
 	(
 		'access_token' => 'token',
+		'test' => 1,
 	),
 	//针对一些返回的名称,做转换
 	'response' => array