1. // 去重
    2. $unipue = array_unique($shop_id);
    3. // 去空
    4. $filter = array_filter($unipue);