rabin 1 년 전
부모
커밋
40d57209b8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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