'酒店', // todo 酒店分类文字 'category_detail' => '酒店分类', 'category_sort_name' => '分类排序', 'category_name' => '分类名称', 'category_thumb' => '分类图片', 'category_is_open_name' => '是否开启', 'category_title' => '酒店分类列表', 'category_id_name' => '分类ID', 'category_op_name' => '操作', 'category_op_edit_name' => '编辑', 'category_op_add_name' => '添加新分类', 'category_op_del_name' => '删除', // todo 操作成功提示 'category_add_success' => '添加分类成功', 'category_edit_success' => '修改分类成功', 'category_del_success' => '删除分类成功', // todo 未找到数据 'common_result_error' => '未找到数据', // todo 验证参数是否正确 'common_param_error' => '参数错误', // todo 分类下存在酒店,不能删除 'category_exist_hotel' => '分类下存在酒店,不能删除', // todo 酒店详情 'hotel_detail' => '酒店信息', // todo 前端收银台接口 'api_hotel_center_post_success' => '请求数据成功', // todo 前端提现接口 'api_cashier_withdraw_hotel_error' => '不是酒店', 'api_cashier_withdraw_order_error' => '没有可提现订单', 'api_cashier_withdraw_money_error' => '没有可提现金额', 'api_cashier_withdraw_success' => '提现成功', ];