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