rabin 1 năm trước cách đây
mục cha
commit
40d57209b8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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