merchant; $merchant['defaultShop'] = ShopService::getDefaultShopInfo($merchant); util::success($merchant); } //当前用户获取商家信息 public function actionGetInfo() { $merchant = $this->merchant; util::success($merchant); } }