'默认店铺', "telphone" => '13800138000', "store_image" => '', "store_type" => 'directsale', "status" => 1, "province_id" => 510000, "city_id" => 510100, "district_id" => 510105, "community_id" => 0, "address" => '', "full_address" => '', "longitude" => '104.064278', "latitude" => '30.65649', 'is_pickup' => 0, "open_date" => '上午9:00-12:00,下午2:00-6:00', "site_id" => $data['site_id'], 'start_time' => 0, 'end_time' => 0, 'time_type' => 0, 'time_week' => '', 'stock_type' => 'all', 'time_interval' => 30, 'delivery_time' => '', 'advance_day' => 0, 'is_default' => 1, 'most_day' => 7 ); $storeModel = new Store(); return $storeModel->addStore($store_data, [], $is_store); } return success(); } }