defaultData($store_name) as $key => $item) { $data[] = array_merge($item, ['wxapp_id' => $wxapp_id]); } return $this->saveAll($data); } }