|
|
@@ -29,7 +29,7 @@ class expressUtil
|
|
|
$accessToken = self::getAccessToken($merchant, $ptStyle);
|
|
|
$url = "https://api.weixin.qq.com/cgi-bin/express/intracity/querystore?access_token={$accessToken}";
|
|
|
$curl = new curl\Curl();
|
|
|
- $result = $curl->setOption(CURLOPT_POSTFIELDS, Json::encode($data))->post($url);
|
|
|
+ $result = $curl->setOption(CURLOPT_POSTFIELDS, '{"wx_store_id":"4000000000017952003"}')->post($url);
|
|
|
return Json::decode($result);
|
|
|
}
|
|
|
|