|
|
@@ -434,7 +434,7 @@ class IntraCityController extends BaseController
|
|
|
{
|
|
|
$merchant = WxOpenClass::getWxInfo();
|
|
|
$ptStyle = dict::getDict('ptStyle', 'hd');
|
|
|
- $r = expressUtil::getShopList($merchant, ['wx_store_id' => '', 'out_store_id' => ''], $ptStyle);
|
|
|
+ $r = expressUtil::getShopList($merchant, ['wx_store_id' => '4000000000017952003'], $ptStyle);
|
|
|
print_r($r);
|
|
|
}
|
|
|
|