function get_shop_parent($shopid)
{
    global $_GPC, $_W;
    $uniacid = $_W["uniacid"];
    $shop = get_tbk_shop($shopid);
    if ($shop["helpshopid"]) {
        $parent = get_tbk_shop($shop["helpshopid"]);
        return $parent;
    } else {
        return;
    }
}求助这个  $shopid是从什么地方传递过来的